Skip to content

fix(builder): multiple fixes to the KAG core code, improve stability #401

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lazydreamerbliss
Copy link

Major changes:

  • Multiple fixes to LLM response parsers to improve general stability, those are confirmed corner cased during my tests
  • A small change to openai_model.py's VectorizeModel, to unify input format as vector models will behave differently on a single single input
  • A change to registrable.py's remove_optional method, to support both Optional typing and py310's pipe typing syntax such as int | None during instance injection

Please see code comments for more details, thanks!

@lazydreamerbliss lazydreamerbliss changed the title Multiple fixes to the KAG core code improve stability fix: Multiple fixes to the KAG core code improve stability Mar 10, 2025
@lazydreamerbliss lazydreamerbliss changed the title fix: Multiple fixes to the KAG core code improve stability fix(builder): Multiple fixes to the KAG core code improve stability Mar 10, 2025
@lazydreamerbliss lazydreamerbliss changed the title fix(builder): Multiple fixes to the KAG core code improve stability fix(builder): multiple fixes to the KAG core code improve stability Mar 10, 2025
@lazydreamerbliss lazydreamerbliss changed the title fix(builder): multiple fixes to the KAG core code improve stability fix(builder): multiple fixes to the KAG core code, improve stability Mar 10, 2025
Copy link
Collaborator

@zhuzhongshu123 zhuzhongshu123 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

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.

2 participants