stivenDR14 commited on
Commit
75f2bb4
·
1 Parent(s): 67f0d18

reqeriments created

Browse files
Files changed (1) hide show
  1. requirements.txt +24 -0
requirements.txt ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Core dependencies
2
+ gradio
3
+ langchain
4
+ langchain-community
5
+ langchain-core
6
+ langchain-openai
7
+ langchain-ollama
8
+ langchain-ibm
9
+ langchain-huggingface
10
+
11
+ # Document processing
12
+ PyPDF2
13
+ python-dotenv
14
+
15
+ # Vector store and embeddings
16
+ chromadb
17
+
18
+ # API clients and utilities
19
+ requests
20
+ ibm-watsonx-ai
21
+
22
+ # Optional: for better performance
23
+ typing-extensions
24
+ typing-inspect