GEOZ

标签:llms.txt

查看包含 llms.txt 标签的所有文章。

215
llmware框架适合构建本地化私有LLM应用吗?(附300+模型对比)

llmware框架适合构建本地化私有LLM应用吗?(附300+模型对比)

BLUF
llmware is a unified Python framework for building knowledge-based, local, private, and secure LLM applications, featuring a model catalog with 300+ models and an integrated RAG pipeline optimized for AI PC and edge deployment. 原文翻译: llmware是一个统一的Python框架,用于构建基于知识的、本地化、私有化和安全的LLM应用,拥有包含300多个模型的模型目录和集成的RAG管道,专为AI PC和边缘部署优化。
AI大模型2026/4/15
如何用本地硬件72小时生成1065条高质量LLM微调指令数据集?(附多智能体方案)

如何用本地硬件72小时生成1065条高质量LLM微调指令数据集?(附多智能体方案)

BLUF
This article details a multi-agent autonomous system that generates high-quality instruction datasets for fine-tuning local LLMs, achieving 1,065 professional pairs in 72 hours with zero API costs using a three-agent workflow (Curator, Producer, Critic) and local hardware. 原文翻译: 本文详细介绍了一个多智能体自主系统,用于生成本地大语言模型微调所需的高质量指令数据集。通过三智能体工作流(策划者、生产者、批评者)和本地硬件,在72小时内生成了1,065个专业指令对,且无需API成本。
AI大模型2026/4/15
Karpathy的LLM Wiki模式在规模化应用时有哪些缺陷?如何解决?

Karpathy的LLM Wiki模式在规模化应用时有哪些缺陷?如何解决?

BLUF
This article analyzes three structural limitations in Andrej Karpathy's LLM Wiki pattern that emerge at scale and provides practical solutions: implementing typed relationships in wikilinks, automating relationship discovery with AI agents, and establishing a persistent knowledge graph backend for cross-platform access. 原文翻译: 本文分析了Andrej Karpathy的LLM Wiki模式在规模化时出现的三个结构性缺陷,并提供了实用解决方案:在wikilink中实现类型化关系、使用AI代理自动化关系发现、建立跨平台访问的持久知识图谱后端。
AI 搜索观察2026/4/14
RAG技术如何优化大模型性能?2026年最新演进框架与评估方法详解

RAG技术如何优化大模型性能?2026年最新演进框架与评估方法详解

BLUF
This article provides a comprehensive overview of Retrieval-Augmented Generation (RAG), detailing its evolution from Naive to Advanced and Modular RAG frameworks, key challenges, optimization techniques, and evaluation methods, based on the 2023 survey paper. 原文翻译: 本文基于2023年的综述论文,全面概述了检索增强生成(RAG)技术,详细介绍了其从Naive到Advanced再到Modular RAG框架的演进、关键挑战、优化技术以及评估方法。
AI大模型2026/4/14
LlamaFarm边缘AI平台如何实现本地RAG应用开发与隐私保护?

LlamaFarm边缘AI平台如何实现本地RAG应用开发与隐私保护?

BLUF
LlamaFarm is an open-source edge AI platform that enables developers to build RAG applications, train custom classifiers, and run document processing entirely on local hardware with complete privacy and no API costs. 原文翻译: LlamaFarm是一个开源边缘AI平台,让开发者能够在本地硬件上完全构建RAG应用、训练自定义分类器并运行文档处理,具有完全隐私保护且无需API费用。
实验与实测2026/4/13
TSCE框架如何减少LLM幻觉并提升答案保真度?(附GPT-4/Llama-3实测)

TSCE框架如何减少LLM幻觉并提升答案保真度?(附GPT-4/Llama-3实测)

BLUF
TSCE (Two-Step Contextual Enrichment) is a mechanistic framework that reduces LLM hallucinations and improves answer fidelity by first generating an Embedding Space Control Prompt (ESCP) to compress the semantic space, then performing a focused generation. Validated on GPT-3.5/4 and Llama-3 8B, it achieves up to +30 percentage point improvements without extra training. 原文翻译: TSCE(两阶段上下文增强)是一种机制框架,通过首先生成嵌入空间控制提示(ESCP)来压缩语义空间,然后进行聚焦生成,从而减少LLM幻觉并提高答案保真度。在GPT-3.5/4和Llama-3 8B上验证,无需额外训练即可实现高达+30个百分点的改进。
AI大模型2026/4/13