[<griffe._internal.docstrings.models.DocstringParameter object at 0x7ff5848fcd90>]
from_texts(
cls: Type[Vald],
texts: List[str],
embedding: Embeddings,
metadatas: Optional[List[dict]] = None,
host: str = 'localhost',
port: int = 8080,
grpc_options: Tuple = (('grpc.keepalive_time_ms', 1000 * 10), ('grpc.keepalive_timeout_ms', 1000 * 10)),
grpc_use_secure: bool = False,
grpc_credentials: Optional[Any] = None,
grpc_metadata: Optional[Any] = None,
skip_strict_exist_check: bool = False,
**kwargs: Any = {}
) -> Vald| Name | Type | Description |
|---|---|---|
skip_strict_exist_check | bool | Default: FalseDeprecated. This is not used basically. |