mhmdabd commited on
Commit
1227c4c
·
verified ·
1 Parent(s): d9bf304

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +17 -12
requirements.txt CHANGED
@@ -1,12 +1,17 @@
1
- streamlit==1.41.1
2
- langchain-groq==0.2.3
3
- langchain-community==0.3.15
4
- langchain==0.3.15
5
- langchain-core==0.3.31
6
- langchain-huggingface==0.1.2
7
- chromadb==0.6.3
8
- python-dotenv==1.0.1
9
- huggingface-hub==0.27.1
10
- tiktoken==0.8.0
11
- beautifulsoup4==4.12.3
12
- faiss-cpu==1.9.0.post1
 
 
 
 
 
 
1
+ # --- Core ---
2
+ python-dotenv
3
+ openai>=1.42.0
4
+
5
+ # --- LangChain + LangGraph ---
6
+ langchain>=0.2.5
7
+ langchain-core>=0.2.10
8
+ langchain-openai>=0.1.14
9
+ langgraph>=0.1.9
10
+
11
+ # --- Web UI ---
12
+ streamlit>=1.37.0
13
+
14
+ # --- Optional Utilities ---
15
+ dataclasses-json
16
+ typing-extensions
17
+ tiktoken