Ask a question to get started
Enter to sendā¢Shift+Enter new line
to_data_points( ids: list[str], embeddings: list[list[float
ids
list[str]
List of unique IDs.
embeddings
list[list[float]]
List of feature representatitons.
metadatas
list[dict[str, Any]] | None
None
Converts triplets id, embedding, metadata into IndexDataPoints instances.
IndexDataPoints
Only metadata with values of type string, numeric or list of string will be considered for the filtering.
List of metadatas.