GEO

搜索结果:llms.txt

找到 1133 篇相关文章
同义扩展:大语言模型、大型语言模型、ai 模型、大模型、生成式 ai
sqlite-memory如何为AI智能体构建持久化、可搜索的记忆系统?(附Markdown优化)

sqlite-memory如何为AI智能体构建持久化、可搜索的记忆系统?(附Markdown优化)

AI Insight
sqlite-memory is a SQLite extension that provides AI agents with persistent, searchable memory optimized for markdown content, featuring hybrid semantic search, markdown-aware chunking, and local embedding via llama.cpp. 原文翻译: sqlite-memory 是一个 SQLite 扩展,为 AI 代理提供持久化、可搜索的记忆功能,针对 Markdown 内容优化,具备混合语义搜索、Markdown 感知分块和通过 llama.cpp 的本地嵌入功能。
GEO技术2026/4/19
阅读全文 →
相关性 50关键词命中「大模型」标签命中「大模型」同义扩展命中「大模型」最近30天发布
Mastra如何通过LongMemEval实现80%的智能体记忆准确率?

Mastra如何通过LongMemEval实现80%的智能体记忆准确率?

AI Insight
Mastra implemented the LongMemEval benchmark to improve agent memory, achieving 80% accuracy through iterative optimizations including tailored templates, smarter memory updates, and better formatting - demonstrating RAG's continued effectiveness for agent memory. 原文翻译: Mastra通过实施LongMemEval基准测试来改进智能体记忆,通过定制模板、更智能的内存更新和更好的格式化等迭代优化,实现了80%的准确率,证明了RAG在智能体记忆中的持续有效性。
AI大模型2026/4/18
阅读全文 →
相关性 50关键词命中「大模型」标签命中「大模型」同义扩展命中「大模型」最近30天发布
如何为Pi智能编码助手搭建完全离线的本地知识库?

如何为Pi智能编码助手搭建完全离线的本地知识库?

AI Insight
A local BM25 RAG pipeline for the Pi coding agent that indexes files and enables hybrid search with zero cloud dependency, working fully offline. 原文翻译: 一个用于Pi编码代理的本地BM25 RAG管道,可索引文件并实现混合搜索,无需云依赖,完全离线工作。
GEO技术2026/4/18
阅读全文 →
相关性 50关键词命中「大模型」标签命中「大模型」同义扩展命中「大模型」最近30天发布
AI智能体从演示到生产级系统,如何跨越优化鸿沟?

AI智能体从演示到生产级系统,如何跨越优化鸿沟?

AI Insight
Building production-grade AI agents requires extensive optimization of both individual tools and end-to-end workflows, as accuracy compounds across multiple steps and small improvements in each component are critical for overall system reliability. 原文翻译:构建生产级AI智能体需要对单个工具和端到端工作流程进行广泛优化,因为准确性在多个步骤中会累积,每个组件的微小改进对于整体系统可靠性至关重要。
AI大模型2026/4/18
阅读全文 →
相关性 50关键词命中「大模型」标签命中「大模型」同义扩展命中「大模型」最近30天发布
Prompt Refiner如何优化AI Agent提示词并降低API成本?(附2026年归档说明)

Prompt Refiner如何优化AI Agent提示词并降低API成本?(附2026年归档说明)

AI Insight
Prompt Refiner is a Python library for optimizing AI agent prompts, reducing API costs by 5-70% through token compression, cleaning, and smart context management. 原文翻译: Prompt Refiner 是一个用于优化AI Agent提示词的Python库,通过令牌压缩、清理和智能上下文管理,可将API成本降低5-70%。
AI大模型2026/4/18
阅读全文 →
相关性 50关键词命中「大模型」标签命中「大模型」同义扩展命中「大模型」最近30天发布
LLM知识图谱构建器相比传统RAG,哪个检索准确性更高?(附GraphRAG实测)

LLM知识图谱构建器相比传统RAG,哪个检索准确性更高?(附GraphRAG实测)

AI Insight
LLM Knowledge Graph Builder transforms unstructured data into Neo4j knowledge graphs, offering superior accuracy over traditional RAG through GraphRAG's relationship-aware retrieval mechanism. 原文翻译: LLM知识图谱构建器将非结构化数据转换为Neo4j知识图谱,通过GraphRAG的关系感知检索机制,提供比传统RAG更优越的准确性。
GEO技术2026/4/18
阅读全文 →
相关性 50关键词命中「大模型」标签命中「大模型」同义扩展命中「大模型」最近30天发布
Cognee知识引擎如何构建自适应AI智能体?(附核心能力解析)

Cognee知识引擎如何构建自适应AI智能体?(附核心能力解析)

AI Insight
Cognee is an AI-powered knowledge engine that transforms data into living knowledge graphs, enabling adaptive AI agents that learn from feedback and improve over time. It replaces custom knowledge graphs and vector stores with a unified platform for retrieval and reasoning. 原文翻译: Cognee是一个AI驱动的知识引擎,可将数据转化为动态知识图谱,支持从反馈中学习并随时间改进的自适应AI代理。它用一个统一平台替代了自定义知识图谱和向量存储,用于检索和推理。
GEO技术2026/4/18
阅读全文 →
相关性 50关键词命中「大模型」标签命中「大模型」同义扩展命中「大模型」最近30天发布
生成式AI智能体如何从入门到精通?52+实战案例详解

生成式AI智能体如何从入门到精通?52+实战案例详解

AI Insight
This repository provides a comprehensive collection of tutorials and implementations for Generative AI agents, ranging from beginner conversational bots to advanced multi-agent systems, with 52+ practical examples and community-driven resources. 原文翻译: 本资源库提供了生成式AI智能体的全面教程和实现,涵盖从初学者对话机器人到高级多智能体系统,包含52+个实用示例和社区驱动的资源。
AI大模型2026/4/17
阅读全文 →
相关性 50关键词命中「大模型」标签命中「大模型」同义扩展命中「大模型」最近30天发布
软件工程师如何转型AI研发角色?2026年实用转型指南

软件工程师如何转型AI研发角色?2026年实用转型指南

AI Insight
This article provides a practical guide for software engineers transitioning into AI R&D roles, focusing on aligning generative AI prototypes with business value, educating stakeholders, and navigating organizational processes to successfully integrate research into product roadmaps. 原文翻译: 本文为软件工程师转型AI研发角色提供实用指南,重点介绍如何将生成式AI原型与商业价值对齐、教育利益相关者,以及通过组织流程成功将研究成果整合到产品路线图中。
AI大模型2026/4/17
阅读全文 →
相关性 50关键词命中「大模型」标签命中「大模型」同义扩展命中「大模型」最近30天发布
DGL-KE工具如何优化知识图谱嵌入效率?(附2-5倍性能提升实测)

DGL-KE工具如何优化知识图谱嵌入效率?(附2-5倍性能提升实测)

AI Insight
Amazon's DGL-KE tools optimize knowledge graph embedding for parallel computing, achieving 2-5x efficiency gains through graph partitioning, negative sampling, relation partitioning, and overlapping computations. 原文翻译: 亚马逊的DGL-KE工具通过图分区、负采样、关系分区和计算重叠等优化技术,显著提升了知识图谱嵌入在并行计算环境中的效率,实现了2-5倍的性能提升。
GEO技术2026/4/17
阅读全文 →
相关性 50关键词命中「大模型」标签命中「大模型」同义扩展命中「大模型」最近30天发布