Update requirements.txt
#3
by Samay42 - opened
- requirements.txt +8 -1
requirements.txt
CHANGED
|
@@ -1,4 +1,11 @@
|
|
| 1 |
streamlit
|
| 2 |
pymupdf
|
| 3 |
-
python-dotenv
|
| 4 |
google-generativeai
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
streamlit
|
| 2 |
pymupdf
|
|
|
|
| 3 |
google-generativeai
|
| 4 |
+
python-dotenv
|
| 5 |
+
langchain
|
| 6 |
+
chromadb
|
| 7 |
+
sentence-transformers
|
| 8 |
+
huggingface-hub
|
| 9 |
+
faiss-cpu
|
| 10 |
+
tiktoken
|
| 11 |
+
langchain-community
|