mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-06-25 23:40:58 +02:00
Turned off N-Grams
This commit is contained in:
parent
4848b5f1de
commit
ec5e7d02b1
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user