+1
-1
README.md
+1
-1
README.md
+1
-1
scripts/add_one_bufo.py
+1
-1
scripts/add_one_bufo.py
···
83
83
"""Upload single embedding to turbopuffer"""
84
84
file_hash = hashlib.sha256(filename.encode()).hexdigest()[:16]
85
85
name = filename.rsplit(".", 1)[0]
86
-
url = f"https://find-bufo.fly.dev/static/{filename}"
86
+
url = f"https://find-bufo.com/static/{filename}"
87
87
88
88
async with httpx.AsyncClient() as client:
89
89
response = await client.post(