You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/langchain/vectorstores
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>
12 months ago
..
docarray Scores are explained in vectorestore docs (#5613) 1 year ago
__init__.py Integrate Rockset as Vectorstore (#6216) 12 months ago
alibabacloud_opensearch.py Add Alibaba Cloud OpenSearch as a new vector store (#6154) 12 months ago
analyticdb.py Improve AnalyticDB Vector Store implementation without affecting user (#6086) 12 months ago
annoy.py fixes #1214 (#3003) 1 year ago
atlas.py consistently use getLogger(__name__), no root logger (#2989) 1 year ago
awadb.py Improve the performance of add_texts interface and upgrade the AwaDB from 0.3.2 to 0.3.3 (#6316) 12 months ago
azuresearch.py Correct AzureSearch Vector Store not applying search_kwargs when searching (#6132) 12 months ago
base.py Harrison/faiss score (#6341) 12 months ago
cassandra.py Vector store support for Cassandra (#6426) 12 months ago
chroma.py Harrison/chroma fix (#6390) 12 months ago
clickhouse.py Fix latest clickhouse vector schema change (#6385) 12 months ago
deeplake.py [hotfix] Deep Lake fails on newer version due to hardcode (#6383) 12 months ago
elastic_vector_search.py Add knn and query search field options to ElasticKnnSearch (#5641) 12 months ago
faiss.py Harrison/faiss score (#6341) 12 months ago
hologres.py Harrison/hologres (#6012) 12 months ago
lancedb.py Harrison/lancedb (#3634) 1 year ago
matching_engine.py Add matching engine vectorstore (#3350) 1 year ago
milvus.py Remove unused variables in Milvus vectorstore (#4868) 1 year ago
mongodb_atlas.py fixing from_documents method of the MongoDB Atlas vector store (#5794) 1 year ago
myscale.py Scores are explained in vectorestore docs (#5613) 1 year ago
opensearch_vector_search.py Harrison/mmr support for opensearch (#6349) 12 months ago
pgvector.py Created fix for 5475 (#5659) 1 year ago
pinecone.py Add `_similarity_search_with_relevance_scores` in `Pinecone` (#6446) 12 months ago
qdrant.py qdrant: search by vector (#6043) 12 months ago
redis.py Bug fixes and error handling in Redis - Vectorstore (#4932) 1 year ago
rocksetdb.py Integrate Rockset as Vectorstore (#6216) 12 months ago
singlestoredb.py Update SinglStoreDB vectorstore (#6423) 12 months ago
sklearn.py feat(integrations): Add WandbTracer (#4521) 1 year ago
supabase.py Documentation fixes (linting and broken links) (#5563) 1 year ago
tair.py Harrison/tair (#3770) 1 year ago
tigris.py feat: Support for `Tigris` Vector Database for vector search (#5703) 1 year ago
typesense.py Harrison/typesense fix (#6391) 12 months ago
utils.py fix #3884 (#3475) 1 year ago
vectara.py Fixes typo in Vectara.similarity_search (#6277) 12 months ago
weaviate.py Scores are explained in vectorestore docs (#5613) 1 year ago
zilliz.py Refactor Milvus/Zilliz (#3047) 1 year ago