Files
langchain/tests/integration_tests
Naveen Tatikonda 451b947ab7 OpenSearch: Add Support for Lucene Filter (#3201)
### Description
Add Support for Lucene Filter. When you specify a Lucene filter for a
k-NN search, the Lucene algorithm decides whether to perform an exact
k-NN search with pre-filtering or an approximate search with modified
post-filtering. This filter is supported only for approximate search
with the indexes that are created using `lucene` engine.

OpenSearch Documentation -
https://opensearch.org/docs/latest/search-plugins/knn/filter-search-knn/#lucene-k-nn-filter-implementation

Signed-off-by: Naveen Tatikonda <navtat@amazon.com>
2023-04-21 15:36:44 -07:00
..
2023-04-12 14:16:58 -07:00
2023-04-02 14:57:45 -07:00
2023-03-29 10:10:09 -07:00
2023-02-20 21:15:45 -08:00