fix: restore rag chat retrieval sources and follow-up metadata #3

Merged
TanWenyan merged 1 commits from fix/chat-rag-retrieval-and-history into main 2026-05-18 15:30:00 +08:00
Owner

Summary

  • restore retriever sources in chat responses by querying with explicit embeddings
  • return suggested follow-up questions from history metadata
  • normalize retrieval score mapping so valid hits are not filtered out

Testing

  • python3 -m py_compile
  • manual retrieval check for 烟草是什么?
## Summary - restore retriever sources in chat responses by querying with explicit embeddings - return suggested follow-up questions from history metadata - normalize retrieval score mapping so valid hits are not filtered out ## Testing - python3 -m py_compile - manual retrieval check for 烟草是什么?
TanWenyan added 1 commit 2026-05-18 15:29:42 +08:00
TanWenyan merged commit 7602a89abb into main 2026-05-18 15:30:00 +08:00
Sign in to join this conversation.