Skip to content

Releases: ningQT/Knowledge-Service-Module

v0.1.0-beta Initial Release

Pre-release

Choose a tag to compare

@ningQT ningQT released this 11 Jun 07:08
63220f5

🚀 初始版本发布

中文说明

欢迎使用本项目!这是一个本地优先的知识基础设施,用于 AI 系统。

功能亮点

  • 支持从 Obsidian Vault 导入知识节点
  • 使用 SQL 数据库进行高效索引和查询
  • 内置 Web 控制台,方便管理和调试

如何开始?

  1. 克隆仓库:git clone https://github.com/yourname/your-repo.git
  2. 安装依赖:pip install -r requirements.txt
  3. 启动服务:python main.py

注意事项

  • 当前为初始版本,功能尚在完善中
  • 欢迎提交 Issue 和 Pull Request 贡献代码!

English Description

Welcome to this project! It's a local-first knowledge infrastructure for AI systems.

Features

  • Supports importing knowledge nodes from Obsidian Vault
  • Uses SQL database for efficient indexing and querying
  • Built-in web console for easy management and debugging

Getting Started

  1. Clone the repo: git clone https://github.com/yourname/your-repo.git
  2. Install dependencies: pip install -r requirements.txt
  3. Start the service: python main.py

Notes

  • This is the initial release; features are still under development
  • Feel free to submit Issues or Pull Requests to contribute!