langchain/tests/integration_tests/vectorstores
Ofer Mendelevitch f8cf09a230
Update to Vectara integration (#5950)
This PR updates the Vectara integration (@hwchase17 ):
* Adds reuse of requests.session to imrpove efficiency and speed.
* Utilizes Vectara's low-level API (instead of standard API) to better
match user's specific chunking with LangChain
* Now add_texts puts all the texts into a single Vectara document so
indexing is much faster.
* updated variables names from alpha to lambda_val (to be consistent
with Vectara docs) and added n_context_sentence so it's available to use
if needed.
* Updates to documentation and tests

---------

Co-authored-by: Harrison Chase <hw.chase.17@gmail.com>
2023-06-10 16:27:01 -07:00
..
cassettes
docarray Add DocArray vector stores (#4483) 2023-05-10 15:22:16 -07:00
docker-compose
fixtures
__init__.py
conftest.py
fake_embeddings.py Feat: Add batching to Qdrant (#5443) 2023-05-30 15:33:54 -07:00
test_analyticdb.py
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_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_clickhouse.py Integrate Clickhouse as Vector Store (#5650) 2023-06-05 13:32:04 -07:00
test_deeplake.py Fixing DeepLake Overwrite Flag (#4683) 2023-05-15 17:39:16 -07:00
test_elasticsearch.py Add the usage of SSL certificates for Elasticsearch and user password authentication (#5058) 2023-05-22 11:51:32 -07:00
test_faiss.py fixed faiss integ tests (#5808) 2023-06-06 22:07:27 -07:00
test_lancedb.py Harrison/lancedb (#3634) 2023-04-27 08:14:36 -07:00
test_milvus.py
test_mongodb_atlas.py removing client+namespace in favor of collection (#5610) 2023-06-03 16:27:31 -07:00
test_myscale.py
test_opensearch.py OpenSearch: Add Similarity Search with Score (#4089) 2023-05-08 16:35:21 -07:00
test_pgvector.py Add texts with embeddings to PGVector wrapper (#5500) 2023-05-31 17:31:52 -07:00
test_pinecone.py
test_qdrant.py qdrant vector store - search with relevancy scores (#5781) 2023-06-07 19:26:40 -07:00
test_redis.py Update redis integration tests (#4937) 2023-05-18 10:22:17 -07:00
test_singlestoredb.py Added SingleStoreDB Vector Store (#5619) 2023-06-07 20:45:33 -07:00
test_tair.py Harrison/tair (#3770) 2023-04-28 21:25:33 -07:00
test_vectara.py Update to Vectara integration (#5950) 2023-06-10 16:27:01 -07:00
test_weaviate.py Fixes issue #5072 - adds additional support to Weaviate (#5085) 2023-05-22 18:57:10 -07:00
test_zilliz.py