Spaces:
Running on Zero
Running on Zero
atakan Claude Sonnet 5 commited on
Commit ·
9b37428
1
Parent(s): 5cc9815
fix: Remove a test chunk that leaked into the shipped RAG index
Browse filesA local smoke test for the /api/upload ingestion path (add_chunks + save)
wrote its test fixture straight into data/rag_index/chunks.json, which then
got shipped in the previous commit. Removed it and rebuilt the index.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
- data/rag_index/bm25.pkl +2 -2
- data/rag_index/chunks.json +2 -2
data/rag_index/bm25.pkl
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aec368fab52a30b88e2bc1633add98c1f6a0a8f5260ad50d73d965381c741210
|
| 3 |
+
size 9492413
|
data/rag_index/chunks.json
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:939cfc3169818185b3dd60ba12b2e4799fd10755fd0fcbbff8f390567761c091
|
| 3 |
+
size 12948944
|