mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-05 02:51:07 +00:00
feat(ChatKnowledge): Support Financial Report Analysis (#1702)
Co-authored-by: hzh97 <2976151305@qq.com> Co-authored-by: Fangyin Cheng <staneyffer@gmail.com> Co-authored-by: licunxing <864255598@qq.com>
This commit is contained in:
@@ -33,6 +33,8 @@ class SpaceQueryResponse(BaseModel):
|
||||
name: str = None
|
||||
"""vector_type: vector type"""
|
||||
vector_type: str = None
|
||||
"""field_type: field type"""
|
||||
domain_type: str = None
|
||||
"""desc: description"""
|
||||
desc: str = None
|
||||
"""context: context"""
|
||||
|
Reference in New Issue
Block a user