-
securityF
license-
qualityEnables semantic search and RAG (Retrieval Augmented Generation) over your Apple Notes.
Last updated -
158
TypeScript
Implements environment variable configuration through .env files, enabling secure storage of API keys and other sensitive information
Provides Git-based workflows for contribution and version control, supporting feature branch development and pull request processes
Supports Jupyter notebook functionality through ipykernel, allowing interactive development and visualization of RAG operations
使用 GroundX 和 OpenAI 实现的强大而高效的 RAG(检索增强生成),采用现代上下文处理 (MCP) 构建。
.env
中配置环境变量:使用以下命令运行检查服务器:
要获取新文档:
基本搜索查询:
使用自定义配置:
groundx
(≥2.3.0):核心 RAG 功能openai
(≥1.75.0):OpenAI API 集成mcp[cli]
(≥1.6.0):现代上下文处理工具ipykernel
(≥6.29.5):Jupyter 笔记本支持.env
文件git checkout -b feature/amazing-feature
)git commit -m 'Add some amazing feature'
)git push origin feature/amazing-feature
)