mongodb-labs / mongo-csharp-search

C# driver extension providing support for Atlas Search
Apache License 2.0
17 stars 1 forks source link

Please Add Support for "knnBeta" operator on "$search" stage, this operator works with "Vector Fields" for "Word Embbedings". #20

Closed ggaldamesd closed 1 year ago

ggaldamesd commented 1 year ago

Hi!, now Atlas Search supports searchs with "Vector Fields" (Word Embbedings) data types with the new "KnnBeta" operator, this features will help us to work with LLM models and AI solutions, please add support to this library, you can get more information on this official link from Atlas: https://www.mongodb.com/docs/atlas/atlas-search/field-types/knn-vector/

Thanks in advance!,

Gerardo.

dgolub commented 1 year ago

Thanks for submitting this! The functionality in this extension library has been incorporated into recent versions of the C# driver. Therefore, the extension is now deprecated and will not be receiving any new features going forward. If you would like to submit a feature request for the C# driver, you can do so in the CSHARP project on MongoDB JIRA.