ShengqinYang / AINote
I recently attended the Geekbang "Large Language Models Application Development Practice Camp", where I learned about the application development of Large Language Models. Below is a summary of the after-class exercises that I participated in the camp.
☆37Updated 4 months ago
Alternatives and similar repositories for AINote:
Users that are interested in AINote are comparing it to the libraries listed below
- 极客时间 - 大模型应用开发实战课: 展现LLM应用开发之强大☆38Updated 6 months ago
- the source code of RAG course at https://time.geekbang.org/column/intro/100817901☆28Updated last month
- 属于每个人的公众号”查特查特“上线啦!新问题、新方法、新发现,欢迎提PR!☆41Updated last year
- 极客时间 AI原生基础实战课☆65Updated 6 months ago
- 大模型LLM,RAG实战☆100Updated last month
- 极客时间 - ChatGPT公开课☆92Updated 9 months ago
- 异步图书 《大模型应用开发 动手做AI Agent》 - 这是一些非常简单的入门示例,重在引导新手入门,目前LLM开发领域发展很快,本书只是一个提纲挈领。更多的示例和代码大家可以去OpenAI Cookbook, LangChain Example中去挖掘。☆249Updated 3 months ago
- 知乎大语言模型、ChatGPT、Transformers问答☆34Updated last year
- 深蓝学院课程 - 生成式预训练语言模型:理论与实战☆39Updated last year
- LangChain结合了大型语言模型、知识库和计算逻辑,可以用于快速开发强大的AI应用。这个仓库包含了我对LangChain的学习和实践经验,包括教程和代码案例。让我们一起探索LangChain的可能性,共同推动人工智能领域的进步!☆143Updated 6 months ago
- ☆89Updated last year
- 异步图书 GPT图解 大模型是怎样构建的☆102Updated 9 months ago
- AI Hub 是一个为了接入包括ChatGPT、Baichuan、Zhipu、混元、MiniMax、Moonshot等多种大型语言模型而设计的服务。它旨在积累和管理各种有效的模型调用提示(prompt),并对这些大型语言模型进行持续的测试和评估。☆66Updated 7 months ago
- unify-easy-llm(ULM)旨在打造一个简易的一键式大模型训练工具,支持Nvidia GPU、Ascend NPU等不同硬件以及常用的大模型。☆53Updated 5 months ago
- SQL优化技术☆43Updated 5 years ago
- 自动批量上传并解析文档至 RagFlow 知识库,省去手动操作,提升效率。☆47Updated 3 months ago
- 一个面向小白的大模型应用开发课程☆53Updated last year
- 基于RAG的私有知识库问答系统☆110Updated last month
- ☆252Updated last year
- 在本项目中使用Haystack框架实现模拟健康档案私有知识库构建和检索全流程,通过一份代码实现了同时支持多种大模型(如OpenAI、阿里通义千问等)的RAG(检索增强生成)功能:(1)离线步骤:文档加载->文档切分->向量化->灌入向量数据库;在线步骤:获取用户问题->