Files
langchain-python/langchain
Naveen Tatikonda bb6c459f7a 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-20 20:42:53 -07:00
..
2023-04-19 16:53:34 -07:00
2023-04-20 14:02:20 -07:00
2023-03-22 23:15:04 -07:00
2023-04-20 20:41:22 -07:00
2023-04-18 21:54:30 -07:00
2023-04-19 21:05:20 -07:00
2023-04-20 07:57:07 -07:00
2023-04-19 16:53:34 -07:00
2023-04-12 14:16:58 -07:00
2022-11-12 11:22:32 -08:00
2023-02-20 21:15:45 -08:00
2023-04-15 16:05:11 -07:00
2023-04-06 23:03:09 -07:00
2023-01-19 14:48:30 -08:00