Stars
Claude Code 泄露源码深度分析 — 基于 2026-03-31 泄露的 Anthropic Claude Code CLI 完整 TypeScript 源码(~1,884 文件,512K+ 行)的逐模块架构解读
📚 《从零开始构建智能体》——从零开始的智能体原理与实践教程
主要记录大语言大模型(LLMs) 算法(应用)工程师相关的知识及面试题
Train an LLM specifically designed for code translation, aimed at utilizing executability representations such as functional semantics, syntax structures, and vari- able dependencies to enhance the…
A minimalist deep research framework for any OpenAI API compatible LLMs. 一个适用于任何兼容OpenAI API的大型语言模型的极简深度研究框架。
[ACL 2025] Graph Aligned Large Language Models for Improved Source Code Understanding
Learn about the fundamentals of LangGraph through a series of notebooks
Hands-on LangGraph course repo for building production-grade LLM agents with Agentic RAG, ReAct, and reflection workflows.
Code and studynote for the course Building Agentic RAG with LlamaIndex
[NeurIPS 2025] CAM: A Constructivist View of Agentic Memory for LLM-Based Reading Comprehension
This repository will have different projects using AutoGen and Tutorials
A agent framework based on the tutorial hello-agents
仁术AI,一个基于 FastAPI + Vue 3 + LangGraph 构建的前后端分离多智能体中医问诊系统,支持 DeepSeek(中医微调版)、TCM-LLM 等中医领域大模型,融合 Agent 动态推理与 GraphRAG 中医知识检索能力,解决中医问诊场景下**意图识别准确率低**、**结构化 / 非结构化数据割裂**、**辨证推理不严谨**等核心痛点,覆盖中医辨证、古籍查询、医…
基于DeepSpeed 分布式中文大模型微调实战,主要运用DeepSpeed分布式训练、LoRA微调(包括SFT和DPO)、VLLM实现高并发推理在线服务端搭建、llama.cpp量化压缩。主要是希望对大家学习大模型有一些帮助。
LeoBlog 一个仿知乎的博客系统,包括文章查看、编辑,在线聊天功能,同时集成了鱼聪明AI智能助手,可以实现自主问答功能。此仓库为后端仓库,前端仓库见:https://github.com/C-176/LeoBlog-ui-write
(协同过滤推荐算法) 考研管理系统/考研经验分享平台 java springboot vue ssm mysql python Django vue 考研学习管理系统(源代码+数据库+配套论文+ppt) 角色:管理员、用户 管理员:管理员登录进入系统可以查看系统首页、个人中心、用户管理、分享分类管理、资料分类管理、院校信息管理、考研资料管理、视频分享管理、学习计划管理、信息反馈、系统管理\P…
本项目基于 HuggingFace Transformers 和 PEFT (LoRA),专注于中文法律文本的因果语言模型微调。首先,利用 Qwen2-70B 大模型对下载的法律裁判文书进行思维链(Chain-of-Thought, CoT)抽取,实现模型蒸馏与知识迁移;随后,使用整理后的训练数据,通过 LoRA 方法对模型进行高效微调,最终支持法律问答、法律文书生成及检索增强生成(RAG)…
本项目是针对RAG中的Retrieve阶段的召回技术及算法效果所做评估实验。使用主体框架为LlamaIndex.
This repository provides programs to build Retrieval Augmented Generation (RAG) code for Generative AI with LlamaIndex, Deep Lake, and Pinecone leveraging the power of OpenAI and Hugging Face model…
LlamaIndex is the leading document agent and OCR platform
Examples of RAG using Llamaindex with local LLMs - Gemma, Mixtral 8x7B, Llama 2, Mistral 7B, Orca 2, Phi-2, Neural 7B
Advanced Retrieval Augumented Generation(RAG) System Using Open Source Llama2 and LLamaIndex With HuggingFace