Spaces:
Runtime error
Runtime error
readme yml
Browse files- .gitignore +3 -2
- data/test_data.txt +0 -0
- vectorstore/db_faiss/test.txt +0 -0
.gitignore
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
.env
|
2 |
*.ipynb
|
3 |
-
*.pdf
|
4 |
*.faiss
|
5 |
-
*.pkl
|
|
|
|
|
|
1 |
.env
|
2 |
*.ipynb
|
|
|
3 |
*.faiss
|
4 |
+
*.pkl
|
5 |
+
*.pdf
|
6 |
+
README.md
|
data/test_data.txt
ADDED
File without changes
|
vectorstore/db_faiss/test.txt
ADDED
File without changes
|