Ask a question to get started
Enter to sendā¢Shift+Enter new line
Create Rockset wrapper with existing texts. This is intended as a quicker way to get started.
from_texts( cls, texts: List[str], embedding: Embeddings, metadatas: Optional[List[dict]] = None, client: Any = None, collection_name: str = '', text_key: str = '', embedding_key: str = '', ids: Optional[List[str]] = None, batch_size: int = 32, **kwargs: Any = {} ) -> Rockset