Galatea007 commited on
Commit
7e55125
·
verified ·
1 Parent(s): 8154355

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -1
requirements.txt CHANGED
@@ -18,7 +18,11 @@ tiktoken
18
  langchain
19
 
20
  openai
21
-
 
 
 
 
22
  langchain-openai
23
  langchain_core
24
  langchain-community
 
18
  langchain
19
 
20
  openai
21
+ qdrant-client # Ensure no conflicts with qdrant
22
+ pymupdf # Ensure compatibility
23
+ pandas # Latest stable version
24
+ scikit-learn # Latest available version
25
+ PyPDF2 # Fixed to avoid version conflict
26
  langchain-openai
27
  langchain_core
28
  langchain-community