mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-08-29 04:26:20 +00:00
fix: correct Entity import path in test_novita_integration
semantica.semantic_extract.models does not exist; Entity is defined in ner_extractor.py and exported from semantica.semantic_extract directly. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
89fe0df40b
commit
9a6c07417e
@@ -11,7 +11,7 @@ from semantica.semantic_extract.methods import (
|
||||
extract_triplets_llm,
|
||||
)
|
||||
from semantica.semantic_extract.providers import create_provider
|
||||
from semantica.semantic_extract.models import Entity
|
||||
from semantica.semantic_extract import Entity
|
||||
|
||||
NOVITA_API_KEY = os.environ.get("NOVITA_API_KEY")
|
||||
NOVITA_MODEL = "deepseek/deepseek-v3.2"
|
||||
|
||||
Reference in New Issue
Block a user