基础人工智能开始pytorch
## 基础人工智能开始pytorch 安装cuda,注意要和自己的神经网络框架匹配 查看pytorch需要对应的cuda版本 https://pytorch.org/get-started/locally/ `uv pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu129` pip install vllm -
## 基础人工智能开始pytorch 安装cuda,注意要和自己的神经网络框架匹配 查看pytorch需要对应的cuda版本 https://pytorch.org/get-started/locally/ `uv pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu129` pip install vllm -
## qwen3开发 qwen 文档:https://qwen.readthedocs.io/zh-cn/latest/ 示例:https://github.com/QwenLM/Qwen-Agent/tree/main/examples mcp服务列表:https://github.com/modelcontextprotocol/servers `pip install "qwen-agent[mcp,code_interprete
## LightRAG 知识图谱+Nginx+fastapi鉴权 项目地址:https://github.com/HKUDS/LightRAG 前置条件(如果不指定系统会使用本地文件模拟): Graph:Neo4J图数据库 `uv pip install neo4j` KV:PGKVStorage / RedisKVStorage / MongoKVStorage kv库 Vector:Milvus / Qdrant / Faiss /
## LangChain工作流 开源项目 https://github.com/langchain-ai/langchain 官方文档 https://python.langchain.com/docs/tutorials/ 方法参考 https://python.langchain.com/api_reference/community/index.html 语雀教程 https://www.yuque.com/aaron-wecc3/
## weaviate向量数据库 项目地址:https://github.com/weaviate/weaviate 文档:https://weaviate.io/developers/weaviate/api/rest#tag/objects/GET/objects python SDK文档:https://python.langchain.com/docs/integrations/vectorstores/weaviate/