Ask a question to get started
Enter to sendā¢Shift+Enter new line
Get documents by their IDs.
get_by_ids( self, ids: Sequence[str], , *, batch_size: int = 100 ) -> list[Document]
ids
Sequence[str]
List of id.
batch_size
int
100
Batch size for get_vectors.