Skip to content

Improve indexing robustness and logging#266

Open
SaiPavankumar22 wants to merge 1 commit intoVectifyAI:mainfrom
SaiPavankumar22:fix/robustness-indexing
Open

Improve indexing robustness and logging#266
SaiPavankumar22 wants to merge 1 commit intoVectifyAI:mainfrom
SaiPavankumar22:fix/robustness-indexing

Conversation

@SaiPavankumar22
Copy link
Copy Markdown

  • Avoid KeyError on malformed LLM JSON responses

  • Fix markdown CLI config override behavior

  • Improve retry behavior with exponential backoff

  • Switch JsonLogger to JSONL append mode

  • JsonLogger output format changes from .json array to .jsonl (newline-delimited JSON)

  • Retry waits are now exponential backoff (capped at 60s)- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

- Avoid KeyError on malformed LLM JSON responses

- Fix markdown CLI config override behavior

- Improve retry behavior with exponential backoff

- Switch JsonLogger to JSONL append mode
@SaiPavankumar22
Copy link
Copy Markdown
Author

Hi maintainers — this PR improves indexing robustness (avoids KeyError on malformed LLM JSON), fixes markdown CLI config overriding defaults with None, adds exponential backoff for retries (cap 60s), and switches JsonLogger to JSONL append mode for performance.

CI may need approval since it’s from a fork. Thanks!

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