remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Integrations
Enables configuration of environment variables for API keys and other settings
Enables cloning the repository and pushing changes for deployment
Allows forking projects, creating branches, committing changes, and opening pull requests for contribution
MCP - 带有 RAG 的问答系统
MCP 是一种先进的问答系统,使用检索增强生成 (RAG) 技术根据文档集提供准确且符合上下文的答案。
特征
- 🔍 文档中的语义搜索
- 💾 使用 Redis 进行智能缓存
- 📊 使用 MongoDB 进行持久存储
- 🤖 与 OpenAI 集成,用于嵌入和文本生成
- 📈 系统监控和指标
- 🔄 异步操作管理
先决条件
- Python 3.9+
- MongoDB 社区版
- Redis
- OpenAI API 密钥
设施
- 克隆存储库:
Copy
- 安装系统依赖项:
Copy
- 配置Python环境:
Copy
- 配置环境变量:
Copy
快速使用
Copy
文档
测试
Copy
项目结构
Copy
贡献
- 分叉项目
- 为你的功能创建一个分支(
git checkout -b feature/AmazingFeature
) - 提交您的更改(
git commit -m 'Add some AmazingFeature'
) - 推送到分支(
git push origin feature/AmazingFeature
) - 打开拉取请求
执照
该项目已获得 MIT 许可。有关详细信息,请参阅LICENSE文件。
接触
您的姓名 - @your_twitter
This server cannot be installed
连接到 Cursor 并使用 LlamaIndex 通过 Linkup 和 RAG 功能实现深度网络搜索。