Pijush2023 commited on
Commit
47d0aaa
·
verified ·
1 Parent(s): 9f262e8

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -15
requirements.txt CHANGED
@@ -1,16 +1,12 @@
1
- langchain
2
- langchain-community
3
- langchain-openai
4
- langchain-experimental
5
- neo4j
6
- tiktoken
7
- yfiles_jupyter_graphs
8
- python-dotenv
9
- datasets
10
- langchain_experimental
11
- gradio
12
- torch
13
- torchaudio
14
- transformers==4.45.0
15
- langchain_pinecone
16
 
 
1
+ gradio>=3.30.0
2
+ langchain>=0.0.230
3
+ langchain-redis>=0.0.5
4
+ langchain-community>=0.0.3
5
+ langchain-huggingface>=0.0.2
6
+ langchain-core>=0.0.8
7
+ langchain-groq>=0.0.1
8
+ sentence-transformers>=2.2.2
9
+ openai>=0.27.0
10
+ redis>=4.5.5
11
+
 
 
 
 
12