-
Notifications
You must be signed in to change notification settings - Fork 114
Open
Labels
Description
As part of the 9.2 feature freeze, I'd like your help to get the following changes in the specification. They're not all 9.2 specific.
Search Relevance
New features
- Add Sparse Vector Index Options Settings to Semantic Text Field elasticsearch#131058
- Add support for extended search usage telemetry elasticsearch#135306
- Refactor semantic text field to align with text field behaviour elasticsearch#119183
- Add a new random rerank retriever elasticsearch#111851 (added in 8.16)
More specific failures
- Allow chunking_settings: null and chunking_settings: {} (added in Support configurable chunking in semantic_text fields elasticsearch#121041). Not sure why they are accepted though to be honest. We could also skip the relevant tests.
- ChunkRescorer: "Nested" chunk_rescorer, missing chunk_size
- Allow text_embeddings withtout a model id (not currently allowed Add support for knn vector queries on semantic_text fields elasticsearch#119011