# LangChain连接本地数据库 **Repository Path**: wang_wei_973667927/LangChainTest ## Basic Information - **Project Name**: LangChain连接本地数据库 - **Description**: No description available - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-05-20 - **Last Updated**: 2025-01-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # LangChainTest # 安装依赖包 ``` pip install -r requirements.txt ``` # 依赖包版本 ``` chromadb==0.3.25 langchain==0.0.278 ```