Skip to content

M4n5ter/mindscape

Repository files navigation

Mind Scape

包含记忆感知模块。

测试

本地运行 GitHub Actions

make actions

actions 包含了单元测试和集成测试。

单元测试

make test-unit

集成测试

make test-integration

运行所有测试

make test-all

启动开发环境

# 启动所有存储服务
make docker-up
# 启动 ollama(用于 embedding),Linux 下需要先安装 ollama: curl -fsSL https://ollama.com/install.sh | sh
# 如果没启动(Linux下安装脚本自动使用systemd启动了)
ollama serve
# 下载 embedding model
ollama pull bge-m3
# 关停所有存储服务
make docker-down
# 删除存储并重启
make docker-clean-restart

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors