Conversation
- 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.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.