labring / FastGPT

FastGPT is a knowledge-based platform built on the LLMs, offers a comprehensive suite of out-of-the-box capabilities such as data processing, RAG retrieval, and visual AI workflow orchestration, letting you easily develop and deploy complex question-answering systems without the need for extensive setup or configuration.
https://tryfastgpt.ai
Other
17.23k stars 4.61k forks source link

数据库索引逻辑问题 #1962

Closed SkyRaker0v0 closed 2 months ago

SkyRaker0v0 commented 3 months ago

例行检查

你的版本

问题描述, 日志截图

感觉现在的数据库索引逻辑反了 在索引完全一致的文本的时候发现全文检索无法命中,反而是语义检索命中了 而在fast上4.8之前是没有这个问题的,期望看看是不是索引逻辑变动

c121914yu commented 3 months ago

我去试试