Agent

原文:[LLM Powered Autonomous Agents Lil’Log (lilianweng.github.io)](https://lilianweng.github.io/posts/2023-06-23-agent/)

使用venv进行python环境管理

venv是python自带的环境管理工具,可以使用已安装的python解释器创建对应版本的python虚拟环境。

Rag简易实战

转载自:TinyRAG/Blog/Hand-on-RAG.md at master · KMnO4-zx/TinyRAG (github.com)

RAG系统

文挡来源:[Advanced RAG Techniques: an Illustrated Overview by IVAN ILIN Towards AI](https://pub.towardsai.net/advanced-rag-techniques-an-illustrated-overview-04d193d8fec6)

dashscope python sdk使用

dashscope是阿里云对外提供大模型的平台,通过dashscope sdk可以调用阿里云对外提供的大模型服务,目前可使用的模型有qwen,llama2等模型。