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
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
..
cleaner fix: keep image url (#17430) 1 year ago
data_post_processor fix: validate reranking model attributes before processing (#11930) 1 year ago
datasource fix: clean up two unreachable code (#20773) 10 months ago
docstore Introduce Plugins (#13836) 1 year ago
embedding Introduce Plugins (#13836) 1 year ago
entities Refactor/message cycle manage and knowledge retrieval (#20460) 10 months ago
extractor Refactor/remove db from cycle manager (#20455) 10 months ago
index_processor Chore/code format and Repair commit_id 3254018d more deleted codes and Fix naming error ambiguity between workflow_run_id and workflow_id (#17075) 1 year ago
models Refactor/remove db from cycle manager (#20455) 10 months ago
rerank fix: fix rerank model runner usage (#19008) 11 months ago
retrieval refactor(api): Decouple `ParameterExtractorNode` from `LLMNode` (#20843) 10 months ago
splitter immediately return initialed tiktokenizer instance and remove dead code in usage of tiktokenizer (#17957) 11 months ago
__init__.py Feat/dify rag (#2528) 2 years ago