Files
MemoryBear/api/app/core/rag
Timebomb2018 130684cac0 refactor(rag/nlp): standardize knowledge graph retrieval to use DocumentChunk and add debug logging
The knowledge graph retrieval logic in `search.py` was updated to consistently return `DocumentChunk` instances instead of raw dictionaries, improving type safety and alignment with the RAG pipeline's expected data structure. Additionally, debug logging was enhanced in `draft_run_service.py` to log the full `retrieve_chunks_result` before extracting page content, aiding troubleshooting.
2026-04-09 19:07:53 +08:00
..
2026-02-10 14:05:01 +08:00
2026-02-06 12:18:40 +08:00
2025-12-27 17:12:04 +08:00
2025-12-30 11:53:16 +08:00
2026-03-25 11:45:49 +08:00