mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-13 14:50:00 +00:00
parent
3d3b46a782
commit
82de8fd6c9
@ -6,6 +6,7 @@ import json
|
|||||||
import re
|
import re
|
||||||
from typing import (
|
from typing import (
|
||||||
TYPE_CHECKING,
|
TYPE_CHECKING,
|
||||||
|
Any,
|
||||||
Callable,
|
Callable,
|
||||||
Iterable,
|
Iterable,
|
||||||
List,
|
List,
|
||||||
@ -197,6 +198,7 @@ class HanaDB(VectorStore):
|
|||||||
texts: Iterable[str],
|
texts: Iterable[str],
|
||||||
metadatas: Optional[List[dict]] = None,
|
metadatas: Optional[List[dict]] = None,
|
||||||
embeddings: Optional[List[List[float]]] = None,
|
embeddings: Optional[List[List[float]]] = None,
|
||||||
|
**kwargs: Any,
|
||||||
) -> List[str]:
|
) -> List[str]:
|
||||||
"""Add more texts to the vectorstore.
|
"""Add more texts to the vectorstore.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user