mirror of
https://github.com/hwchase17/langchain.git
synced 2025-05-01 05:15:17 +00:00
- **Description:** Updated the kwargs for the structured query from filters to filter due to deprecation of 'filters' for Databricks Vector Search. Also changed the error messages as the allowed operators and comparators are different which can cause issues with functions such as get_query_constructor_prompt() - **Issue:** Fixes the Key Error for filters due to deprecation in favor for 'filter': LangChainDeprecationWarning: DatabricksVectorSearch received a key `filters` in search_kwargs. `filters` was deprecated since langchain-community 0.2.11 and will be removed in 0.3. Please use `filter` instead. - **Dependencies:** N/A - **Twitter handle:** N/A --------- Co-authored-by: Erick Friis <erick@langchain.dev> |
||
---|---|---|
.. | ||
__init__.py | ||
test_astradb.py | ||
test_chroma.py | ||
test_dashvector.py | ||
test_databricks_vector_search.py | ||
test_deeplake.py | ||
test_dingo.py | ||
test_elasticsearch.py | ||
test_hanavector.py | ||
test_milvus.py | ||
test_mongodb_atlas.py | ||
test_myscale.py | ||
test_neo4j.py | ||
test_opensearch.py | ||
test_pgvector.py | ||
test_pinecone.py | ||
test_redis.py | ||
test_supabase.py | ||
test_tencentvectordb.py | ||
test_timescalevector.py | ||
test_vectara.py | ||
test_weaviate.py |