userlele commited on
Commit
90866ba
·
verified ·
1 Parent(s): 8c45f2c

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -0
requirements.txt CHANGED
@@ -1,11 +1,18 @@
1
  chromadb==0.6.3
2
  fastapi==0.115.12
3
  langchain==0.3.23
 
 
 
 
 
 
4
  langsmith==0.3.31
5
  pydantic==2.11.3
6
  pypdf==5.4.0
7
  requests==2.32.3
8
  sentencepiece==0.2.0
 
9
  streamlit==1.44.1
10
  torch==2.6.0
11
  transformers==4.51.3
 
1
  chromadb==0.6.3
2
  fastapi==0.115.12
3
  langchain==0.3.23
4
+ langchain-chroma==0.2.3
5
+ langchain-community==0.3.21
6
+ langchain-core==0.3.52
7
+ langchain-huggingface==0.1.2
8
+ langchain-ollama==0.3.2
9
+ langchain-text-splitters==0.3.8
10
  langsmith==0.3.31
11
  pydantic==2.11.3
12
  pypdf==5.4.0
13
  requests==2.32.3
14
  sentencepiece==0.2.0
15
+ starlette==0.46.2
16
  streamlit==1.44.1
17
  torch==2.6.0
18
  transformers==4.51.3