Seth0330 commited on
Commit
ed0fe96
·
verified ·
1 Parent(s): 5fbe915

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -4
requirements.txt CHANGED
@@ -6,14 +6,14 @@ numpy
6
  # OpenAI LLM & embeddings (for openai>=1.0)
7
  openai>=1.0.0
8
 
9
- # LangChain components
10
  langchain>=0.2.0
11
- langchain-core
12
  langchain-community>=0.2.0
13
- langchain-openai
14
 
15
  # For SQLite (Python stdlib, but add for safety in HF Spaces)
16
  pysqlite3-binary
17
 
18
  # General
19
- tqdm
 
6
  # OpenAI LLM & embeddings (for openai>=1.0)
7
  openai>=1.0.0
8
 
9
+ # LangChain: latest (with openai+community)
10
  langchain>=0.2.0
11
+ langchain-core>=0.2.0
12
  langchain-community>=0.2.0
13
+ langchain-openai>=0.1.7
14
 
15
  # For SQLite (Python stdlib, but add for safety in HF Spaces)
16
  pysqlite3-binary
17
 
18
  # General
19
+ tqdm