dify/api/core/rag/retrieval
QuantumGhost c439e82038
refactor(api): Decouple `ParameterExtractorNode` from `LLMNode` (#20843)
- Extract methods used by `ParameterExtractorNode` from `LLMNode` into a separate file.
- Convert `ParameterExtractorNode` into a subclass of `BaseNode`.
- Refactor code referencing the extracted methods to ensure functionality and clarity.
- Fixes the issue that `ParameterExtractorNode` returns error when executed.
- Fix relevant test cases.

Closes #20840.
2025-06-10 11:47:50 +08:00
..
output_parser chore(api/core): apply ruff reformatting (#7624) 2024-09-10 17:00:20 +08:00
router refactor(api): Decouple `ParameterExtractorNode` from `LLMNode` (#20843) 2025-06-10 11:47:50 +08:00
__init__.py FEAT: NEW WORKFLOW ENGINE (#3160) 2024-04-08 18:51:46 +08:00
dataset_retrieval.py update knowledge base api (#20426) 2025-05-30 14:45:30 +08:00
retrieval_methods.py chore(api/core): apply ruff reformatting (#7624) 2024-09-10 17:00:20 +08:00
template_prompts.py fix: use only supported operators in metadata filter system prompts (#19195) 2025-05-03 20:08:08 +08:00