kristada673 commited on
Commit
a056d74
1 Parent(s): 5dec041

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -6
requirements.txt CHANGED
@@ -1,6 +1,12 @@
1
- panel
2
- jupyter
3
- transformers
4
- numpy
5
- torch
6
- aiohttp
 
 
 
 
 
 
 
1
+ python-dotenv
2
+ langchain==0.1.4
3
+ langchain-community==0.0.16
4
+ sqlalchemy==2.0.24
5
+ pypdf==4.0.1
6
+ chromadb==0.4.22
7
+ tiktoken==0.5.2
8
+ langchain-openai==0.0.5
9
+ panel==1.3.8
10
+ Pygments==2.15.1
11
+ anthropic==0.20.0
12
+ sentence-transformers==2.2.2