-
-
Notifications
You must be signed in to change notification settings - Fork 156
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
feat: Enabling automation of experiments running v2.0 #469
base: main
Are you sure you want to change the base?
Changes from 1 commit
8726ab8
b44bef5
c100876
18370d4
21a99d2
86ae0b2
f94dbff
66ffd6d
0ef80a5
907d980
51388d1
af6220e
54c3c6d
78708e4
3f131f3
38bb9e6
10b0053
238f492
68ca63a
8b18fad
2395dc5
b7cc98e
0b5a09d
24cd0c2
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
if_using_vector_rag=False | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. the environment should capitalized. |
||
if_using_graph_rag=False | ||
if_action_choosing_based_on_UCB=False | ||
model_feature_selection_coder=True | ||
hypothesis_gen=True |
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Here, it needs to add the path to the knowledge base. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
if_using_vector_rag=True | ||
if_using_graph_rag=True | ||
if_action_choosing_based_on_UCB=True | ||
model_feature_selection_coder=True | ||
hypothesis_gen=True |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
if_using_vector_rag=True | ||
if_using_graph_rag=False | ||
if_action_choosing_based_on_UCB=True | ||
model_feature_selection_coder=True | ||
hypothesis_gen=False |
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Here, it also needs to add the path to the knowledge base. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
if_using_vector_rag=True | ||
if_using_graph_rag=False | ||
if_action_choosing_based_on_UCB=True | ||
model_feature_selection_coder=True | ||
hypothesis_gen=True |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this file is not complete