sha1779 commited on
Commit
4f6755f
·
verified ·
1 Parent(s): bd8db40

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -9
requirements.txt CHANGED
@@ -1,10 +1,15 @@
1
- python-multipart
2
- fastapi
3
- pydantic
4
- uvicorn
5
- requests
6
- uuid
7
- python-dotenv
8
- numpy
9
  ctransformers
10
- gradio
 
 
 
 
 
 
 
 
1
+
2
+
3
+ langchain
4
+ llama-cpp-python
5
+ PyPDF2==3.0.1
6
+ faiss-cpu==1.7.4
 
 
7
  ctransformers
8
+ pypdf
9
+ chromadb
10
+ tiktoken
11
+ pysqlite3-binary
12
+ streamlit-extras
13
+ InstructorEmbedding
14
+ sentence-transformers
15
+ jq