As a developer using the MongoDB EF Core provider, I would like to be able to leverage MongoDB's Vector Search capabilities so that I can do so using the EF Core provider itself using LINQ.Â
A/C:
- Support vector embeddings definition as float in the data model
- Support for mapping the embeddings using attributes and/or during model creation (including necessary parameters like distance functions and number of dimensions)
- LINQ support to run search queries