perf: hnsw query (#4596)

* perf: hnsw query

* check response embedding recall result
This commit is contained in:
Archer
2025-04-18 19:31:02 +08:00
committed by GitHub
parent d9a4a5f3e7
commit 61aa91b3aa
2 changed files with 9 additions and 3 deletions

View File

@@ -12,7 +12,8 @@ weight: 793
## ⚙️ 优化
1. Doc2x 文档解析,增加报错信息捕获,增加超时时长
1. Doc2x 文档解析,增加报错信息捕获,增加超时时长
2. 调整 PG vector 查询语句,强制使用向量索引。
## 🐛 修复