Ask a question to get started
Enter to sendā¢Shift+Enter new line
Get or create a collection. Returns [Collection, bool] where the bool is True if the collection was created.
get_or_create( cls, session: Session, name: str, cmetadata: Optional[dict] = None ) -> Tuple['CollectionStore', bool]