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://fastgpt.in
Other
15.23k stars 3.97k forks source link

4.8.5版本开始接口不再返回数据库结果 如:/api/core/dataset/collection/create/link #1913

Closed ZyairYH closed 19 hours ago

ZyairYH commented 2 days ago

例行检查

你的版本

问题描述, 日志截图 接口:/api/core/dataset/collection/create/link image

排查代码发现 目前不再返回数据库结果 这个是为什么呢 image

复现步骤 页面或者API调用都不返回collection结果

预期结果 返回数据库相关的结果

相关截图 image

ZyairYH commented 2 days ago

image 目前通过修改代码 返回collection结果 不过不确定4.8.5为什么要做这个修改 API和更新日志没有对应描述

c121914yu commented 19 hours ago

fix: https://github.com/labring/FastGPT/pull/1947