![]() |
VOOZH | about |
Microsoft.SemanticKernel.Connectors.SqliteVec
Additional DetailsThis package has been renamed to Microsoft.SemanticKernel.Connectors.SqliteVec
dotnet add package Microsoft.SemanticKernel.Connectors.Sqlite --version 1.51.0-preview
NuGet\Install-Package Microsoft.SemanticKernel.Connectors.Sqlite -Version 1.51.0-preview
<PackageReference Include="Microsoft.SemanticKernel.Connectors.Sqlite" Version="1.51.0-preview" />
<PackageVersion Include="Microsoft.SemanticKernel.Connectors.Sqlite" Version="1.51.0-preview" />Directory.Packages.props
<PackageReference Include="Microsoft.SemanticKernel.Connectors.Sqlite" />Project file
paket add Microsoft.SemanticKernel.Connectors.Sqlite --version 1.51.0-preview
#r "nuget: Microsoft.SemanticKernel.Connectors.Sqlite, 1.51.0-preview"
#:package Microsoft.SemanticKernel.Connectors.Sqlite@1.51.0-preview
#addin nuget:?package=Microsoft.SemanticKernel.Connectors.Sqlite&version=1.51.0-preview&prereleaseInstall as a Cake Addin
#tool nuget:?package=Microsoft.SemanticKernel.Connectors.Sqlite&version=1.51.0-preview&prereleaseInstall as a Cake Tool
Semantic Kernel (SK) is a lightweight SDK enabling integration of AI Large Language Models (LLMs) with conventional programming languages. The SK extensible programming model combines natural language semantic functions, traditional code native functions, and embeddings-based memory unlocking new potential and adding value to applications with AI.
Semantic Kernel incorporates cutting-edge design patterns from the latest in AI research. This enables developers to augment their applications with advanced capabilities, such as prompt engineering, prompt chaining, retrieval-augmented generation, contextual and long-term vectorized memory, embeddings, summarization, zero or few-shot learning, semantic indexing, recursive reasoning, intelligent planning, and access to external knowledge stores and proprietary data.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 was computed. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 netcoreapp2.0 was computed. netcoreapp2.1 netcoreapp2.1 was computed. netcoreapp2.2 netcoreapp2.2 was computed. netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 netstandard2.0 is compatible. netstandard2.1 netstandard2.1 was computed. |
| .NET Framework | net461 net461 was computed. net462 net462 is compatible. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen40 tizen40 was computed. tizen60 tizen60 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
Showing the top 5 NuGet packages that depend on Microsoft.SemanticKernel.Connectors.Sqlite:
| Package | Downloads |
|---|---|
|
LangChain.Databases.Sqlite
SQLite for LangChain. |
|
|
GraphRag.Net
GraphRag for .NET –这是一个参考GraphRag的DotNet简易实现。 基于微软在论文中提到的实现思路,执行过程GraphRAG主要实现了如下功能: Source Documents → Text Chunks:将源文档分割成文本块。 Text Chunks → Element Instances:从每个文本块中提取图节点和边的实例。 Element Instances → Element Summaries:为每个图元素生成摘要。 Element Summaries → Graph Communities:使用社区检测算法将图划分为社区。 Graph Communities → Community Summaries:为每个社区生成摘要。 Community Summaries → Community Answers → Global Answer:使用社区摘要生成局部答案,然后汇总这些局部答案以生成全局答案。 商务需求联系微信xuzeyu91 |
|
|
WASU.Plugin.AI
Package Description |
|
|
FaceMan.SemanticHub
.Net 基于SK接入AzureOpenAI、OpenAI、通义千问、讯飞星火、文心一言、智谱AI的SDK。 |
|
|
Text2Sql.Net
Text2Sql.NET –这是一个使用Semantic Kernel 实现的Text2Sql内核。 支持Sqlite、Postgres、SqlServer、Mysql等数据库。 可以轻量级集成到项目中使用Text2Sql能力 商务需求联系微信xuzeyu91 |
Showing the top 5 popular GitHub repositories that depend on Microsoft.SemanticKernel.Connectors.Sqlite:
| Repository | Stars |
|---|---|
|
junkai-li/NetCoreKevin
🤖基于.NET搭建的企业级中台AI知识库智能体开源架构:Skills技能管理、AI-Qdrant知识库、知识库重排模型、AI联网搜索、多智能体协同、聊天记录压缩策略、智能体权限管控、AgentFramework、RAG检索增强、本地Ollama AI模型调用、智能体技能可控加载、领域事件、一库多租户、Log4、Jwt、CAP、SignalR、Mcp、Ioc、Hangfire、RabbitMQ、Xunit、前端(Vue + Ant Design)
|
|
|
AIDotNet/koala-ai
基于.NET8+React实现的企业级智能客服知识库
|
|
|
shuyu-labs/GraphRag.Net
参考GraphRag使用 Semantic Kernel 来实现的dotnet版本,可以使用NuGet开箱即用集成到项目中
|
|
|
shuyu-labs/Text2Sql.Net
Text2Sql.Net 是一个使用DotNet和Semantic Kernel开发的Text2Sql工具
|
|
|
tylike/AI.Labs
openai chatgpt or local llm(llama.cpp gguf format)+TTS+STT+Word+Excel
|
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 1.51.0-preview | 10,453 | 5/16/2025 | 1.51.0-preview is deprecated. |
| 1.50.0-preview | 1,002 | 5/14/2025 | |
| 1.49.0-preview | 879 | 5/8/2025 | |
| 1.48.0-preview | 847 | 4/29/2025 | |
| 1.47.0-preview | 2,069 | 4/17/2025 | |
| 1.46.0-preview | 34,111 | 4/11/2025 | |
| 1.45.0-preview | 2,152 | 4/3/2025 | |
| 1.44.0-preview | 2,342 | 3/26/2025 | |
| 1.43.0-preview | 905 | 3/25/2025 | |
| 1.42.0-preview | 407 | 3/18/2025 | |
| 1.41.0-preview | 599 | 3/11/2025 | |
| 1.40.1-preview | 3,704 | 3/3/2025 | |
| 1.40.0-preview | 356 | 2/28/2025 | |
| 1.39.0-preview | 212 | 2/25/2025 | |
| 1.38.0-preview | 488 | 2/20/2025 | |
| 1.37.0-preview | 563 | 2/12/2025 | |
| 1.36.1-preview | 820 | 2/7/2025 | |
| 1.36.0-preview | 268 | 2/4/2025 | |
| 1.35.0-preview | 390 | 1/28/2025 | |
| 1.34.0-preview | 722 | 1/22/2025 |