Ask a question to get started
Enter to sendā¢Shift+Enter new line
Retrieve documents from the collection using filters and parameters.
aget( self, ids: Optional[Sequence[str]] = None, where: Optional[dict] = None, limit: Optional[int] = None, offset: Optional[int] = None, where_document: Optional[dict] = None, include: Optional[list[str]] = None, **kwargs: Any = {} ) -> dict[str, Any]