fix: resolve import issue in gemini tokenizer
This commit is contained in:
parent
6a5df922c5
commit
62b3131ae9
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ class GeminiTokenizer(TokenizerInterface):
|
|||
|
||||
# Get LLM API key from config
|
||||
from cognee.infrastructure.databases.vector.embeddings.config import get_embedding_config
|
||||
from cognee.infrastructure.llm.structured_output_framework.litellm_instructor.llm.config import (
|
||||
from cognee.infrastructure.llm.config import (
|
||||
get_llm_config,
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue