Bunpheng commited on
Commit
3d1072a
1 Parent(s): 4504486

add uvicorn

Browse files
Files changed (1) hide show
  1. requirements.txt +19 -0
requirements.txt CHANGED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ langchain
2
+ langchain-community
3
+
4
+ torch
5
+ torchvision
6
+ torchaudio
7
+ datasets
8
+
9
+ pinecone-client
10
+ pinecone-client[grpc]
11
+ langchain-pinecone
12
+ openai
13
+
14
+ langchain-openai
15
+ langchain-ollama
16
+ python-dotenv
17
+ langchain_huggingface
18
+ transformers
19
+ uvicorn