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/tests/integration_tests
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
..
agent Add Multi-CSV/DF support in CSV and DataFrame Toolkits (#5009) 1 year ago
cache feat: add Momento as a standard cache and chat message history provider (#5221) 1 year ago
callbacks Add support for tags (#5898) 12 months ago
chains fix neo4j schema query (#6381) 12 months ago
chat_models fix anthropic chat model mutating input list (#6457) 12 months ago
document_loaders Harrison/unstructured page number (#6464) 12 months ago
embeddings add dashscope text embedding (#5929) 12 months ago
examples feat: Add `UnstructuredXMLLoader` for `.xml` files (#5955) 12 months ago
llms Baseten integration (#5862) 12 months ago
memory feat: add Momento as a standard cache and chat message history provider (#5221) 1 year ago
prompts Cleanup integration test dir (#3308) 1 year ago
retrievers DocArray as a Retriever (#6031) 12 months ago
utilities ArxivAPIWrapper - doc_content_chars_max (#6063) 12 months ago
vectorstores Integrate Rockset as Vectorstore (#6216) 12 months ago
.env.example adding MongoDBAtlasVectorSearch (#5338) 1 year ago
__init__.py initial commit 2 years ago
conftest.py feat: improve pinecone tests (#2806) 1 year ago
test_document_transformers.py Contextual compression retriever (#2915) 1 year ago
test_kuzu.py Add KuzuQAChain (#6454) 12 months ago
test_nebulagraph.py Harrison/nebula graph (#5865) 12 months ago
test_nlp_text_splitters.py OptimizedPrompt -- k-shot example choice backed by semantic search (#91) 2 years ago
test_pdf_pagesplitter.py cleanup: unify 3 different pdf loaders, rename PagedPDFSplitter (#1615) 1 year ago
test_schema.py Add 'get_token_ids' method (#4784) 1 year ago
test_text_splitter.py chore: spedd up integration test by using smaller model (#6044) 12 months ago