How to use embbeddings. Net
Hello, has .net some libraries to work with embbeddings? Whats the most integrated vector db?
3 Replies
have you looked at https://learn.microsoft.com/en-us/dotnet/ai/microsoft-extensions-ai
Microsoft.Extensions.AI libraries - .NET
Learn how to use the Microsoft.Extensions.AI libraries to integrate and interact with various AI services in your .NET applications.
there’s also a vector database API https://devblogs.microsoft.com/semantic-kernel/vector-data-extensions-are-now-generally-available-ga/
Wes Steyn
Semantic Kernel
Vector Data Extensions are now Generally Available (GA) | Semantic ...
We’re excited to announce the release of Microsoft.Extensions.VectorData.Abstractions, a library providing abstractions for vector stores.
@reflectronic thank u