v0.1.15
What's Changed
Now you can try Server/CLI mode!
- refactor(client): 拆分 HTTP 客户端,分离嵌入模式与 HTTP 模式 by @qin-ctx in #141
- Transaction store by @MaojiaSheng in #136
- fix CI: correct patch targets in test_quick_start_lite.py by @ZaynJarvis in #140
- fix/lifecycle by @qin-ctx in #144
- Fix/lifecycle by @qin-ctx in #146
- refactor: decouple QueueManager from VikingDBManager by @kkkwjx07 in #149
- refactor: to accelerate cli launch speed, refactor openviking_cli dir by @MaojiaSheng in #150
- efactor: to accelerate cli launch speed, refactor openviking_cli dir by @MaojiaSheng in #151
- fix(vectordb): resolve timestamp format and collection creation issues by @kkkwjx07 in #154
- doc: add multi-tenant-design by @qin-ctx in #155
- fix: fix vectordb sparse by @kkkwjx07 in #160
- [WIP]adapt for openclaw: add memory output language pipeline by @Mijamind719 in #137
- CLI commands (ls, tree) output optimize by @MaojiaSheng in #156
- fix: replace bare except with Exception in llm utils by @thecaptain789 in #152
- feat(parser): support repo branch and commit refs by @zeus-cht in #147
- fix: temp dir check failed by @MaojiaSheng in #163
New Contributors
- @thecaptain789 made their first contribution in #152
- @zeus-cht made their first contribution in #147
Full Changelog: v0.1.14...v0.1.15