mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-06-27 08:21:00 +02:00
ensure we can order by doc id (#3343)
This commit is contained in:
parent
69b99056b2
commit
fd1999454a
@ -4,6 +4,8 @@ schema DANSWER_CHUNK_NAME {
|
|||||||
# Not to be confused with the UUID generated for this chunk which is called documentid by default
|
# Not to be confused with the UUID generated for this chunk which is called documentid by default
|
||||||
field document_id type string {
|
field document_id type string {
|
||||||
indexing: summary | attribute
|
indexing: summary | attribute
|
||||||
|
attribute: fast-search
|
||||||
|
rank: filter
|
||||||
}
|
}
|
||||||
field chunk_id type int {
|
field chunk_id type int {
|
||||||
indexing: summary | attribute
|
indexing: summary | attribute
|
||||||
|
Loading…
x
Reference in New Issue
Block a user