Home

释放大模型潜力:Model Context Protocol 引领 API 开发新纪元

Here’s the table of contents: 释放大模型潜力:Model Context Protocol 引领 API 开发新纪元 概述 MCP工作原理 案例解析 案例概述 截图演示 执行过程 MPC Server实现 释放大模型潜力:Model Context Protocol 引领 API 开发新纪元 概述   Model Context Protocol(简称MCP)是由人工智能公司Anthropic提出的一种API开发标准,旨在实现AI助手与数据源的无缝连接。MC...

Read more

LLMCompiler应用案例

Here’s the table of contents: 对话系统-产品数据查询 DAG示例 搜索系统-智能搜索 DAG示例 示例实现 数据处理-指标提取 DAG示例 示例实现 智能投研-指标选股 DAG示例 规划器日志 示例实现 LLMCompiler SDK 链接  (AI总结)LLMCompiler技术在对话系统、搜索系统、数据处理和智能投研等领域的实际应用。通过智能搜索和数据查询,提升用户体验和数据处理效率;在指标提取和选股中,支持精准数据分析和投资决策。这些应...

Read more

Python SDK 发布

Here’s the table of contents: 私有仓库发布 配置Home-User目录下的.pypirc文件 打包 上传 开源仓库发布 确认已经配置setup.py文件 在pypi挂网注册账号 生成 API token 在github仓库设置token 配置yml文件 参考项目 私有仓库发布 配置Home-User目录下的.pypirc文件 [distutils] index-servers = nexus [nexus] repository = http://localhost:8080/...

Read more

Java SDK 发布

Here’s the table of contents: 远程仓库发布 远程仓库发布 <!--在pom文件中配置distributionManagement内容,然后运行mvn命令进行打包发布--> <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://ma...

Read more

使用Neo4j和LangChain实现“从本地到全局”的GraphRAG

Here’s the table of contents: 使用Neo4j和LangChain实现“从本地到全局”的GraphRAG 重点摘要 索引—图生成 检索—回答 设置 Neo4j 环境 数据集 文本分块 提取节点和关系 实体解析 元素总结 构建和总结社区 总结 使用Neo4j和LangChain实现“从本地到全局”的GraphRAG  GraphRAG是一种基于知识图谱的检索增强技术。它使用多来源数据构建图模型的知识表达,将实体和关系之间的联系以图的...

Read more

Finclip代码管理

Here’s the table of contents: Conventional Commits格式 配置Git用户-局部 配置Git用户-全局 Conventional Commits格式 fix: 修复App.vue内容 feat: add new feature X docs: 更新README.md 配置Git用户-局部 git config user.name "Your Name" git config user.email "your.email@example.com" 配置Git用户-全局 git config --global user.name "Your Name" git config --global user.email "...

Read more

使用Nvm管理多版本Node.js环境

Here’s the table of contents: 安装Nvm 安装指定版本Node.js 切换到Node.js指定版本 验证安装 设置默认版本 安装Nvm 访问nvm-windows的GitHub页面 安装指定版本Node.js nvm install 18.18.0 切换到Node.js指定版本 nvm use 18.18.0 验证安装 node -v npm -v 设置默认版本 nvm alias default 18.18.0

Read more

UI与UX 设计工具

Here’s the table of contents: UI/UX 设计工具 小程序页面设计 UI/UX 设计工具 Galileo AI Uizard Framer Visily Creatie 墨刀 即时设计 Pixso Figma BUI 小程序页面设计 小程序页面设计综述1 小程序页面设计综述2 小程序页面设计规范1 小程序页面设计规范2 小程序页面设计参考1

Read more