Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -14,7 +14,7 @@ from flask import jsonify
|
|
| 14 |
|
| 15 |
load_dotenv()
|
| 16 |
|
| 17 |
-
API_URL = f"https://b4e0-105-160-26-239.ngrok-free.app/
|
| 18 |
|
| 19 |
# FAISS index setup
|
| 20 |
DIM = 768 # Adjust based on the embedding model
|
|
|
|
| 14 |
|
| 15 |
load_dotenv()
|
| 16 |
|
| 17 |
+
API_URL = f"https://b4e0-105-160-26-239.ngrok-free.app/embeddings"
|
| 18 |
|
| 19 |
# FAISS index setup
|
| 20 |
DIM = 768 # Adjust based on the embedding model
|