langchain/docs/extras/modules/data_connection
Anubhav Bindlish 94c7899257
Integrate Rockset as Vectorstore (#6216)
This PR adds Rockset as a vectorstore for langchain.
[Rockset](https://rockset.com/blog/introducing-vector-search-on-rockset/)
is a real time OLAP database which provides a fast and efficient vector
search functionality. Further since it is entirely schemaless, it can
store metadata in separate columns thereby allowing fast metadata
filters during vector similarity search (as opposed to storing the
entire metadata in a single JSON column). It currently supports three
distance functions: `COSINE_SIMILARITY`, `EUCLIDEAN_DISTANCE`, and
`DOT_PRODUCT`.

This PR adds `rockset` client as an optional dependency. 

We would love a twitter shoutout, our handle is
https://twitter.com/RocksetCloud

---------

Co-authored-by: Dev 2049 <dev.dev2049@gmail.com>
2023-06-21 01:22:27 -07:00
..
document_loaders/integrations docs/fix links (#6498) 2023-06-20 14:06:50 -07:00
document_transformers/text_splitters Update notebook for MD header splitter and create new cookbook (#6399) 2023-06-20 13:53:41 -07:00
retrievers docs/fix links (#6498) 2023-06-20 14:06:50 -07:00
text_embedding/integrations Doc refactor (#6300) 2023-06-16 11:52:56 -07:00
vectorstores/integrations Integrate Rockset as Vectorstore (#6216) 2023-06-21 01:22:27 -07:00