# langchain_langgrap_python **Repository Path**: wwq8741/langchain_langgrap_python ## Basic Information - **Project Name**: langchain_langgrap_python - **Description**: 使用python来开发大模型 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-04-10 - **Last Updated**: 2026-04-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # langchain_langgrap_python #### Description 使用python来开发大模型 #### Software Architecture Software architecture description #### Installation 1.虚拟环境 python -m venv venv venv\Scripts\activate 2.安装全部依赖 pip install fastapi uvicorn sqlalchemy asyncpg redis python-dotenv pydantic-settings alembic ipython 3.生成requirements.txt pip freeze > requirements.txt 4.下载requirements.txt pip install -r requirements.txt 5.启动项目 cd app uvicorn app.main:app --host 0.0.0.0 --port 8089 6.访问地址: API 文档 (Swagger UI): http://localhost:8089/docs 备用文档 (ReDoc): http://localhost:8089/redoc #### Instructions 1. xxxx 2. xxxx 3. xxxx #### Contribution 1. Fork the repository 2. Create Feat_xxx branch 3. Commit your code 4. Create Pull Request #### Gitee Feature 1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md 2. Gitee blog [blog.gitee.com](https://blog.gitee.com) 3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore) 4. The most valuable open source project [GVP](https://gitee.com/gvp) 5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help) 6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)