微信接入LLM或工作流
1. WeChatPadPro 连接微信的工具
项目地址:https://github.com/WeChatPadPro/WeChatPadPro
WeChatPadPro部署文档:https://astrbot.app/deploy/platform/wechat/wechatpadpro.html
默认登陆url:http://localhost:38849
项目地址:https://github.com/WeChatPadPro/WeChatPadPro
WeChatPadPro部署文档:https://astrbot.app/deploy/platform/wechat/wechatpadpro.html
默认登陆url:http://localhost:38849
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
certbot
已停止windows维护(虽然目前官方仍在更新),推荐使用 **Certify the Web (Certify)**工具来管理 SSL 证书。以下是 Certify 的详细使用指南,适用于 Windows 服务器(如果是 Linux,建议仍用 certbot
或 acme.sh
)。Text2SQL 的实现就是基于 RAG 技术 ,根据 Query 内容,从数据库中查询与 Query 有关的表 DDL 信息,然后将检索到的表 DDL 一起嵌入到预设的 Prompt 模板中,将 Prompt 和 Query 输入到 LLM 中,以生成最终的 SQL。
为了弥补这些不足 RAG(检索增强生成)技术应运而生,也就是最早的Naive(朴素的) RAG或者说Vanilla(普通的) RAG
使用如BM25(TF-IDF)或者Dense(Embedding) Retrieval的方式。