Bulk embed #1083
Annotations
3 errors and 1 notice
empty-body:
graphiti_core/embedder/client.py#L36
Missing return statement
|
misc:
graphiti_core/embedder/voyage.py#L62
List comprehension has incompatible type List[list[float] | list[int]]; expected List[list[float]]
|
mypy
Process completed with exit code 1.
|
Note:
graphiti_core/embedder/client.py#L36
If the method is meant to be abstract, use @abc.abstractmethod
|