langchain/docs/extras/modules/data_connection/vectorstores/integrations
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
..
faiss_index Doc refactor (#6300) 2023-06-16 11:52:56 -07:00
alibabacloud_opensearch.ipynb Add Alibaba Cloud OpenSearch as a new vector store (#6154) 2023-06-20 10:07:40 -07:00
analyticdb.ipynb Doc refactor (#6300) 2023-06-16 11:52:56 -07:00
annoy.ipynb Doc refactor (#6300) 2023-06-16 11:52:56 -07:00
atlas.ipynb Doc refactor (#6300) 2023-06-16 11:52:56 -07:00
awadb.ipynb Improve the performance of add_texts interface and upgrade the AwaDB from 0.3.2 to 0.3.3 (#6316) 2023-06-16 16:50:01 -07:00
azuresearch.ipynb Doc refactor (#6300) 2023-06-16 11:52:56 -07:00
cassandra.ipynb Vector store support for Cassandra (#6426) 2023-06-20 10:46:20 -07:00
chroma.ipynb Doc refactor (#6300) 2023-06-16 11:52:56 -07:00
deeplake.ipynb Harrison/deeplake new features (#6263) 2023-06-16 17:53:55 -07:00
docarray_hnsw.ipynb Doc refactor (#6300) 2023-06-16 11:52:56 -07:00
docarray_in_memory.ipynb Doc refactor (#6300) 2023-06-16 11:52:56 -07:00
elasticsearch.ipynb Doc refactor (#6300) 2023-06-16 11:52:56 -07:00
faiss.ipynb Doc refactor (#6300) 2023-06-16 11:52:56 -07:00
hologres.ipynb Doc refactor (#6300) 2023-06-16 11:52:56 -07:00
lancedb.ipynb Doc refactor (#6300) 2023-06-16 11:52:56 -07:00
matchingengine.ipynb Doc refactor (#6300) 2023-06-16 11:52:56 -07:00
milvus.ipynb Doc refactor (#6300) 2023-06-16 11:52:56 -07:00
myscale.ipynb Harrison/myscale self query (#6376) 2023-06-18 16:53:10 -07:00
opensearch.ipynb Harrison/mmr support for opensearch (#6349) 2023-06-17 12:22:37 -07:00
pgvector.ipynb Doc refactor (#6300) 2023-06-16 11:52:56 -07:00
pinecone.ipynb Doc refactor (#6300) 2023-06-16 11:52:56 -07:00
qdrant.ipynb Doc refactor (#6300) 2023-06-16 11:52:56 -07:00
redis.ipynb Doc refactor (#6300) 2023-06-16 11:52:56 -07:00
rockset_vector_database.ipynb Integrate Rockset as Vectorstore (#6216) 2023-06-21 01:22:27 -07:00
singlestoredb.ipynb Update SinglStoreDB vectorstore (#6423) 2023-06-19 22:08:58 -07:00
sklearn.ipynb Doc refactor (#6300) 2023-06-16 11:52:56 -07:00
supabase.ipynb Doc refactor (#6300) 2023-06-16 11:52:56 -07:00
tair.ipynb Doc refactor (#6300) 2023-06-16 11:52:56 -07:00
tigris.ipynb Doc refactor (#6300) 2023-06-16 11:52:56 -07:00
typesense.ipynb Doc refactor (#6300) 2023-06-16 11:52:56 -07:00
vectara.ipynb Doc refactor (#6300) 2023-06-16 11:52:56 -07:00
weaviate.ipynb Doc refactor (#6300) 2023-06-16 11:52:56 -07:00
zilliz.ipynb Doc refactor (#6300) 2023-06-16 11:52:56 -07:00