langchain/tests/integration_tests/vectorstores
Tom e533da8bf2
Adding Marqo to vectorstore ecosystem (#7068)
This PR brings in a vectorstore interface for
[Marqo](https://www.marqo.ai/).

The Marqo vectorstore exposes some of Marqo's functionality in addition
the the VectorStore base class. The Marqo vectorstore also makes the
embedding parameter optional because inference for embeddings is an
inherent part of Marqo.

Docs, notebook examples and integration tests included.

Related PR:
https://github.com/hwchase17/langchain/pull/2807

---------

Co-authored-by: Tom Hamer <tom@marqo.ai>
Co-authored-by: Harrison Chase <hw.chase.17@gmail.com>
2023-07-05 14:44:12 -07:00
..
cassettes
docarray
docker-compose
fixtures
__init__.py
conftest.py
fake_embeddings.py Vector store support for Cassandra (#6426) 2023-06-20 10:46:20 -07:00
test_alibabacloud_opensearch.py Add Alibaba Cloud OpenSearch as a new vector store (#6154) 2023-06-20 10:07:40 -07:00
test_analyticdb.py Implement delete interface of vector store on AnalyticDB (#7170) 2023-07-05 13:01:00 -07:00
test_annoy.py
test_atlas.py
test_awadb.py Add a new vector store - AwaDB (#5971) (#5992) 2023-06-10 15:42:32 -07:00
test_azuresearch.py Harrison/cognitive search (#6011) 2023-06-11 21:15:42 -07:00
test_cassandra.py Second Attempt - Add concurrent insertion of vector rows in the Cassandra Vector Store (#7017) 2023-07-01 11:09:52 -07:00
test_chroma.py fix chroma update_document to embed entire documents, fixes a characer-wise embedding bug (#5584) 2023-06-02 11:12:48 -07:00
test_clarifai.py Clarifai integration (#5954) 2023-06-22 08:00:15 -07:00
test_clickhouse.py Integrate Clickhouse as Vector Store (#5650) 2023-06-05 13:32:04 -07:00
test_deeplake.py Harrison/deeplake new features (#6263) 2023-06-16 17:53:55 -07:00
test_elasticsearch.py
test_faiss.py Remove None default value for FAISS relevance_score_fn (#7085) 2023-07-03 10:11:49 -06:00
test_hologres.py Harrison/hologres (#6012) 2023-06-11 20:56:51 -07:00
test_lancedb.py
test_marqo.py Adding Marqo to vectorstore ecosystem (#7068) 2023-07-05 14:44:12 -07:00
test_milvus.py
test_mongodb_atlas.py Harrison/myscale self query (#6376) 2023-06-18 16:53:10 -07:00
test_myscale.py
test_opensearch.py
test_pgvector.py
test_pinecone.py
test_qdrant.py Support named vectors in Qdrant (#6871) 2023-06-29 15:14:22 -07:00
test_redis.py
test_rocksetdb.py Integrate Rockset as Vectorstore (#6216) 2023-06-21 01:22:27 -07:00
test_singlestoredb.py Update SinglStoreDB vectorstore (#6423) 2023-06-19 22:08:58 -07:00
test_tair.py
test_vectara.py Vectara upd2 (#6506) 2023-07-02 12:15:50 -07:00
test_weaviate.py
test_zilliz.py