Spaces:
Runtime error
Runtime error
add requirements.txt
Browse files- README.md +2 -0
- requirements.txt +14 -0
README.md
CHANGED
@@ -10,3 +10,5 @@ pinned: false
|
|
10 |
---
|
11 |
|
12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
13 |
+
|
14 |
+
inspired by source https://www.shakudo.io/blog/build-pdf-bot-open-source-llms
|
requirements.txt
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
langchain==0.0.189
|
2 |
+
chromadb==0.3.25
|
3 |
+
openai==0.27.7
|
4 |
+
#pdfplumber==0.9.0
|
5 |
+
tiktoken==0.4.0
|
6 |
+
torch==2.0.1
|
7 |
+
transformers==4.29.2
|
8 |
+
accelerate==0.19.0
|
9 |
+
sentence-transformers==2.2.2
|
10 |
+
einops==0.6.1
|
11 |
+
xformers==0.0.20
|
12 |
+
itsdangerous==2.1.2
|
13 |
+
bitsandbytes==0.39.0
|
14 |
+
pypdf
|