-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
Description
Elastic.Clients.Elasticsearch version: 9.2
Elasticsearch version: 9.2
.NET runtime version: 8
Operating system version: Windows
Description of the problem including expected versus actual behavior:
I am not able to compose sparse vector query with strongly typed C# classes when I want to provide query vector instead of using query and inference ID.
Steps to reproduce:
- Try to perform sparse vectory query by providing query vector instead of query and inference ID
- Observe there's no such an option
Expected behavior
Sparse vectory query and descriptor should allow to provide query vector as an alternative to query and inference ID
Provide ConnectionSettings (if relevant):
Provide DebugInformation (if relevant):
src/Elastic.Clients.Elasticsearch/_Generated/Types/QueryDsl/SparseVectorQuery.g.cs
Reactions are currently unavailable