Compare commits

...

1 Commits

Author SHA1 Message Date
Yuhong Sun
ec5e7d02b1 Turned off N-Grams 2024-07-20 14:00:14 -07:00

View File

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