CosmickVisions commited on
Commit
c05f975
·
verified ·
1 Parent(s): 1283106

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -9
requirements.txt CHANGED
@@ -1,9 +1,10 @@
1
- gradio>=4.0.0
2
- groq
3
- python-dotenv
4
- langchain
5
- pypdf
6
- faiss-cpu
7
- sentence-transformers
8
- langchain_community
9
- PyMuPDF
 
 
1
+ gradio==4.1.1
2
+ groq==0.4.1
3
+ langchain==0.0.335
4
+ langchain-text-splitters==0.0.1
5
+ faiss-cpu==1.7.4
6
+ sentence-transformers==2.2.2
7
+ pymupdf==1.23.4
8
+ pillow==10.0.1
9
+ python-dotenv==1.0.0
10
+ requests==2.31.0