Upload folder using huggingface_hub
Browse files- .gitattributes +2 -0
- entries.parquet +2 -2
- indexes/code_bm25/meta.json +5 -0
- indexes/code_bm25/tokens.parquet +3 -0
- indexes/description_hybrid/description_bm25/meta.json +5 -0
- indexes/description_hybrid/description_bm25/tokens.parquet +3 -0
- indexes/description_hybrid/description_vector/index.faiss +3 -0
- indexes/description_hybrid/description_vector/meta.json +0 -0
- indexes/description_hybrid/meta.json +16 -0
- indexes/title_hybrid/meta.json +16 -0
- indexes/title_hybrid/title_bm25/meta.json +5 -0
- indexes/title_hybrid/title_bm25/tokens.parquet +3 -0
- indexes/title_hybrid/title_vector/index.faiss +3 -0
- indexes/title_hybrid/title_vector/meta.json +0 -0
- meta.json +22 -9
.gitattributes
CHANGED
|
@@ -59,3 +59,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 61 |
embeddings.faiss filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 61 |
embeddings.faiss filter=lfs diff=lfs merge=lfs -text
|
| 62 |
+
indexes/description_hybrid/description_vector/index.faiss filter=lfs diff=lfs merge=lfs -text
|
| 63 |
+
indexes/title_hybrid/title_vector/index.faiss filter=lfs diff=lfs merge=lfs -text
|
entries.parquet
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:ad03cb268015dccb818b5c99b5a7366ff181058f65fd9983f5e208ea51a58210
|
| 3 |
+
size 164883
|
indexes/code_bm25/meta.json
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"kind": "bm25",
|
| 3 |
+
"name": "code_bm25",
|
| 4 |
+
"field": "code"
|
| 5 |
+
}
|
indexes/code_bm25/tokens.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d12bbce199082ba9e06b8ef4fc5feb8ff007dd84001b8172445efe8d8e95bc70
|
| 3 |
+
size 47334
|
indexes/description_hybrid/description_bm25/meta.json
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"kind": "bm25",
|
| 3 |
+
"name": "description_bm25",
|
| 4 |
+
"field": "description"
|
| 5 |
+
}
|
indexes/description_hybrid/description_bm25/tokens.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:50c4bdc379ece4fdd408d48bbf1db5ec10626ed3c0f6ff1710b5a9a49db46709
|
| 3 |
+
size 72079
|
indexes/description_hybrid/description_vector/index.faiss
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ed9cfcb72635a784daf4d9db53595bd7d3a1c7ce7299ce28c6ff66c58e91599f
|
| 3 |
+
size 8241394
|
indexes/description_hybrid/description_vector/meta.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
indexes/description_hybrid/meta.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"kind": "bm25",
|
| 3 |
+
"name": "title_bm25",
|
| 4 |
+
"field": "title"
|
| 5 |
+
}
|
indexes/title_hybrid/title_bm25/tokens.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dde5c80a634c200c20fc50dd49121eaf82251850d4e699fe5458c5e48f59eb99
|
| 3 |
+
size 55647
|
indexes/title_hybrid/title_vector/index.faiss
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5a09890c99ffba3580ec11d1f4a797a3ca1e1bdbc170434a3bce537296e8347b
|
| 3 |
+
size 8241394
|
indexes/title_hybrid/title_vector/meta.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
meta.json
CHANGED
|
@@ -1,19 +1,32 @@
|
|
| 1 |
{
|
| 2 |
-
"schema_version":
|
| 3 |
"name": "snb",
|
| 4 |
"namespaces": [
|
| 5 |
"snb"
|
| 6 |
],
|
| 7 |
"entry_count": 4906,
|
| 8 |
-
"
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
"build": {
|
| 15 |
-
"built_at": "2026-
|
| 16 |
"parsimony_version": null,
|
| 17 |
-
"builder":
|
|
|
|
| 18 |
}
|
| 19 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"schema_version": 4,
|
| 3 |
"name": "snb",
|
| 4 |
"namespaces": [
|
| 5 |
"snb"
|
| 6 |
],
|
| 7 |
"entry_count": 4906,
|
| 8 |
+
"indexes": [
|
| 9 |
+
{
|
| 10 |
+
"name": "code_bm25",
|
| 11 |
+
"kind": "bm25",
|
| 12 |
+
"field": "code"
|
| 13 |
+
},
|
| 14 |
+
{
|
| 15 |
+
"name": "title_hybrid",
|
| 16 |
+
"kind": "hybrid",
|
| 17 |
+
"field": "title"
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"name": "description_hybrid",
|
| 21 |
+
"kind": "hybrid",
|
| 22 |
+
"field": "description"
|
| 23 |
+
}
|
| 24 |
+
],
|
| 25 |
+
"default_field": "title",
|
| 26 |
"build": {
|
| 27 |
+
"built_at": "2026-05-23T15:21:00.765506Z",
|
| 28 |
"parsimony_version": null,
|
| 29 |
+
"builder": "packages/snb/scripts/build_catalog.py",
|
| 30 |
+
"content_sha256": "5ae5b908018018d464f2f30bb7205818d192f2beb1c62d6cc7581a9425df7407"
|
| 31 |
}
|
| 32 |
}
|