Parameter | Type | Description |
---|---|---|
texts | Iterable[str] | Iterable of text strings to add |
metadatas | Optional[List[dict]] | (Optional) List of metadata dictionaries for each text |
ids | Optional[List[str]] | (Optional) List of IDs for the texts (auto-generated if not provided) |
**kwargs | Any | Additional keyword arguments (currently unused) |
List[str]
: List of IDs for the added texts
ValueError