当前位置: 首页 > wzjs >正文

凡科网站建站教程商丘 峰少 seo博客

凡科网站建站教程,商丘 峰少 seo博客,网络开发公司是干什么的,58同城西安网站建设1、背景 C#通过Semantic Kernel可以实现向量存储和检索,向量的存储方式有很多(InMemory、各种专门的向量数据库之类),本次实现以Qdrant向量数据库实现,其他的向量数据库都是一样的。 2、步骤 2.1、下载Qdrant数据库…

1、背景

C#通过Semantic Kernel可以实现向量存储和检索,向量的存储方式有很多(InMemory、各种专门的向量数据库之类),本次实现以Qdrant向量数据库实现,其他的向量数据库都是一样的。

2、步骤

2.1、下载Qdrant数据库

可以参考如下的文章,进行下载:2025年Windows 11系统下Qdrant向量数据库安装与使用全指南
本机的环境是安装的1.14.1
在这里插入图片描述

2.2、下载Ollama并下载模型

Ollama的安装教程网上很多,不在此赘述。
本地环境为:ollama的版本是:ollama version is 0.9.3
本地中模型有:
在这里插入图片描述

2.3、下载package

因为需要使用到Ollama和Qdrant向量数据库,所以需要安装相应的package
在这里插入图片描述

2.4、代码实现

安装完软件后,创建一个控制台程序,然后引入上面的包后,全部代码如下:


using Microsoft.Extensions.AI;
using Microsoft.Extensions.VectorData;
using Microsoft.SemanticKernel;
using Microsoft.SemanticKernel.Connectors.Qdrant;
using OllamaSharp;
using Qdrant.Client;var kernelBuilder = Kernel.CreateBuilder();//1、设置嵌入的模型
IEmbeddingGenerator<string, Embedding<float>> embeddingGenerator = new OllamaApiClient(new Uri("http://localhost:11434"),"all-minilm");
//2、QdrantClient默认使用的gRPC方式联系,因此端口只能是6334,。
//6333那个http的端口,无法使用
var vectorStore = new QdrantVectorStore(new QdrantClient("localhost",6334,false), ownsClient: true, new QdrantVectorStoreOptions
{EmbeddingGenerator = embeddingGenerator
});//3、创建一个collection,并进行初始化
var collection = vectorStore.GetCollection<ulong, Movie>("movies");
await collection.EnsureCollectionExistsAsync();//4、把数据进行初始化
//其中,我们是讲描述进行了向量化,并保存到向量数据库中
var movieData = new List<Movie>()
{new Movie{Key=0,Title="Lion King",Description="The Lion King is a classic Disney animated film that tells the story of a young lion named Simba who embarks on a journey to reclaim his throne as the king of the Pride Lands after the tragic death of his father."},new Movie{Key=1,Title="Inception",Description="Inception is a science fiction film directed by Christopher Nolan that follows a group of thieves who enter the dreams of their targets to steal information."},new Movie{Key=2,Title="The Matrix",Description="The Matrix is a science fiction film directed by the Wachowskis that follows a computer hacker named Neo who discovers that the world he lives in is a simulated reality created by machines."},new Movie{Key=3,Title="Shrek",Description="Shrek is an animated film that tells the story of an ogre named Shrek who embarks on a quest to rescue Princess Fiona from a dragon and bring her back to the kingdom of Duloc."}
};//5、将描述向量化,并保存到数据库中
foreach (var movie in movieData)
{movie.Vector = await embeddingGenerator.GenerateVectorAsync(movie.Description);await collection.UpsertAsync(movie);
}//6、以上,完成了数据的保存
//从本布开始,进行数据检索。先将查询条件进行向量化
var query = "A family friendly movie";
var queryEmbedding = await embeddingGenerator.GenerateVectorAsync(query);//7、在向量中查询数据
//SearchAsync方法的第二个参数是,希望能获取几个结果。现在是2个结果
var results = collection.SearchAsync<ReadOnlyMemory<float>>(queryEmbedding, 2);//8、将结果展示出来
await foreach (var result in results)
{Console.WriteLine($"Key: {result.Record.Key}, Text: {result.Record.Title}");
}Console.ReadLine();//定义数据类型
public class Movie
{[VectorStoreKey]public ulong Key { get; set; }//title和Description是payload[VectorStoreData]public string? Title { get; set; }[VectorStoreData]public string? Description { get; set; }[VectorStoreVector(384, DistanceFunction = DistanceFunction.CosineSimilarity, IndexKind = IndexKind.Hnsw)]public ReadOnlyMemory<float> Vector { get; set; }
}

2.5、实现效果

在这里插入图片描述

3、总结

这里面的版本不太稳定,方法变化挺多。调试费劲。

http://www.dtcms.com/wzjs/528730.html

相关文章:

  • 国内最有趣的25个网站株洲seo优化哪家好
  • 网站设置关于我们怎么做整站优化系统
  • 工业风 网站建设搜狗推广
  • 新乡市网站建设企业宣传方式有哪些
  • 做出网站公司宣传软文
  • 网页设计设计一个网站首页广告推广渠道有哪些
  • 长洲网站建设百度搜索
  • 做网站数据库及相关配置服务网站推广方案
  • 城建公司建设网站基础资料磁力岛引擎
  • 合肥 电子商务 网站建设各大网站域名大全
  • 设计logo网站生成器seo搜索引擎优化工资薪酬
  • 潍坊网站建设公司青岛网络推广
  • 手机做图片的网站百度推广关键词匹配模式
  • 有做外国人的零售网站吗碉堡了seo博客
  • 深圳做网站dejsurl中文转码
  • 江门住房城乡建设厅网站semantic ui
  • 自己建网站需要服务器么郑州网站网页设计
  • 网站建设开发图片免费隐私网站推广
  • 襄阳seo研究中心seo图片优化的方法
  • 可视化网站制作自媒体是如何赚钱的
  • 附近人才招聘市场seo排名优化哪家好
  • wordpress请提供一个地址才能继续seo优化招商
  • 自己设置免费网站设计平台58网络推广
  • 合肥做网站行吗google推广公司
  • 西安做网站设计公司优化落实疫情防控新十条
  • 网络营销网站建设论文seo优化顾问服务阿亮
  • 网站开发和web 百度一下
  • 河北邢台最新疫情seo外链优化
  • 禁止网站收录今日最新抗疫数据
  • 怎么做推广网站郑州短视频代运营