Stars
This repo is to explore LangChain 1.0 release and the updated component architecture
本项目旨在提供一套完整的大语言模型(LLM)学习和实践代码示例,涵盖了从基础概念到高级应用的各个方面。通过实际代码演示,帮助开发者快速掌握 LangChain1.0版本 等框架在 LLM 应用开发中的使用方法。
这是一个 LangChain 1.0 和 LangGraph 1.0 的学习仓库,学习如何进行agent开发,涵盖从基础概念到实战项目的完整学习路径。
Minimal, practical LangChain 1.0 examples — each in few lines.
µStreamer - Lightweight and fast MJPEG-HTTP streamer
golang design pattern go 设计模式实现,包含 23 种常见的设计模式实现,同时这也是极客时间-设计模式之美 的笔记
Go语言Web管理面板,包含:计划任务 / MySQL管理 / Redis管理 / FTP管理 / SSH管理 / 服务器管理 / Caddy和Nginx配置 / DDNS / FRP可视化配置 / 云存储管理 等功能。可运行于 Windows / Linux / MacOS 等主流系统平台和 树莓派 / 路由器 等ARM设备
这是一个大模型的实战项目,介绍一些大模型方面的知识,包括但不限于BERT,Transformer,RoBERT,Attention机制等。
Golang安全资源合集
本项目旨在系统整理与分享大语言模型(LLM)相关的核心知识、面试内容、实际应用场景及部署技巧。内容涵盖从基础概念、主流模型对比、Prompt 设计、模型微调到工程部署的完整流程,帮助开发者、研究者以及求职者高效掌握大模型领域的关键能力。
Unified Efficient Fine-Tuning of 100+ LLMs & VLMs (ACL 2024)
This is an example of an MCP AI agent application, featuring a host that utilizes two servers, one written in Golang and another in Python, along with an LLM model to orchestrate them. It uses Bubb…
这是一个系统学习 **LangChain 1.0** 的实践仓库,涵盖从基础概念到实战项目的完整学习路径。
基于多智能体LLM的中文金融交易框架 - TradingAgents中文增强版
A medical question-answering system built on the GPT-2 language model, fine-tuned on a large corpus of doctor-patient dialogues. The system supports multi-turn conversations and provides both comma…
✨ 基于大语言模型 + 向量检索的智能问答解决方案,快速定位物流信息中的关键内容 🔍让物流信息查询像聊天一样简单! 📦
极客时间:LangChain实战课 - 这是LangChain框架早期设计的一系列重点模块的直接而清晰的示例和讲解。随着LangChain的快速演进,有些代码需要安装新的版本进行迭代。希望大家在快速浏览课程概念(仍有价值)的同时,自行学习LangChain最新的代码和进展。
使用python实现的设计模式,适用于初学者.Design patterns implemented in python for beginners.
RAGFlow is a leading open-source Retrieval-Augmented Generation (RAG) engine that fuses cutting-edge RAG with Agent capabilities to create a superior context layer for LLMs
LLMs-from-scratch项目中文翻译
从零开始构建一个大型语言模型(LLM, Large Language Model)
Implement a ChatGPT-like LLM in PyTorch from scratch, step by step