Spaces:
Build error
Build error
Commit ·
ad93591
1
Parent(s): a7b7c2d
ignoring .faiss files
Browse files- .gitignore +1 -0
.gitignore
CHANGED
|
@@ -2,6 +2,7 @@
|
|
| 2 |
.nlpia2-data
|
| 3 |
*.joblib
|
| 4 |
*.pickle
|
|
|
|
| 5 |
# FIXME: move these to .nlpia2-data and create index with URLs in data sources.yml
|
| 6 |
src/nlpia2/data/big
|
| 7 |
|
|
|
|
| 2 |
.nlpia2-data
|
| 3 |
*.joblib
|
| 4 |
*.pickle
|
| 5 |
+
*.faiss
|
| 6 |
# FIXME: move these to .nlpia2-data and create index with URLs in data sources.yml
|
| 7 |
src/nlpia2/data/big
|
| 8 |
|