Danielrahmai1991 commited on
Commit
1d6b121
1 Parent(s): 28acda0

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +18 -0
requirements.txt ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ fastapi==0.112.2
2
+ uvicorn
3
+ pydantic
4
+ watchdog
5
+ streamlit_option_menu
6
+ torch==2.3.1
7
+ torchvision==0.18.1
8
+ torchaudio==2.3.1
9
+ torchtext
10
+ gpt4all
11
+ langchain
12
+ langchain_community
13
+ langchain_core
14
+ llama-cpp-python==0.2.85
15
+ sentence-transformers
16
+ chromadb
17
+ langsmith
18
+ langchain-chroma>=0.1.2