Skip to main content
  • Jianfeng Cai
  • Publications
  • Internships
  • Studying
  • Blog Posts
    Jianfeng Cai

    Jianfeng Cai

    Master's student at the School of Information Science and Technology, USTC.

    • Email
    • Twitter
    • Github
    • Stackoverflow
    • PubMed
    • ORCID

    The Basic Knowledge of RAG

    Published Jun 29, 2024 · Updated Jun 29, 2024 · 1 minute read

    Reference

    1. A beginner’s guide to building a Retrieval Augmented Generation (RAG) application from scratch
    2. Retrieval Augmented Generation: Streamlining the creation of intelligent natural language processing models
    3. Learn RAG from Scratch – Python AI Tutorial from a LangChain Engineer
    4. Retrieval-Augmented Generation (RAG) Tutorial & Best Practices
    5. Step-by-Step Tutorial on Integrating Retrieval-Augmented Generation (RAG) with Large Language Models
    6. Huggingface Transformer RAG
    7. Learn RAG From Scratch – Python AI Tutorial from a LangChain Engineer
    8. Introduction to Facebook AI Similarity Search (Faiss)
    9. RAG from scratch (Langchain AI)

    Tags: 计算机基本知识

    Share on

    Twitter Facebook LinkedIn
    Previous Next

    You May Also Enjoy

    The Basic Knowledge of Distributed Training Pipeline

    Jun 26, 2025 · Updated Jun 26, 2025 · less than 1 minute read

    The Basic Knowledge of RLHF Training Pipeline

    May 26, 2025 · Updated Jun 14, 2025 · 32 minute read

    这篇博客主要讲解 RLHF 具体训练的框架 (DeepSpeedChat,OpenRLHF,verl) 的具体细节,包括每个框架的整体架构,架构内的各部分细节 (包括逻辑细节和代码细节)。(建议先阅读我之前关于 RLHF 的博客 The Basic Knowledge of RLHF (Reinforce Learning with Human Feedback))

    Toolformer

    Jun 29, 2024 · Updated Jun 29, 2024 · 1 minute read

    Sampling API Calls: Prompt P(x), sample i from 1 ~ n, filter p_i = p_M(|P(x),x_{1:i-1}) > t_s (up to k) -> I. m API calls, for i in I, using prefix [P(x), x_{1:i-1}, ] until generate -> c_i^1 ~ c_i^m Executing API Calls: for eac...

    The Basic Knowledge of Scaling Laws

    May 29, 2024 · Updated May 29, 2024 · 2 minute read

    对于一个固定的 batch size $B=512 \times 1024$:

    Sitemap
    • Follow:
    • GitHub
    • Feed
    © 2026 Jianfeng Cai.