Skip to main contentCLI & Stability Improvements
- Interactive CLI improvements
- Fixed concurrent write crashes
- Fixed BM25 null result bug
- HQL error fixes
View on GitHub →
- Added
helix dashboard command
- Cloud backup support
- Dev build mode for faster iteration
- Performance improvements via arena allocation
View on GitHub →
Environment & Embedding Configuration
- Environment variable loading support
- Embedding model selection
- Docker auto-start
View on GitHub →
Schema & Query Improvements
- Default values for edges and vectors
- Custom return structures
- Gateway permissions checking
View on GitHub →
Pathfinding & Rerankers
- A* pathfinding algorithm
- Rerankers (MMR, RRF)
- Custom edge weightings
- Performance improvements
View on GitHub →
- HQL fixes
- Docker and Fly.io fixes
- WSL compatibility improvements
View on GitHub →
Dijkstra’s Algorithm
- Dijkstra’s shortest path algorithm
- HQL panic removal
View on GitHub →
CLI V2
- Complete CLI rewrite with improved UX
- New deployment workflows (Local, Fly.io, ECR, Helix Cloud)
- Enhanced build system
View on GitHub →
MCP & Query Enhancements
- Implicit field support improvements
- MCP aggregation methods
- V from ID/type queries
View on GitHub →
HQL Operators
- IS_IN operator
- HQL object wrapping
- Parser refactor
View on GitHub →
Docker Integration
- Docker CLI integration
- HQL improvements
- NOT EXISTS support
View on GitHub →
Visualization & Search
- Built-in visualization endpoints
- Embedding hoisting
- BM25 improvements
View on GitHub →
Schema Migrations
- Schema migrations
- Embedding macro
- Optional parameters
View on GitHub →
MCP & Ordering
- MCP nested filtering
- Environment sourcing
- ORDER BY improvements
View on GitHub →
Cloud & Authentication
- Login functionality
- Cloud redeployments via CLI
- Built-in embedding functionality
View on GitHub →
Property Flattening for BM25 Insertion
- Implemented space-separated flattening of array and object values for BM25 indexing
View on GitHub →
Comprehensive Bug Fixes
- Wide range of bug fixes across the project
- Stability and performance improvements
View on GitHub →
Datetime Handling Fixes
- Serialization of
Datetime as RFC3339 strings
- Correct parsing, storage, and retrieval of datetime values
View on GitHub →
Comprehensive Changes
- Introduced tracing for debugging and monitoring
- Vector search now returns similarity scores
View on GitHub →
Infinite Loop Bug Fixes
- Resolved PartialEq trait infinite loop issue
View on GitHub →
Edge Traversal Type Checking
- Stricter type validation for edge traversals
View on GitHub →