langchain/libs
Joe McElroy c9f1768cb9
Elasticsearch Query Retriever: Use match + fuzziness for LIKE (#12023)
Updated the elasticsearch self query retriever to use the match clause
for LIKE operator instead of the non-analyzed fuzzy search clause.

Other small updates include:
- fixing the stack inference integration test where the index's default
pipeline didn't use the inference pipeline created
- adding a user-agent to the old implementation to track usage
- improved the documentation for ElasticsearchStore filters
2023-10-19 09:47:21 -04:00
..
experimental bump 317 (#11986) 2023-10-18 09:25:18 -07:00
langchain Elasticsearch Query Retriever: Use match + fuzziness for LIKE (#12023) 2023-10-19 09:47:21 -04:00