Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,13 +3,13 @@ import cohere
|
|
| 3 |
import os
|
| 4 |
import json
|
| 5 |
from dotenv import load_dotenv
|
| 6 |
-
from qdrant_client import QdrantClient
|
| 7 |
-
from qdrant_client.models import Filter, FieldCondition, MatchValue
|
| 8 |
-
import json
|
| 9 |
|
| 10 |
load_dotenv(verbose=True)
|
| 11 |
|
| 12 |
-
client = QdrantClient(url="http://localhost:6333")
|
| 13 |
|
| 14 |
def get_scores_for_users(userids):
|
| 15 |
try:
|
|
|
|
| 3 |
import os
|
| 4 |
import json
|
| 5 |
from dotenv import load_dotenv
|
| 6 |
+
#from qdrant_client import QdrantClient
|
| 7 |
+
#from qdrant_client.models import Filter, FieldCondition, MatchValue
|
| 8 |
+
#import json
|
| 9 |
|
| 10 |
load_dotenv(verbose=True)
|
| 11 |
|
| 12 |
+
#client = QdrantClient(url="http://localhost:6333")
|
| 13 |
|
| 14 |
def get_scores_for_users(userids):
|
| 15 |
try:
|