Skip to main content

Rockset

Rockset is a real-time analytics database service for serving low latency, high concurrency analytical queries at scale. It builds a Converged Indexโ„ข on structured and semi-structured data with an efficient store for vector embeddings. Its support for running SQL on schemaless data makes it a perfect choice for running vector search with metadata filters.

Installation and Setupโ€‹

Make sure you have Rockset account and go to the web console to get the API key. Details can be found on the website.

pip install rockset

Vector Storeโ€‹

See a usage example.

from langchain_community.vectorstores import Rockset 
API Reference:Rockset

Document Loaderโ€‹

See a usage example.

from langchain_community.document_loaders import RocksetLoader
API Reference:RocksetLoader

Chat Message Historyโ€‹

See a usage example.

from langchain_community.chat_message_histories import RocksetChatMessageHistory

Was this page helpful?


You can also leave detailed feedback on GitHub.