Unify document chunks context format in only_need_context query
- Update Document Chunks label to include (DC) abbreviation
This commit is contained in:
parent
7780776af6
commit
eded6d1187
1 changed files with 1 additions and 1 deletions
|
|
@ -3105,7 +3105,7 @@ async def naive_query(
|
|||
text_units_str = json.dumps(text_units_context, ensure_ascii=False)
|
||||
if query_param.only_need_context:
|
||||
return f"""
|
||||
---Document Chunks---
|
||||
---Document Chunks(DC)---
|
||||
|
||||
```json
|
||||
{text_units_str}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue