Ask a question to get started
Enter to send•Shift+Enter new line
get_by_ids( self, ids: Sequence[str], , ) -> list[Document]
Fetch documents by their ids.
ids
:param ids: Sequence of string ids. :type ids: Sequence[str] :return: Documents with metadata reconstructed from configured columns. :rtype: list[Document]