AdrienB134 commited on
Commit
ea7c9a8
·
verified ·
1 Parent(s): f68a85d

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 rag_demo.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 ..infra.qdrant import connection
15
 
16
  T = TypeVar("T", bound="VectorBaseDocument")
17