iShare commited on
Commit
7b76a1e
·
1 Parent(s): 4ef4aa1

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -5
requirements.txt CHANGED
@@ -1,11 +1,18 @@
1
  #openai
2
- tiktoken
3
- chromadb
4
  langchain
5
  python-dotenv
6
  bs4
7
  huggingface_hub
8
  Requests
9
- altair
10
- flask
11
- gunicorn
 
 
 
 
 
 
 
 
1
  #openai
2
+ #tiktoken
3
+ #chromadb
4
  langchain
5
  python-dotenv
6
  bs4
7
  huggingface_hub
8
  Requests
9
+ #flask
10
+ #gunicorn
11
+ #altair
12
+ fastapi[all]
13
+ pandas
14
+ pydantic
15
+ scikit-learn==1.2.2
16
+ uvicorn[standard]
17
+ sentence_transformers
18
+ torch