Microsoft.Extensions.VectorData.Abstractions
9.7.0
Prefix Reserved
dotnet add package Microsoft.Extensions.VectorData.Abstractions --version 9.7.0
NuGet\Install-Package Microsoft.Extensions.VectorData.Abstractions -Version 9.7.0
<PackageReference Include="Microsoft.Extensions.VectorData.Abstractions" Version="9.7.0" />
<PackageVersion Include="Microsoft.Extensions.VectorData.Abstractions" Version="9.7.0" />
<PackageReference Include="Microsoft.Extensions.VectorData.Abstractions" />
paket add Microsoft.Extensions.VectorData.Abstractions --version 9.7.0
#r "nuget: Microsoft.Extensions.VectorData.Abstractions, 9.7.0"
#:package Microsoft.Extensions.VectorData.Abstractions@9.7.0
#addin nuget:?package=Microsoft.Extensions.VectorData.Abstractions&version=9.7.0
#tool nuget:?package=Microsoft.Extensions.VectorData.Abstractions&version=9.7.0
About
Contains abstractions for accessing Vector Databases and Vector Indexes.
Key Features
- Base abstract classes and interfaces for Vector Database implementation. Vector Database implementations are provided separately in other packages, for example
Microsoft.SemanticKernel.Connectors.AzureAISearch. - Abstractions include:
- Creating, listing and deleting collections with custom schema support.
- Creating, retrieving, updating and deleting records.
- Similarty search using vector embeddings.
- Search using filters.
- Hybrid search combining vector similarity and keyword search.
- Built-in embedding generation using
Microsoft.Extensions.AI.
How to Use
This package is typically used with an implementation of the vector database abstractions such as Microsoft.SemanticKernel.Connectors.AzureAISearch.
Main Types
The main types provided by this library are:
Additional Documentation
Related Packages
Vector Database implementations:
- Microsoft.SemanticKernel.Connectors.AzureAISearch
- Microsoft.SemanticKernel.Connectors.CosmosMongoDB
- Microsoft.SemanticKernel.Connectors.CosmosNoSQL
- Elastic.SemanticKernel.Connectors.Elasticsearch
- Microsoft.SemanticKernel.Connectors.InMemory
- Microsoft.SemanticKernel.Connectors.MongoDB
- Microsoft.SemanticKernel.Connectors.PgVector
- Microsoft.SemanticKernel.Connectors.Pinecone
- Microsoft.SemanticKernel.Connectors.Qdrant
- Microsoft.SemanticKernel.Connectors.Redis
- Microsoft.SemanticKernel.Connectors.SqliteVec
- Microsoft.SemanticKernel.Connectors.SqlServer
- Microsoft.SemanticKernel.Connectors.Weaviate
Feedback & Contributing
Microsoft.Extensions.VectorData.Abstractions is released as open source under the MIT license. Bug reports and contributions are welcome at the GitHub repository.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.6.2
- Microsoft.Bcl.AsyncInterfaces (>= 9.0.5)
- Microsoft.Extensions.AI.Abstractions (>= 9.5.0)
- System.Text.Json (>= 8.0.5)
- System.ValueTuple (>= 4.6.1)
-
.NETStandard 2.0
- Microsoft.Bcl.AsyncInterfaces (>= 9.0.5)
- Microsoft.Extensions.AI.Abstractions (>= 9.5.0)
- System.Text.Json (>= 8.0.5)
-
net8.0
- Microsoft.Extensions.AI.Abstractions (>= 9.5.0)
NuGet packages (41)
Showing the top 5 NuGet packages that depend on Microsoft.Extensions.VectorData.Abstractions:
| Package | Downloads |
|---|---|
|
Microsoft.SemanticKernel.Abstractions
Semantic Kernel interfaces and abstractions. This package is automatically installed by Semantic Kernel packages if needed. |
|
|
Microsoft.SemanticKernel.Connectors.Qdrant
Qdrant provider for Microsoft.Extensions.VectorData by Semantic Kernel |
|
|
Microsoft.SemanticKernel.Connectors.AzureAISearch
Azure AI Search provider for Microsoft.Extensions.VectorData by Semantic Kernel |
|
|
Microsoft.SemanticKernel.Connectors.Postgres
Postgres(with pgvector extension) connector for Semantic Kernel plugins and semantic memory |
|
|
Microsoft.SemanticKernel.Connectors.Sqlite
SQLite connector for Semantic Kernel plugins and semantic memory |
GitHub repositories (5)
Showing the top 5 popular GitHub repositories that depend on Microsoft.Extensions.VectorData.Abstractions:
| Repository | Stars |
|---|---|
|
microsoft/agent-framework
A framework for building, orchestrating and deploying AI agents and multi-agent workflows with support for Python and .NET.
|
|
|
microsoft/Generative-AI-for-beginners-dotnet
Five lessons, learn how to really apply AI to your .NET Applications
|
|
|
axzxs2001/Asp.NetCoreExperiment
原来所有项目都移动到**OleVersion**目录下进行保留。新的案例装以.net 5.0为主,一部分对以前案例进行升级,一部分将以前的工作经验总结出来,以供大家参考!
|
|
|
Azure-Samples/eShopLite
eShopLite is a set of reference .NET applications implementing an eCommerce site with features like Semantic Search, MCP, Reasoning models and more.
|
|
|
AzureCosmosDB/cosmosdb-nosql-copilot
Build a copilot application with Azure OpenAI Service, Azure Cosmos DB & Azure App Service.
|
| Version | Downloads | Last Updated |
|---|---|---|
| 9.7.0 | 1,138,849 | 7/8/2025 |
| 9.6.0 | 348,221 | 6/16/2025 |
| 9.5.0 | 537,469 | 5/19/2025 |
| 9.0.0-preview.1.25229.1 | 340,796 | 4/29/2025 |
| 9.0.0-preview.1.25161.1 | 714,868 | 3/11/2025 |
| 9.0.0-preview.1.25078.1 | 582,749 | 1/28/2025 |
| 9.0.0-preview.1.24523.1 | 963,055 | 10/23/2024 |
| 9.0.0-preview.1.24518.1 | 161,395 | 10/18/2024 |
| 9.0.0-preview.1.24515.1 | 19,823 | 10/17/2024 |