Nikhithapotnuru commited on
Commit
89ec603
·
verified ·
1 Parent(s): 9666ade

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -4
requirements.txt CHANGED
@@ -1,9 +1,17 @@
 
1
  langchain==0.3.7
2
- langchain-core==0.3.15
3
  langchain-community==0.3.7
4
  langchain-google-genai==2.0.4
5
- google-generativeai>=0.7.0
6
- streamlit
 
 
 
 
 
 
7
  faiss-cpu
8
- langchain-text-splitters
9
  pypdf
 
 
 
 
1
+ # core langchain packages
2
  langchain==0.3.7
 
3
  langchain-community==0.3.7
4
  langchain-google-genai==2.0.4
5
+
6
+ # text splitters (only once!)
7
+ langchain-text-splitters==0.3.0
8
+
9
+ # google / gemini
10
+ google-generativeai>=0.8.0
11
+
12
+ # RAG / vector store
13
  faiss-cpu
 
14
  pypdf
15
+
16
+ # UI
17
+ streamlit