LLM+知识库
LLM+知识库¶
recent¶
2023-10-16 可以用 autogen 来代替 langchain
2023-08-06: 我也认为 langchain 将简单的问题复杂化了,推荐使用simple ai chat, 或者其他替代品 AutoChain Chidori
graph¶
what can ai do for me, AI能帮我做什么 可以跟prompt library结合,另外展示形式可以参考: https://www.deepdhai.com/
tutorial¶
学习 https://www.deeplearning.ai/short-courses/
已有的商用案例¶
https://copy.ai
https://chatdoc.com/
应用¶
Ai数字分身
todo¶
技术路径¶
-
chatgpt + 知识库 (langchain)
-
开源大模型+自己的数据微调
repo¶
这个可以传apikey进行测试… 不过为什么效果
https://github.com/Troyanovsky/doc_qa_langchain
这里头不仅仅是教程,还有基于 langchain的一些有趣的实际案例
https://github.com/gkamradt/langchain-tutorials
最早期的实践
https://github.com/GanymedeNil/document.ai
https://github.com/PromtEngineer/localGPT
Chat with your documents on your local device using GPT models. No data leaves your device and 100% private. Built with LangChain and Vicuna-7B and InstructorEmbeddings
https://github.com/TigerResearch/TigerBot 基于这个开源的LLM模型进行微调
https://github.com/imClumsyPanda/langchain-ChatGLM
读本地知识库的工具
https://github.com/openai/chatgpt-retrieval-plugin
低代码 + chatgpt + 流程自动化
https://www.bmms.me/products/process-street
参考资料¶
langchain: https://github.com/liaokongVFX/LangChain-Chinese-Getting-Started-Guide
Character.AI
我用我的微信聊天记录和 280 篇博客文章,做了我自己的数字克隆AI
LLM 开发框架¶
langchain: 中文文档 https://liaokong.gitbook.io/llm-kai-fa-jiao-cheng/
https://github.com/TransformerOptimus/SuperAGI
https://github.com/karpathy/nanoGPT finetune 框架
参考项目¶
https://github.com/Haste171/langchain-chatbot
Created : 2023年8月4日