Turned off N-Grams

This commit is contained in:
Yuhong Sun 2024-07-20 13:43:13 -07:00
parent 4848b5f1de
commit ec5e7d02b1

View File

@ -20,18 +20,10 @@ schema DANSWER_CHUNK_NAME {
# `semantic_identifier` will be the channel name, but the `title` will be empty # `semantic_identifier` will be the channel name, but the `title` will be empty
field title type string { field title type string {
indexing: summary | index | attribute indexing: summary | index | attribute
match {
gram
gram-size: 3
}
index: enable-bm25 index: enable-bm25
} }
field content type string { field content type string {
indexing: summary | index indexing: summary | index
match {
gram
gram-size: 3
}
index: enable-bm25 index: enable-bm25
} }
# duplication of `content` is far from ideal, but is needed for # duplication of `content` is far from ideal, but is needed for