dify/api/core/rag/datasource/vdb
2026-05-22 13:45:35 +00:00
..
__init__.py
field.py refactor(api): replace json.loads with Pydantic validation in controllers and infra layers (#34277) 2026-04-01 05:41:44 +00:00
vector_backend_registry.py refactor: move vdb implementations to workspaces (#34900) 2026-04-13 08:56:43 +00:00
vector_base.py refactor(api): type VDB to_index_struct with VectorIndexStructDict TypedDict (#34674) 2026-04-07 13:17:04 +00:00
vector_factory.py refactor: add missing @override decorator to remaining MCP, Jieba, embeddings, and misc subclasses (#36528) 2026-05-22 13:45:35 +00:00
vector_integration_test_support.py refactor: move vdb implementations to workspaces (#34900) 2026-04-13 08:56:43 +00:00
vector_type.py