You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- CI workflow for lint, format, type checking, and tests
13
-
-`test-ci` Makefile target for CI-safe test runs
15
+
-Renovate for automated dependency management
14
16
15
17
### Changed
16
-
- Deferred heavy imports (`torch`, `transformers`, `sentence_transformers`) to first use, reducing CLI startup time for non-RAG commands (e.g., `db-status`, `db-start`)
17
-
- Scoped Makefile `lint` and `format` targets to `src/ tests/ demos/`
18
+
- Deferred heavy imports (`torch`, `transformers`, `sentence_transformers`) to first use, reducing CLI startup time for non-RAG commands
- Updated dependencies including `rich` v15 and `pytest` v9.0.3 (security fix)
23
+
24
+
### Fixed
25
+
-**BFloat16 numpy conversion**: Cast embeddings to float32 before numpy conversion, fixing `ScalarType BFloat16` errors on platforms that default to BFloat16 tensors
-Removed LlamaStack adapter (`llama_stack.py`) and demos — use [docs2db-mcp-server](https://github.com/rhel-lightspeed/docs2db-mcp-server) for MCP-based tool integration with any LLM framework
21
-
-Removed `llama-stack` optional dependency
29
+
- LlamaStack adapter (`llama_stack.py`) and demos — use [docs2db-mcp-server](https://github.com/rhel-lightspeed/docs2db-mcp-server) for MCP-based tool integration
30
+
-`llama-stack` optional dependency
22
31
23
32
## [0.3.1] - 2026-01-21
24
33
@@ -103,7 +112,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
0 commit comments