Commit Graph

61 Commits

Author SHA1 Message Date
lukaszraczylo 2e2c9afcb3 Add lfs support to the workflow. 2025-12-19 02:22:13 +00:00
lukaszraczylo f055b58c57 Switch to embedded lfs model. 2025-12-19 02:20:02 +00:00
lukaszraczylo a37649bc69 Resolves issue #13
- Switched model to bge-small-en-v1.5
- Added lazy re-embedding
- Added model version tracking per vector
- Added conversion of vectors to the new model
2025-12-19 02:20:02 +00:00
github-actions[bot] 8867f13dcc chore: update marketplace for v0.6.38 2025-12-19 02:20:01 +00:00
lukaszraczylo 7cf968e98c Display only current project statistics in statusline. (#3) 2025-12-19 02:20:00 +00:00
lukaszraczylo ae2b6c593b fixup! Further improvements to the coverage. 2025-12-19 02:20:00 +00:00
github-actions[bot] 67503c4109 chore: update marketplace for v0.6.33 2025-12-19 02:19:59 +00:00
lukaszraczylo 784a18414a Further improvements to the coverage. 2025-12-19 02:19:59 +00:00
lukaszraczylo e61497c2ca Increase test coverage to 45.6% 2025-12-19 02:19:58 +00:00
lukaszraczylo 95a1dff901 Increase tests coverage. 2025-12-19 02:19:58 +00:00
github-actions[bot] 3b042263ca chore: update marketplace for v0.6.26 2025-12-19 02:19:57 +00:00
lukaszraczylo bd35e2d9d6 Add restart command, fix post-update restarts as well. 2025-12-19 02:19:57 +00:00
github-actions[bot] 35d575799c chore: update marketplace for v0.6.22 2025-12-19 02:19:56 +00:00
lukaszraczylo 80f635ccdc Update go.mod and go.sum (#2) 2025-12-19 02:19:56 +00:00
github-actions[bot] d3906b9992 chore: update marketplace for v0.6.18 2025-12-19 02:19:55 +00:00
lukaszraczylo acf624e00c Prevent endless loops during connectivity issues. 2025-12-19 02:19:55 +00:00
github-actions[bot] 5252fcebf1 chore: update marketplace for v0.6.15 2025-12-19 02:19:54 +00:00
lukaszraczylo abfa17cac9 Increase automatic update size limit to 250MB 2025-12-19 02:19:54 +00:00
github-actions[bot] c5bb40c7d0 chore: update marketplace for v0.6.11 2025-12-19 02:19:53 +00:00
lukaszraczylo 7c86c5facb Don't store system / agent summaries. 2025-12-19 02:19:53 +00:00
github-actions[bot] cdf570579c chore: update marketplace for v0.6.8 2025-12-19 02:19:52 +00:00
lukaszraczylo f4baf70f6a Fixes onnx version mismatch, vectordb not liking it and dashboard
Fixes summaries not being generated and timeline showing all observations
despite of project filter being applied.
2025-12-19 02:19:52 +00:00
github-actions[bot] 4076118781 chore: update marketplace for v0.6.4 2025-12-19 02:19:51 +00:00
lukaszraczylo 7d227ced23 Add deployment of statusline. 2025-12-19 02:19:50 +00:00
github-actions[bot] d2c56dfadd chore: update marketplace for v0.6.1 2025-12-19 02:19:50 +00:00
lukaszraczylo 9b94c03cea fixup! ... another attempt with goreleaser publishing. 2025-12-19 02:19:49 +00:00
lukaszraczylo 42da1525c3 ... another attempt with goreleaser publishing. 2025-12-19 02:19:49 +00:00
lukaszraczylo 3f229fad7b Website dependencies. 2025-12-19 02:19:48 +00:00
lukaszraczylo 5a94d77d6a Fix the release jsons conflicts 2025-12-19 02:19:48 +00:00
lukaszraczylo bfe01c26ac ... f-windows. 2025-12-19 02:19:47 +00:00
lukaszraczylo ba825a6ed8 Remove AMD64 macos support. Just realised nobody uses it anymore. 2025-12-19 02:19:47 +00:00
lukaszraczylo d3b430d883 Correctly identify the platform during the build. 2025-12-19 02:19:46 +00:00
lukaszraczylo bd9e73096b Fix Windows linker conflict between go-sqlite3 and sqlite-vec
Both libraries embed their own copy of SQLite, causing duplicate
symbol errors on Windows. Add CGO_LDFLAGS to allow multiple definitions.
2025-12-19 02:19:46 +00:00
lukaszraczylo 4ca8ac2f41 Fix windows build. 2025-12-19 02:19:45 +00:00
lukaszraczylo 18699dfbb8 Add windows embeddings as well. 2025-12-19 02:19:45 +00:00
lukaszraczylo d9a6e6d2ea Add preparation workflow. 2025-12-19 02:19:44 +00:00
lukaszraczylo 6195260820 Dynamically download ONNX libraries from microshit's website. 2025-12-19 02:19:44 +00:00
lukaszraczylo a981842304 Release local embeddings and local sqlite-vec without need for chroma. 2025-12-19 02:19:43 +00:00
lukaszraczylo 2974ef811b Fix install / uninstall. 2025-12-19 02:19:43 +00:00
lukaszraczylo a68bc36102 Move from chroma to sqlitevec with local embedding 2025-12-19 02:19:42 +00:00
lukaszraczylo a208d447dd Additional abstractions for both sqlite and chroma. 2025-12-19 02:19:41 +00:00
lukaszraczylo c2904a31ad Dashboard and sdk processor improvements. 2025-12-19 02:19:41 +00:00
lukaszraczylo 7e96555375 Improvements to the queue processing. 2025-12-19 02:19:40 +00:00
lukaszraczylo edd76adabf Update documentation so uvx is uv ( and uvx is included ) 2025-12-19 02:19:40 +00:00
lukaszraczylo 5bc667a939 Move SDK processing to async queue. 2025-12-19 02:19:39 +00:00
lukaszraczylo 2542b15c6b Fixes installation scripts. 2025-12-19 02:19:39 +00:00
lukaszraczylo 61b8b8d23c Utilise semantic version for the dashboard as well. 2025-12-19 02:19:38 +00:00
lukaszraczylo 1f0ea7f75d Add the statusline. Fix the installation. 2025-12-19 02:19:38 +00:00
lukaszraczylo 772814dbc1 Fix the issue with hanging browser tab. 2025-12-19 02:19:37 +00:00
github-actions[bot] f9bbcd097e chore: update marketplace for v0.6.1 2025-12-19 02:19:37 +00:00