parthmax commited on
Commit
67ce80e
·
verified ·
1 Parent(s): c2736eb

updates requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -11
requirements.txt CHANGED
@@ -1,11 +1,12 @@
1
- fastapi
2
- uvicorn
3
- pandas
4
- jinja2
5
- python-dotenv
6
- langchain
7
- langchain-community
8
- langchain-google-genai
9
- langchain-huggingface
10
- sentence-transformers
11
- faiss-cpu
 
 
1
+ fastapi
2
+ uvicorn
3
+ pandas
4
+ jinja2
5
+ python-dotenv
6
+ langchain
7
+ langchain-community
8
+ langchain-google-genai
9
+ langchain-huggingface
10
+ sentence-transformers
11
+ faiss-cpu
12
+ python-multipart