Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -42,7 +42,7 @@ manual_chunks = chunk_text(full_text, chunk_size=500)
|
|
| 42 |
# Load your FAISS index
|
| 43 |
try:
|
| 44 |
# Load your FAISS index
|
| 45 |
-
index = faiss.read_index("/absolute/path/to/manual_chunked_faiss_index_500.bin)
|
| 46 |
except Exception as e:
|
| 47 |
raise RuntimeError(f"Failed to load FAISS index: {e}")
|
| 48 |
|
|
|
|
| 42 |
# Load your FAISS index
|
| 43 |
try:
|
| 44 |
# Load your FAISS index
|
| 45 |
+
index = faiss.read_index("/absolute/path/to/manual_chunked_faiss_index_500.bin")
|
| 46 |
except Exception as e:
|
| 47 |
raise RuntimeError(f"Failed to load FAISS index: {e}")
|
| 48 |
|