Fix linting
This commit is contained in:
parent
a6f0c0b33b
commit
d89e0f7208
1 changed files with 3 additions and 1 deletions
|
|
@ -601,7 +601,9 @@ async def extract_entities(
|
||||||
file_path = chunk_dp.get("file_path", "unknown_source")
|
file_path = chunk_dp.get("file_path", "unknown_source")
|
||||||
|
|
||||||
# Get initial extraction
|
# Get initial extraction
|
||||||
hint_prompt = entity_extract_prompt.format(**{**context_base, "input_text": content})
|
hint_prompt = entity_extract_prompt.format(
|
||||||
|
**{**context_base, "input_text": content}
|
||||||
|
)
|
||||||
|
|
||||||
final_result = await use_llm_func_with_cache(
|
final_result = await use_llm_func_with_cache(
|
||||||
hint_prompt,
|
hint_prompt,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue