dify/api/core/rag
XHamzaX 596559efc9
fix(rag): include is_summary and original_chunk_id in default vector projection (#34950)
Co-authored-by: VFootball Dev <vfootball@example.com>
2026-04-13 03:11:08 +00:00
..
cleaner refactor(api): type bare dict/list annotations in remaining rag folder (#33775) 2026-03-20 03:31:06 +09:00
data_post_processor chore(api): align Python support with 3.12 (#34419) 2026-04-02 05:07:32 +00:00
datasource fix(rag): include is_summary and original_chunk_id in default vector projection (#34950) 2026-04-13 03:11:08 +00:00
docstore refactor: core/rag docstore, datasource, embedding, rerank, retrieval (#34203) 2026-03-30 08:09:49 +00:00
embedding chore(api): align Python support with 3.12 (#34419) 2026-04-02 05:07:32 +00:00
entities refactor(api): deduplicate RAG index entities and consolidate import paths (#34690) 2026-04-08 02:49:40 +00:00
extractor refactor(api): tighten types in trivial lint and config fixes (#34773) 2026-04-08 23:14:44 +00:00
index_processor refactor(api): migrate core RAG layer to SQLAlchemy 2.0 select() API (#34965) 2026-04-11 16:32:20 +00:00
models refactor(api): use standalone graphon package (#34209) 2026-03-27 21:05:32 +00:00
pipeline chore: use from __future__ import annotations (#30254) 2026-01-06 23:57:20 +09:00
rerank refactor(models): replace Any with precise types in Tenant and MCPToo… (#34880) 2026-04-10 03:12:38 +00:00
retrieval refactor(api): migrate core RAG layer to SQLAlchemy 2.0 select() API (#34965) 2026-04-11 16:32:20 +00:00
splitter chore(api): align Python support with 3.12 (#34419) 2026-04-02 05:07:32 +00:00
summary_index refactor(api): migrate core RAG layer to SQLAlchemy 2.0 select() API (#34965) 2026-04-11 16:32:20 +00:00
__init__.py Feat/dify rag (#2528) 2024-02-22 23:31:57 +08:00