Selaa lähdekoodia

Trival. (#7653)

### What problem does this PR solve?

#7623

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
tags/v0.19.0
Kevin Hu 5 kuukautta sitten
vanhempi
commit
d49025b501
No account linked to committer's email address
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1
    0
      api/apps/conversation_app.py

+ 1
- 0
api/apps/conversation_app.py Näytä tiedosto

@@ -99,6 +99,7 @@ def get():
"dataset_id": get_value(ck, "kb_id", "dataset_id"),
"image_id": get_value(ck, "image_id", "img_id"),
"positions": get_value(ck, "positions", "position_int"),
"doc_type": get_value(ck, "doc_type", "doc_type_kwd"),
}
for ck in ref.get("chunks", [])
]

Loading…
Peruuta
Tallenna