Spaces:
Running
Running
Update rag_demo/preprocessing/base/vectordb.py
Browse files
rag_demo/preprocessing/base/vectordb.py
CHANGED
@@ -11,7 +11,7 @@ from qdrant_client.http.models import Distance, VectorParams
|
|
11 |
from qdrant_client.models import CollectionInfo, PointStruct, Record
|
12 |
|
13 |
|
14 |
-
from
|
15 |
|
16 |
T = TypeVar("T", bound="VectorBaseDocument")
|
17 |
|
|
|
11 |
from qdrant_client.models import CollectionInfo, PointStruct, Record
|
12 |
|
13 |
|
14 |
+
from rag_demo import connection
|
15 |
|
16 |
T = TypeVar("T", bound="VectorBaseDocument")
|
17 |
|