-
Notifications
You must be signed in to change notification settings - Fork 28
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
fix(llm): update config in time after apply changes in UI #90
Merged
imbajin
merged 28 commits into
apache:main
from
returnToInnocence:fix-config-schema-graph-head-update
Oct 15, 2024
Merged
fix(llm): update config in time after apply changes in UI #90
imbajin
merged 28 commits into
apache:main
from
returnToInnocence:fix-config-schema-graph-head-update
Oct 15, 2024
Conversation
This file contains 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
…com/returnToInnocence/incubator-hugegraph-ai into fix-config-schema-graph-head-update
… refresh event and delete the test file
…MPT variable so that it can change dynamically based on prompt changes
…aph configuration in the configuration file
…nfiguration prompt in the configuration file
dosubot
bot
added
size:L
This PR changes 100-499 lines, ignoring generated files.
bug
Something isn't working
labels
Oct 9, 2024
1 task
imbajin
reviewed
Oct 10, 2024
imbajin
changed the title
fix(rag): Fixed an issue where rag web demo could not update system configuration in time after configuration file changes
fix(llm): update config in time after apply changes in UI
Oct 10, 2024
imbajin
approved these changes
Oct 15, 2024
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.
Brief description
hugegraph-llm/src/hugegraph_llm/demo/rag_demo/app.py
To avoid errors that result in an empty return value in file
hugegraph-llm/src/hugegraph_llm/demo/rag_demo/configs_block.py
Adjust the order of functions and classes in file
hugegraph-llm/src/hugegraph_llm/config/config.py
Adjust the format of the prompt to make it easier to read in file
hugegraph-llm/src/hugegraph_llm/config/config_data.py
Add the ability to save prompt to the configuration file after a button click to the kg build section in file
hugegraph-llm/src/hugegraph_llm/demo/rag_demo/vector_graph_block.py
, the position as followsissue
fix some of the #91