update
This commit is contained in:
parent
afeabb73d8
commit
23229e2ab3
1 changed files with 2 additions and 2 deletions
|
|
@ -82,7 +82,7 @@ class GraphOperationsInterface(BaseModel):
|
||||||
batch_size: int = 100,
|
batch_size: int = 100,
|
||||||
) -> dict[str, list[float]]:
|
) -> dict[str, list[float]]:
|
||||||
"""
|
"""
|
||||||
Load embedding vectors for many nodes in batches. Mutates the provided node instances.
|
Load embedding vectors for many nodes in batches.
|
||||||
"""
|
"""
|
||||||
raise NotImplementedError
|
raise NotImplementedError
|
||||||
|
|
||||||
|
|
@ -186,6 +186,6 @@ class GraphOperationsInterface(BaseModel):
|
||||||
batch_size: int = 100,
|
batch_size: int = 100,
|
||||||
) -> dict[str, list[float]]:
|
) -> dict[str, list[float]]:
|
||||||
"""
|
"""
|
||||||
Load embedding vectors for many edges in batches. Mutates the provided edge instances.
|
Load embedding vectors for many edges in batches
|
||||||
"""
|
"""
|
||||||
raise NotImplementedError
|
raise NotImplementedError
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue