Spaces:
Sleeping
Sleeping
Commit
·
b2631a5
1
Parent(s):
be82b2e
fixed faiss index => cleaned_faiss_index
Browse files
app.py
CHANGED
|
@@ -16,7 +16,7 @@ import sys
|
|
| 16 |
from config import *
|
| 17 |
|
| 18 |
REPO_ID = "MrSimple01/AIEXP_RAG_FILES"
|
| 19 |
-
faiss_index_filename = "
|
| 20 |
chunks_filename = "processed_chunks.csv"
|
| 21 |
download_dir = "rag_files"
|
| 22 |
table_data_dir = "Табличные данные_JSON"
|
|
|
|
| 16 |
from config import *
|
| 17 |
|
| 18 |
REPO_ID = "MrSimple01/AIEXP_RAG_FILES"
|
| 19 |
+
faiss_index_filename = "cleaned_faiss_index.index"
|
| 20 |
chunks_filename = "processed_chunks.csv"
|
| 21 |
download_dir = "rag_files"
|
| 22 |
table_data_dir = "Табличные данные_JSON"
|