Version: 0.9.40.dev.260424
后端: 1.修复了向量数据库召回出错的问题:删除了不存在于milvus中的status键 前端:无 仓库: 1.更新了readme:修复了图片显示问题
This commit is contained in:
@@ -142,13 +142,13 @@ flowchart TD
|
||||
|
||||
## 2.2 页面展示
|
||||
|
||||

|
||||

|
||||
|
||||

|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||
# 3 后端数据架构
|
||||
|
||||
|
||||
@@ -116,7 +116,6 @@ func (c *MemoryCorpus) BuildRetrieveFilter(_ context.Context, req any) (map[stri
|
||||
}
|
||||
filter := map[string]any{
|
||||
"user_id": input.UserID,
|
||||
"status": "active",
|
||||
}
|
||||
if v := strings.TrimSpace(input.ConversationID); v != "" {
|
||||
filter["conversation_id"] = v
|
||||
|
||||
BIN
docs/pics/主页.png
BIN
docs/pics/主页.png
Binary file not shown.
|
Before Width: | Height: | Size: 187 KiB After Width: | Height: | Size: 285 KiB |
Reference in New Issue
Block a user