Spaces:
Sleeping
Sleeping
“vinit5112”
commited on
Commit
·
3c3bbd6
1
Parent(s):
aff287e
update dimentions
Browse files- backend/Qdrant.py +1 -1
backend/Qdrant.py
CHANGED
|
@@ -41,7 +41,7 @@ class QdrantManager:
|
|
| 41 |
print(f"Creating new collection: {collection_name}")
|
| 42 |
|
| 43 |
# Vector size for text-embedding-3-small is 1536
|
| 44 |
-
vector_size =
|
| 45 |
|
| 46 |
# Create collection with vector configuration
|
| 47 |
self.qdrant_client.create_collection(
|
|
|
|
| 41 |
print(f"Creating new collection: {collection_name}")
|
| 42 |
|
| 43 |
# Vector size for text-embedding-3-small is 1536
|
| 44 |
+
vector_size = 384
|
| 45 |
|
| 46 |
# Create collection with vector configuration
|
| 47 |
self.qdrant_client.create_collection(
|