Skip to content

Dev#40

Merged
zTgx merged 2 commits intomainfrom
dev
Apr 11, 2026
Merged

Dev#40
zTgx merged 2 commits intomainfrom
dev

Conversation

@zTgx
Copy link
Copy Markdown
Contributor

@zTgx zTgx commented Apr 11, 2026

No description provided.

zTgx added 2 commits April 11, 2026 12:53
- Remove incomplete cli_tool.rs example
- Add comprehensive indexing.rs example demonstrating full pipeline:
  create engine → index document → inspect metrics with batch and
  incremental modes
- Register indexing example in Cargo.toml
- Refactor event system by splitting into modular components:
  move event types to separate module, implement shared emitter with
  Arc<RwLock<...>> for proper handler sharing across clones
- Update EngineBuilder to properly pass events parameter
- Modify Engine constructor to accept events as explicit parameter
- Remove duplicate EventEmitter re-export from client module
- Export event types and emitter from root module
- Move EventEmitter, IndexEvent, and QueryEvent imports from
  vectorless::client::events to vectorless::events
- Remove redundant EventEmitter import from client module
@zTgx zTgx merged commit 8a2f804 into main Apr 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant