Spaces:
Sleeping
Sleeping
Upload 3 files
Browse files- .gitattributes +1 -0
- requirements.txt +14 -0
- vectorstores/db_faiss/index.faiss +3 -0
- vectorstores/db_faiss/index.pkl +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
vectorstores/db_faiss/index.faiss filter=lfs diff=lfs merge=lfs -text
|
requirements.txt
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
langchain
|
2 |
+
langchain-community
|
3 |
+
unstructured
|
4 |
+
pi-heif
|
5 |
+
unstructured[local-inference]
|
6 |
+
faiss-cpu
|
7 |
+
transformers
|
8 |
+
chainlit
|
9 |
+
nltk
|
10 |
+
tiktoken
|
11 |
+
huggingface_hub
|
12 |
+
pypdf
|
13 |
+
pdfminer.six
|
14 |
+
sentence-transformers
|
vectorstores/db_faiss/index.faiss
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:01658f117a36e6d94bec2879083404955badc8ca2769168b95fc35882b13c0ff
|
3 |
+
size 11662893
|
vectorstores/db_faiss/index.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5e1e01992b1c5592a2081632ff1e1bdc461f0e4065feaf958f6f8ed3e1042208
|
3 |
+
size 3617836
|