-
Notifications
You must be signed in to change notification settings - Fork 1
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
SingleGeneAiExpressionReporter #255
base: master
Are you sure you want to change the base?
Conversation
…m down Summarizer
…e out-of-date if the chat model changes
Temp draft PR for easier diffing
Rename "sections" as "topics", change prompting and attempt to sort by `biological_importance`
.putAdditionalProperty("required", JsonValue.from(List.of( | ||
"headline", | ||
"one_paragraph_summary", | ||
"dataset_ids" |
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 dataset_ids
should not be here. I will remove it before we merge!
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.
It should be topics
Simplify API and add progress bar stats in visitor endpoint
@@ -387,6 +387,11 @@ private List<JSONObject> populateExperiments(List<ExperimentInputs> experimentDa | |||
})) | |||
|
|||
), exec)); | |||
|
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.
I don't think this is a good idea. We are essentially artificially slowing down the entire process, at least within a request. For a 40-experiment gene, this line will guarantee that 20 seconds pass before we see a result, even if the entire thing is cached!
WIP.
Current status: