NaimaAqeel commited on
Commit
6efb890
·
verified ·
1 Parent(s): 4f903f8

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -4
requirements.txt CHANGED
@@ -8,13 +8,14 @@ faiss-cpu==1.7.2
8
  huggingface-hub==0.23.1
9
  transformers==4.18.0
10
  PyMuPDF==1.24.4
11
- PyPDF2==1.26.0
12
  python-docx==0.8.11
13
  sentence-transformers==2.2.2
14
- python-dotenv==1.0.1
15
- altair==4.1.0
16
  langchain_google_genai
17
- altair.vegalite.v4
 
 
 
18
 
19
 
20
 
 
8
  huggingface-hub==0.23.1
9
  transformers==4.18.0
10
  PyMuPDF==1.24.4
11
+ PyPDF2==3.0.1
12
  python-docx==0.8.11
13
  sentence-transformers==2.2.2
 
 
14
  langchain_google_genai
15
+ python-dotenv==1.0.1
16
+ altair==4.2.0
17
+ git+https://${GITHUB_TOKEN}@github.com/your_username/langchain_google_genai.git
18
+
19
 
20
 
21