Merge #82 into develop from feature/20251219_myh
fix: correct function naming for memory retrieval * feature/20251219_myh: (2 commits squashed) - perf(workflow): adjust default template to be compatible with frontend format - fix: correct function naming for memory retrieval Signed-off-by: Eternity <1533512157@qq.com> Reviewed-by: zhuwenhui5566@163.com <zhuwenhui5566@163.com> Reviewed-by: aliyun6762716068 <accounts_68cb7c6b61f5dcc4200d6251@mail.teambition.com> Merged-by: aliyun6762716068 <accounts_68cb7c6b61f5dcc4200d6251@mail.teambition.com> CR-link: https://codeup.aliyun.com/redbearai/python/redbear-mem-open/change/82
This commit is contained in:
@@ -52,7 +52,7 @@ def get_knowledges_paginated(
|
|||||||
raise
|
raise
|
||||||
|
|
||||||
|
|
||||||
def get_chunded_knowledgeids(
|
def get_chunked_knowledgeids(
|
||||||
db: Session,
|
db: Session,
|
||||||
filters: list
|
filters: list
|
||||||
) -> list:
|
) -> list:
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ nodes:
|
|||||||
- 适当使用格式化(如列表、段落)提高可读性
|
- 适当使用格式化(如列表、段落)提高可读性
|
||||||
|
|
||||||
- role: user
|
- role: user
|
||||||
content: "{{ sys.message }}"
|
content: "{{sys.message}}"
|
||||||
|
|
||||||
model_id: null
|
model_id: null
|
||||||
temperature: 0.7
|
temperature: 0.7
|
||||||
@@ -55,7 +55,7 @@ nodes:
|
|||||||
type: end
|
type: end
|
||||||
name: 结束
|
name: 结束
|
||||||
config:
|
config:
|
||||||
output: "{{ llm_qa.output }}"
|
output: "{{llm_qa.output}}"
|
||||||
position:
|
position:
|
||||||
x: 900
|
x: 900
|
||||||
y: 100
|
y: 100
|
||||||
|
|||||||
Reference in New Issue
Block a user