nciso commited on
Commit
db2c89b
·
verified ·
1 Parent(s): 4b6bd51

Upload requirements.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -18
requirements.txt CHANGED
@@ -1,33 +1,17 @@
1
- # Core dependencies
2
  streamlit==1.32.0
3
  python-dotenv==1.0.1
4
-
5
- # LangChain dependencies - using compatible versions
6
  langchain==0.2.16
7
  langchain-core
8
  langchain-community==0.2.16
9
  langchain-openai==0.1.16
10
  langchain-experimental==0.0.65
11
-
12
- # Vector database
13
  chromadb==0.5.3
14
-
15
- # LLM and embeddings
16
  openai==1.58.1
17
-
18
- # Document processing - using compatible versions
19
  llama-parse==0.3.4
20
  llama-index-core==0.12.0
21
-
22
- # LangGraph
23
  langgraph==0.2.16
24
-
25
- # Memory management - using alternative to mem0
26
  mem0ai
27
-
28
- # Groq for Llama Guard
29
  groq==0.31.0
30
-
31
- # Other utilities
32
  numpy==1.26.4
33
- pydantic==2.8.2
 
1
+
2
  streamlit==1.32.0
3
  python-dotenv==1.0.1
 
 
4
  langchain==0.2.16
5
  langchain-core
6
  langchain-community==0.2.16
7
  langchain-openai==0.1.16
8
  langchain-experimental==0.0.65
 
 
9
  chromadb==0.5.3
 
 
10
  openai==1.58.1
 
 
11
  llama-parse==0.3.4
12
  llama-index-core==0.12.0
 
 
13
  langgraph==0.2.16
 
 
14
  mem0ai
 
 
15
  groq==0.31.0
 
 
16
  numpy==1.26.4
17
+ pydantic==2.8.2