mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-06-26 16:01:09 +02:00
minor configuration updates (#3134)
This commit is contained in:
parent
97932dc44b
commit
ddff7ecc3f
@ -36,7 +36,7 @@ schema DANSWER_CHUNK_NAME {
|
|||||||
}
|
}
|
||||||
# Title embedding (x1)
|
# Title embedding (x1)
|
||||||
field title_embedding type tensor<float>(x[VARIABLE_DIM]) {
|
field title_embedding type tensor<float>(x[VARIABLE_DIM]) {
|
||||||
indexing: attribute
|
indexing: attribute | index
|
||||||
attribute {
|
attribute {
|
||||||
distance-metric: angular
|
distance-metric: angular
|
||||||
}
|
}
|
||||||
@ -44,7 +44,7 @@ schema DANSWER_CHUNK_NAME {
|
|||||||
# Content embeddings (chunk + optional mini chunks embeddings)
|
# Content embeddings (chunk + optional mini chunks embeddings)
|
||||||
# "t" and "x" are arbitrary names, not special keywords
|
# "t" and "x" are arbitrary names, not special keywords
|
||||||
field embeddings type tensor<float>(t{},x[VARIABLE_DIM]) {
|
field embeddings type tensor<float>(t{},x[VARIABLE_DIM]) {
|
||||||
indexing: attribute
|
indexing: attribute | index
|
||||||
attribute {
|
attribute {
|
||||||
distance-metric: angular
|
distance-metric: angular
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user