v0.1.12
What's Changed
- feat: add search_with_sparse_logit_alpha by @kkkwjx07 in #71
- refactor: Refactor S3 configuration structure and fix Python 3.9 compatibility issues by @baojun-zhang in #73
- fix: fix ci by @kkkwjx07 in #74
- refactor: unify async execution utilities into run_async by @qin-ctx in #75
- docs: update community link by @qin-ctx in #82
- build(deps): bump actions/download-artifact from 4 to 7 by @dependabot[bot] in #65
- build(deps): bump actions/github-script from 7 to 8 by @dependabot[bot] in #66
- build(deps): bump actions/checkout from 4 to 6 by @dependabot[bot] in #67
- build(deps): bump actions/setup-go from 5 to 6 by @dependabot[bot] in #68
- build(deps): bump actions/upload-artifact from 4 to 6 by @dependabot[bot] in #69
- feat: in chatmem example, add /time and /add_resource command by @ZaynJarvis in #77
- Feature/new demo by @A11en0 in #78
- Feat:支持原生部署的vikingdb by @chuanbao666 in #84
- WIP: fix: run memex locally for #78 by @ZaynJarvis in #86
- feat(parse): extract shared upload utilities by @ze-mu-zhou in #87
- docs: fiix related document links in /openviking/parse/parsers/README.md by @WuMingDao in #88
- fix(parse): prevent Zip Slip path traversal in _extract_zip (CWE-22) by @ze-mu-zhou in #89
- Path filter by @kkkwjx07 in #92
- feat: use tabulate for observer by @kkkwjx07 in #94
- fix(parser): fix temporary file leak in HTMLParser download link hand… by @Lettuceleaves in #95
- perf: reuse query embeddings in hierarchical retriever by @mildred522 in #93
- fix(agfs): close socket on error path in _check_port_available by @ze-mu-zhou in #97
- fix(storage): make VikingFS.mkdir() actually create the target directory by @ze-mu-zhou in #96
- fix: fix sparse by @kkkwjx07 in #100
- feat: support query in mcp, tested with kimi by @ZaynJarvis in #98
- fix: ignore TestVikingDBProject by @qin-ctx in #103
New Contributors
- @baojun-zhang made their first contribution in #73
- @A11en0 made their first contribution in #78
- @ze-mu-zhou made their first contribution in #87
- @WuMingDao made their first contribution in #88
- @Lettuceleaves made their first contribution in #95
- @mildred522 made their first contribution in #93
Full Changelog: v0.1.11...v0.1.12