hashirlodhi commited on
Commit
9a70feb
·
verified ·
1 Parent(s): c18d6e7

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -10
requirements.txt CHANGED
@@ -1,11 +1,10 @@
1
- langchain
2
- langchain-community
3
- langchain-groq
4
- google-genai
 
 
5
  python-dotenv
6
- chromadb
7
- pypdf
8
- sentence-transformers
9
- gradio>=4.0.0
10
- langchain-huggingface
11
- langchain-chroma
 
1
+ gradio>=3.50.0,<4.0.0
2
+ langchain>=0.1.0
3
+ chromadb>=0.4.0
4
+ sentence-transformers>=2.2.0
5
+ pypdf>=3.0.0
6
+ langchain-openai
7
  python-dotenv
8
+ beautifulsoup4
9
+ requests
10
+ lxml