llm_extraction integration by adding the bridge into candidate graph drafts
This commit is contained in:
parent
7e66c57350
commit
3aa0c08ab9
4 changed files with 261 additions and 2 deletions
|
|
@ -7,6 +7,7 @@ from repo_registry.llm_extraction.extractor import (
|
|||
LLMExtractionError,
|
||||
create_llm_connect_adapter,
|
||||
)
|
||||
from repo_registry.llm_extraction.mapper import LLMExtractionMapper
|
||||
|
||||
__all__ = [
|
||||
"ExtractedAbility",
|
||||
|
|
@ -15,5 +16,6 @@ __all__ = [
|
|||
"ExtractedFeature",
|
||||
"LLMCandidateExtractor",
|
||||
"LLMExtractionError",
|
||||
"LLMExtractionMapper",
|
||||
"create_llm_connect_adapter",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue