langchain/docs/extras
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
..
_templates Doc refactor (#6300) 2023-06-16 11:52:56 -07:00
additional_resources Doc refactor (#6300) 2023-06-16 11:52:56 -07:00
ecosystem docs/fix links (#6498) 2023-06-20 14:06:50 -07:00
guides docs/fix links (#6498) 2023-06-20 14:06:50 -07:00
modules Integrate Rockset as Vectorstore (#6216) 2023-06-21 01:22:27 -07:00
use_cases Fix link (#6501) 2023-06-20 14:44:22 -07:00