-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Description
I was testing the extract function with a different fuzzy threshold and it seems it is not being unpacked in the resolver function:
Code:
result = lx.extract(
text_or_documents=input_transcript,
prompt_description=PROMPT_SOP,
examples=EXAMPLES_SOP,
model=model,
extraction_passes=1,
max_char_buffer=5000,
fetch_urls=False,
resolver_params={'fuzzy_alignment_threshold': 0.5},
)
Error:
resolver.py constructor:
langextract/langextract/resolver.py
Line 169 in 278de1b
| class Resolver(AbstractResolver): |
Metadata
Metadata
Assignees
Labels
No labels