本项目的向量策略是:先标题与摘要,再正文 chunk,优先兼顾速度与效果。

Chat 的关键返回

  • answer
  • citations
  • reading_path(不熟悉模式)
  • temp_graph

API 示例

curl -s -X POST "http://localhost:8787/api/chat" \
  -H "content-type: application/json" \
  -d '{"q":"我不熟悉这个主题,给我阅读顺序","unfamiliar":true}'

继续阅读