VimalrajS04 commited on
Commit
85efc9b
·
unverified ·
1 Parent(s): 3836730

Included qdrant db

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -0
requirements.txt CHANGED
@@ -8,6 +8,10 @@ langchain-community==0.3.7
8
  faiss-cpu==1.8.0
9
  sentence-transformers==5.1.2
10
 
 
 
 
 
11
  # Document Processing (OCR & PDF)
12
  python-doctr==1.0.0
13
  PyMuPDF==1.26.5
 
8
  faiss-cpu==1.8.0
9
  sentence-transformers==5.1.2
10
 
11
+ langchain-qdrant==1.1.0
12
+ qdrant-client==1.15.1
13
+ langchain-core==1.0.2
14
+
15
  # Document Processing (OCR & PDF)
16
  python-doctr==1.0.0
17
  PyMuPDF==1.26.5