Update EL task docs.

This commit is contained in:
Raphael Mitsch 2023-11-17 13:01:26 +01:00
parent be672deeb4
commit d48ae4405c

View File

@ -350,7 +350,7 @@ candidate.
> [initialize.components.llm.candidate_selector]
> @llm_misc = "spacy.CandidateSelector.v1"
>
> # Load a KB from a KB file. For loading KBs from spaCy pipelines see [`spacy.KBObjectLoader.v1`](#kb-object-loader-v1).
> # Load a KB from a KB file. For loading KBs from spaCy pipelines see spacy.KBObjectLoader.v1.
> [initialize.components.llm.candidate_selector.kb_loader]
> @llm_misc = "spacy.KBFileLoader.v1"
> # Path to knowledge base .yaml file.