Spaces:
Runtime error
Runtime error
kanishka089
commited on
Create requirements.txt
Browse files- requirements.txt +14 -0
requirements.txt
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio
|
2 |
+
langchain
|
3 |
+
langchain_community
|
4 |
+
ollama
|
5 |
+
pypdf
|
6 |
+
chromadb
|
7 |
+
requests
|
8 |
+
huggingface-hub
|
9 |
+
python-dotenv
|
10 |
+
langchain-core
|
11 |
+
PyPDF2
|
12 |
+
chroma
|
13 |
+
pydantic
|
14 |
+
gpt4all
|