Spaces:
Build error
Build error
Hara commited on
Commit ·
854eb84
1
Parent(s): 28a3dba
Prepare for Hugging Face deployment
Browse files- .gitignore +4 -1
.gitignore
CHANGED
|
@@ -4,4 +4,7 @@ __pycache__/
|
|
| 4 |
*.pyc
|
| 5 |
.ipynb_checkpoints/
|
| 6 |
models/
|
| 7 |
-
.gitattributes
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
*.pyc
|
| 5 |
.ipynb_checkpoints/
|
| 6 |
models/
|
| 7 |
+
.gitattributes
|
| 8 |
+
|
| 9 |
+
# Ignore generated vector store index
|
| 10 |
+
faiss_index/
|