lantzmurray commited on
Commit
cbdb336
·
verified ·
1 Parent(s): 3c68338

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +17 -3
requirements.txt CHANGED
@@ -1,3 +1,17 @@
1
- altair
2
- pandas
3
- streamlit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Core dependencies
2
+ streamlit>=1.20.0
3
+
4
+ # LangChain & integrations
5
+ langchain>=0.0.500,<0.1.0
6
+ langchain-huggingface>=0.0.20
7
+ langchain-community>=0.1.0
8
+
9
+ # Hugging Face & embeddings
10
+ transformers>=4.30.0
11
+ sentence-transformers>=2.2.2
12
+
13
+ # Vector store
14
+ faiss-cpu>=1.7.4
15
+
16
+ # Utilities
17
+ python-dotenv>=1.0.0 # if you use .env for API tokens