datacipen commited on
Commit
cade005
1 Parent(s): 413ba5e

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -5
requirements.txt CHANGED
@@ -1,14 +1,11 @@
1
  langchain
2
  chainlit==1.1.305
3
- huggingface_hub
4
- langchain-huggingface
5
  langchain-experimental
6
- langchain-openai
7
- langchain-anthropic
8
  langchain-core
9
  langchain-community
 
 
10
  openai
11
- text_generation
12
  pymupdf
13
  bcrypt
14
  pandas
 
1
  langchain
2
  chainlit==1.1.305
 
 
3
  langchain-experimental
 
 
4
  langchain-core
5
  langchain-community
6
+ chromadb
7
+ tiktoken
8
  openai
 
9
  pymupdf
10
  bcrypt
11
  pandas