Skip to content
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

refactor(llm): remove enable_gql logic in api & rag block #148

Merged
merged 4 commits into from
Dec 27, 2024

Conversation

HJ-Young
Copy link
Contributor

No description provided.

@dosubot dosubot bot added the size:M This PR changes 30-99 lines, ignoring generated files. label Dec 26, 2024
@github-actions github-actions bot added the llm label Dec 26, 2024
@@ -134,8 +132,6 @@ def create_rag_block():
with gr.Row():
graph_only_radio = gr.Radio(choices=[True, False], value=True, label="Graph-only Answer")
graph_vector_radio = gr.Radio(choices=[True, False], value=False, label="Graph-Vector Answer")
with gr.Row():
Copy link
Member

@imbajin imbajin Dec 26, 2024

Choose a reason for hiding this comment

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

it seems we should change it to a number radio? (instead of removing it directly?)

@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Dec 27, 2024
@imbajin imbajin merged commit 39e8d48 into apache:main Dec 27, 2024
11 checks passed
@imbajin imbajin changed the title refactor(llm): remove with gremlin prompt logic in api & rag block refactor(llm): remove enable_gql logic in api & rag block Dec 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm This PR has been approved by a maintainer llm size:M This PR changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants