You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gcgj-dify-1.7.0/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.
10 months ago
..
output_parser chore(api/core): apply ruff reformatting (#7624) 2 years ago
router refactor(api): Decouple `ParameterExtractorNode` from `LLMNode` (#20843) 10 months ago
__init__.py FEAT: NEW WORKFLOW ENGINE (#3160) 2 years ago
dataset_retrieval.py update knowledge base api (#20426) 10 months ago
retrieval_methods.py chore(api/core): apply ruff reformatting (#7624) 2 years ago
template_prompts.py fix: use only supported operators in metadata filter system prompts (#19195) 11 months ago