当前位置:首页 > 第3439页

Nuxt.js 使用中的 beforeResponse 事情钩子

邻居的猫2个月前 (12-09)1069
Nuxt.js 使用中的 beforeResponse 事情钩子
title: Nuxt.js 应用中的 beforeResponse 事件钩子 date: 2024/12/5 updated: 2024/12/5 author: cmdragon excerpt: 在 Web 开发中,处理响应是一个至关重要的环节。Nuxt.js 提供的 beforeRespon...

vxe-table 完成展开行的用法

邻居的猫2个月前 (12-09)601
vxe-table 完成展开行的用法
使用 vxe-table 实现展开行的,通过设置 type=expand,给列加上 content 插槽,就可以开启展开行了 官网:https://vxetable.cn/ <template> <div> <vxe-grid v...

共享 vxe-table vue 树表格拖拽二次承认

邻居的猫2个月前 (12-09)2017
共享 vxe-table vue 树表格拖拽二次承认
分享 vxe-table vue 树表格拖拽二次确认 官网:https://vxetable.cn/ <template> <div> <vxe-grid v-bind="gridOptions&quot...

开始体会经过 Semantic Kernel 与自己布置的通义千问开源大模型进行对话

邻居的猫2个月前 (12-09)1555
开始体会经过 Semantic Kernel 与自己布置的通义千问开源大模型进行对话
春节之前被 Semantic Kernel 所吸引,开始了解它,学习它。为了方便学习与体验以及写代码实践 Semantic Kernel,打算自己部署一个对中文友好的开源大模型,于是选择了通义千问。根据通义千问开源仓库中的 README,经过一番折腾,终于部署成功,紧接着就是尝试通过 Semanti...

完成阿里云模型服务灵积 DashScope 的 Semantic Kernel Connector

邻居的猫2个月前 (12-09)1428
完成阿里云模型服务灵积  DashScope 的  Semantic Kernel Connector
Semantic Kernel 内置的 IChatCompletionService 实现只支持 OpenAI 与 Azure OpenAI,而我却打算结合 DashScope(阿里云模型服务灵积) 学习 Semantic Kernel。 于是决定自己动手实现一个支持 DashScope 的 Sem...

歪门邪道:凭借 HttpClientHandler 阻拦恳求,体会 Semantic Kernel 插件

邻居的猫2个月前 (12-09)395
歪门邪道:凭借 HttpClientHandler 阻拦恳求,体会 Semantic Kernel 插件
前天尝试通过 one-api + dashscope(阿里云灵积) + qwen(通义千问)运行 Semantic Kernel 插件(Plugin) ,结果尝试失败,详见前天的博文。 今天换一种方式尝试,选择了一个旁门左道走走看,看能不能在不使用大模型的情况下让 Semantic Kernel 插...

Semantic Kernel 学习笔记:开始体会用 Semantic Memory 生成 Embedding 并进行语义查找

邻居的猫2个月前 (12-09)1427
Semantic Kernel 学习笔记:开始体会用 Semantic Memory 生成 Embedding 并进行语义查找
Semantic Kernel 的 Memory 有两种实现,一个是 Semantic Kernel 内置的 Semantic Memory,一个是独立的 Kernel Memory,Kernel Memory 是从 Semantic Kernel 进化而来。 关于 Semantic Memory...

万字长文学会对接 AI 模型:Semantic Kernel 和 Kernel Memory,工良出品,超简略的教程

邻居的猫2个月前 (12-09)1317
万字长文学会对接 AI 模型:Semantic Kernel 和 Kernel Memory,工良出品,超简略的教程
万字长文学会对接 AI 模型:Semantic Kernel 和 Kernel Memory,工良出品,超简单的教程 目录万字长文学会对接 AI 模型:Semantic Kernel 和 Kernel Memory,工良出品,超简单的教程配置环境部署 one-api配置项目环境模型划分和应用场景聊天...

AI使用开发之路-预备:建议第2个开源小项目 SemanticKernel.DashScope

邻居的猫2个月前 (12-09)1340
AI使用开发之路-预备:建议第2个开源小项目 SemanticKernel.DashScope
上周我们发布了与AI应用开发相关的第1个开源小项目 —— DashScope SDK for .NET,今天我们再发布一个开源小项目 —— SemanticKernel.DashScope,今天这个项目才是主角,因为我们想基于 Semantic Kernel 开发大模型应用...

快速上手SemanticKernel+KernelMemory

邻居的猫2个月前 (12-09)1870
快速上手SemanticKernel+KernelMemory
本文撰写目的是旨在帮助新手快速上手,原理部分可以参考博客园大佬宵伯特的教程。 KernelMemory入门系列博客:(Kernel Memory- - 宵伯特 - 博客园 (cnblogs.com)) SemanticKernel入门系列:(Semantic Kernel- - 宵伯特 - 博客园...