Skip to content

Dev#49

Merged
zTgx merged 5 commits intomainfrom
dev
Apr 12, 2026
Merged

Dev#49
zTgx merged 5 commits intomainfrom
dev

Conversation

@zTgx
Copy link
Copy Markdown
Member

@zTgx zTgx commented Apr 12, 2026

No description provided.

zTgx added 5 commits April 12, 2026 09:10
- Add specific error details showing which sources failed and their respective error messages
- Replace generic "All X source(s) failed to index" message with detailed breakdown
- Include source name and error description in the error output for better debugging
- Add index_incremental.rs example demonstrating incremental indexing
  with change detection capabilities
- Add index_single.rs example showing single document indexing workflow
- Update existing indexing.rs example to focus on batch indexing with
  multiple document paths
- Update example configurations to use google/gemini-3-flash-preview
  model and proper endpoint
- Include comprehensive cleanup logic in all examples

chore: update .gitignore with workspace patterns

- Add workspace* pattern to ignore test workspace directories
- Keep ENV/ directory in gitignore as was previously intended
Extract node count, token count, and processing duration from document
metrics and update processing stats in the persisted document metadata.

fix(optimize): prevent merging non-leaf nodes and improve merge logic

Change merge_leaf_threshold default to 0 to disable unwanted merging.
Improve merge_small_leaves function to only merge adjacent leaf nodes
with actual content, preserving section boundaries by adding proper
headings when merging content.

docs(optimize): clarify merge behavior for leaf nodes only
- Replace generic 'm' variable with descriptive 'metrics' variable
- Add detailed metrics output including parse, build, enhance, enrich,
  optimize, and reasoning times
- Include additional metrics for nodes processed, summaries generated,
  LLM calls, tokens generated, topics indexed, and keywords indexed
Change file paths from relative to parent directory
to ensure correct file location resolution.
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 12, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
vectorless Ready Ready Preview, Comment Apr 12, 2026 3:27am

@zTgx zTgx merged commit 18538cd into main Apr 12, 2026
2 checks passed
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