AI Personal Learning
and practical guidance
TRAE

AI knowledge Page 4

智能代理检索增强生成:Agentic RAG 技术综述-首席AI分享圈

Intelligent Agentic Retrieval Enhanced Generation: An Overview of Agentic RAG Technology

Abstract Large-scale language models (LLMs), such as OpenAI's GPT-4, Google's PaLM, and Meta's LLaMA, have dramatically transformed Artificial Intelligence (AI) by enabling human-like text generation and natural language understanding. However, their reliance on static training data limits their ability to respond to dynamic, real-time queries...

CoRAG:利用MCTS(蒙特卡洛树)动态链式 RAG 模型-首席AI分享圈

CoRAG: Dynamic chained RAG modeling using MCTS (Monte Carlo Trees)

  Summary of Key Contributions of CORAG CORAG (Cost-Constrained Retrieval Optimization for Retrieval-Augmented Generation) is an innovative retrieval-augmented generation (RAG) system designed to address key challenges in existing RAG approaches. The following CORAG ...

CLOB:仅使用提示词让大语言模型持续学习一系列任务-首席AI分享圈

CLOB: Continuous Learning of a Series of Tasks by a Large Language Model Using Only Cued Words

Original article: https://arxiv.org/pdf/2412.15479 INTERPRETATION: This article itself is not very innovative and has little application. However, it reminds me of three highly informative articles I read a long, long time ago. Reading this article in conjunction with the three previous articles will hopefully bring you more inspiration. Recommended reading: the...

向量数据库深度对比:Weaviate、Milvus 与 Qdrant-首席AI分享圈

Vector Database Depth Comparison: Weaviate, Milvus & Qdrant

In the field of artificial intelligence and machine learning, especially when building applications such as RAG (Retrieval Augmented Generation) systems and semantic search, efficiently processing and retrieving massive unstructured data becomes crucial. Vector databases have emerged as a core technology to address this challenge. They are not only for storing high-dimensional ...

从 Cline 开始了解 AI Coding 工作原理-首席AI分享圈

Learn how AI Coding works, starting with Cline!

Unexpectedly, AI has set off a half-changing sky in the programming field. From v0, bolt.new to various Agant programming tools Cursor, Windsurf, AI Coding has a huge potential of idea MVP. From the traditional AI-assisted coding, to today's direct project generation behind, in the end is...

工作流(Workflow):一文读懂工作流的运行原理-首席AI分享圈

Workflow (Workflow): an article to read the operating principles of workflow

Before we start, let's understand a few "key words": Workflow (Workflow): Simply put, it is "the complete steps to accomplish something". It's like an "instruction manual" that tells you what needs to be done, in what order, and by whom, in order to achieve your goal. Input: Before the workflow begins, you need to...

Turn Cursor into Devin in an hour and learn the difference!

This article is part of the series "Understanding and Deploying Intelligent Body AI": Intelligent Body AI Series 1: Comparison between Devin and Agent Cursor Intelligent Body AI Series 2: From Thinker to Doer - The Paradigm Revolution in Intelligent Body AI and Technology Architecture and Technical Architecture Intelligent Body AI Series 3: Turning $20 into $50...

实现 LLM 记忆系统的五种方式-首席AI分享圈

Five ways to realize the LLM memory system

When building large language modeling (LLM) applications, memory systems are one of the key technologies to enhance conversation context management, long-term information storage, and semantic understanding. An efficient memory system can help the model maintain consistency over long conversations, extract key information, and even have the ability to retrieve historical conversations...

OpenAI 函数调用(Function calling)-首席AI分享圈

OpenAI Function calling

OpenAI Function calling V2 Features The core goal of Function calling V2 is to give OpenAI models the ability to interact with the outside world, which is reflected in the following two core functions: Fetching Data - A function calling implementation of RAG: Essentially RAG (Retrieve Augmented...

Retrieval:什么是Retrieval?解释RAG中常见的

Retrieval: What is Retrieval? Explain the common "retrieval" techniques used in RAG.

Basic Concepts In the field of information technology, retrieval refers to the process of efficiently locating and extracting relevant information from a large dataset (usually documents, Web pages, images, audio, video, or other forms of information) in response to a user's query or need. Its core goal is to find information that is relevant to the use...

CAG:比RAG快40倍的缓存增强生成方法-首席AI分享圈

CAG: A cache-enhanced generation method that is 40 times faster than RAG

CAG (Cache Augmented Generation) that is 40 times faster than RAG (Retrieval Augmented Generation).CAG revolutionizes knowledge acquisition: instead of retrieving external data in real time, all knowledge is pre-loaded into the model context. It's like condensing a huge library into an on-the-go toolkit that can be used when needed...

谷歌Agents与基础应用白皮书(中文版)-首席AI分享圈

Google Agents and Basic Applications White Paper (Chinese version)

By Julia Wiesinger, Patrick Marlow and Vladimir Vuskovic Originally published at https://www.kaggle.com/whitepaper-agents Table of Contents Introduction What is an Intelligent Body? Models Tools Orchestration Layers Intelligent Bodies and Models Cognitive Architecture: How Intelligent Bodies Work Tools ...

en_USEnglish