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/libs/community/tests/integration_tests/vectorstores
Eugene Yurtsev 6cdca4355d
community[minor]: Revamp PGVector Filtering (#18992)
This PR makes the following updates in the pgvector database:

1. Use JSONB field for metadata instead of JSON
2. Update operator syntax to include required `$` prefix before the
operators (otherwise there will be name collisions with fields)
3. The change is non-breaking, old functionality is still the default,
but it will emit a deprecation warning
4. Previous functionality has bugs associated with comparisons due to
casting to text (so lexical ordering is used incorrectly for numeric
fields)
5. Adds an a GIN index on the JSONB field for more efficient querying
6 months ago
..
cassettes community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
docarray community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
docker-compose refactor: enable connection pool usage in PGVector (#11514) 9 months ago
fixtures community[minor]: Revamp PGVector Filtering (#18992) 6 months ago
qdrant infra: add -p to mkdir in lint steps (#17013) 8 months ago
__init__.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
conftest.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
fake_embeddings.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
test_alibabacloud_opensearch.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
test_analyticdb.py infra: add print rule to ruff (#16221) 7 months ago
test_annoy.py community[major]: breaking change in some APIs to force users to opt-in for pickling (#18696) 7 months ago
test_astradb.py infra: add print rule to ruff (#16221) 7 months ago
test_atlas.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
test_awadb.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
test_azure_cosmos_db.py community[minor]: Adding Azure Cosmos Mongo vCore Vector DB Cache (#16856) 7 months ago
test_azuresearch.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
test_bagel.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
test_baiducloud_vector_search.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
test_bigquery_vector_search.py infra: add print rule to ruff (#16221) 7 months ago
test_cassandra.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
test_chroma.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
test_clarifai.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
test_clickhouse.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
test_dashvector.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
test_deeplake.py infra: add -p to mkdir in lint steps (#17013) 8 months ago
test_documentdb.py community[minor]: Add DocumentDBVectorSearch VectorStore (#17757) 7 months ago
test_elastic_vector_search.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
test_elasticsearch.py infra: add print rule to ruff (#16221) 7 months ago
test_epsilla.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
test_hanavector.py infra: add print rule to ruff (#16221) 7 months ago
test_hippo.py infra: add print rule to ruff (#16221) 7 months ago
test_hologres.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
test_infinispanvs.py community[minor]: Adding support for Infinispan as VectorStore (#17861) 7 months ago
test_jaguar.py community[minor]: added jaguar vector store (#14838) 9 months ago
test_kinetica.py Langchain vectorstore integration with Kinetica (#18102) 7 months ago
test_lancedb.py community[patch]: LanceDB integration improvements/fixes (#16173) 7 months ago
test_lantern.py infra: add -p to mkdir in lint steps (#17013) 8 months ago
test_llm_rails.py infra: add print rule to ruff (#16221) 7 months ago
test_marqo.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
test_meilisearch.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
test_milvus.py community[patch]: Make some functions work with Milvus (#10695) 7 months ago
test_momento_vector_index.py community[patch]: support momento vector index filter expressions (#14978) 9 months ago
test_mongodb_atlas.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
test_myscale.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
test_neo4jvector.py Add support for parameters in neo4j retrieval query (#18310) 7 months ago
test_nucliadb.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
test_opensearch.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
test_pgvector.py community[minor]: Revamp PGVector Filtering (#18992) 6 months ago
test_pinecone.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
test_redis.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
test_rocksetdb.py community[patch]: update copy of metadata in rockset vectorstore integration (#17612) 7 months ago
test_scann.py community[major]: breaking change in some APIs to force users to opt-in for pickling (#18696) 7 months ago
test_singlestoredb.py community[patch]: Added add_images method to SingleStoreDB vector store (#17871) 7 months ago
test_sqlitevss.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
test_tair.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
test_tencentvectordb.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
test_thirdai_neuraldb.py infra: add -p to mkdir in lint steps (#17013) 8 months ago
test_tidb_vector.py community[minor]: Add Initial Support for TiDB Vector Store (#15796) 6 months ago
test_tiledb.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
test_timescalevector.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
test_usearch.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
test_vald.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
test_vearch.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
test_vectara.py infra: add -p to mkdir in lint steps (#17013) 8 months ago
test_weaviate.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
test_xata.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
test_yellowbrick.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
test_zep.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
test_zilliz.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago