AdrienB134 commited on
Commit
6dac054
·
verified ·
1 Parent(s): 03779d8

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 .infra.qdrant import connection
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