schema v1 rebuild — remove legacy index artifacts
Browse files- embeddings.faiss +0 -3
- indexes/code_bm25/meta.json +0 -5
- indexes/code_bm25/tokens.parquet +0 -3
- indexes/description_hybrid/description_bm25/meta.json +0 -5
- indexes/description_hybrid/description_bm25/tokens.parquet +0 -3
- indexes/description_hybrid/description_vector/index.faiss +0 -3
- indexes/description_hybrid/description_vector/meta.json +0 -0
- indexes/description_hybrid/meta.json +0 -16
- indexes/title_hybrid/meta.json +0 -16
- indexes/title_hybrid/title_bm25/meta.json +0 -5
- indexes/title_hybrid/title_bm25/tokens.parquet +0 -3
- indexes/title_hybrid/title_vector/index.faiss +0 -3
- indexes/title_hybrid/title_vector/meta.json +0 -0
embeddings.faiss
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:488ee55e81fa682acf81bef2c4b32647401b7c81ac64d1a264eda83ce919815f
|
| 3 |
-
size 7846766
|
|
|
|
|
|
|
|
|
|
|
|
indexes/code_bm25/meta.json
DELETED
|
@@ -1,5 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"kind": "bm25",
|
| 3 |
-
"name": "code_bm25",
|
| 4 |
-
"field": "code"
|
| 5 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
indexes/code_bm25/tokens.parquet
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:63fb030c1e4309e661857139d1ea489ff3dfa941c3ce7c9ea75b1e2ebe20b312
|
| 3 |
-
size 51750
|
|
|
|
|
|
|
|
|
|
|
|
indexes/description_hybrid/description_bm25/meta.json
DELETED
|
@@ -1,5 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"kind": "bm25",
|
| 3 |
-
"name": "description_bm25",
|
| 4 |
-
"field": "description"
|
| 5 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
indexes/description_hybrid/description_bm25/tokens.parquet
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:1121aea980f247993e95b4d453a011540429f8c3093175ecf24e7afa60701f99
|
| 3 |
-
size 64706
|
|
|
|
|
|
|
|
|
|
|
|
indexes/description_hybrid/description_vector/index.faiss
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:1d1d3f3273b6931689f46564f75c8dc9ee304640ba149d0a2eac8105d01bf0a1
|
| 3 |
-
size 7277514
|
|
|
|
|
|
|
|
|
|
|
|
indexes/description_hybrid/description_vector/meta.json
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
indexes/description_hybrid/meta.json
DELETED
|
@@ -1,16 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"kind": "hybrid",
|
| 3 |
-
"name": "description_hybrid",
|
| 4 |
-
"field": "description",
|
| 5 |
-
"fusion": {
|
| 6 |
-
"kind": "z_score_fusion",
|
| 7 |
-
"weights": {
|
| 8 |
-
"description_bm25": 0.7,
|
| 9 |
-
"description_vector": 1.0
|
| 10 |
-
}
|
| 11 |
-
},
|
| 12 |
-
"children": [
|
| 13 |
-
"description_bm25",
|
| 14 |
-
"description_vector"
|
| 15 |
-
]
|
| 16 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
indexes/title_hybrid/meta.json
DELETED
|
@@ -1,16 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"kind": "hybrid",
|
| 3 |
-
"name": "title_hybrid",
|
| 4 |
-
"field": "title",
|
| 5 |
-
"fusion": {
|
| 6 |
-
"kind": "z_score_fusion",
|
| 7 |
-
"weights": {
|
| 8 |
-
"title_bm25": 0.5,
|
| 9 |
-
"title_vector": 0.8
|
| 10 |
-
}
|
| 11 |
-
},
|
| 12 |
-
"children": [
|
| 13 |
-
"title_bm25",
|
| 14 |
-
"title_vector"
|
| 15 |
-
]
|
| 16 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
indexes/title_hybrid/title_bm25/meta.json
DELETED
|
@@ -1,5 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"kind": "bm25",
|
| 3 |
-
"name": "title_bm25",
|
| 4 |
-
"field": "title"
|
| 5 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
indexes/title_hybrid/title_bm25/tokens.parquet
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:7db11897d3a5432eeac334536dcd139ae66894afe92f1e377988c0699b9550cf
|
| 3 |
-
size 57843
|
|
|
|
|
|
|
|
|
|
|
|
indexes/title_hybrid/title_vector/index.faiss
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:9ad3567c16bd4798030c8a980a84159e10aa4e535205f4670568a0d948ad85b9
|
| 3 |
-
size 7848442
|
|
|
|
|
|
|
|
|
|
|
|
indexes/title_hybrid/title_vector/meta.json
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|