diff --git a/src/metadata_chatbot/agents/workflow.py b/src/metadata_chatbot/agents/workflow.py index d4cf0d7..af57af2 100644 --- a/src/metadata_chatbot/agents/workflow.py +++ b/src/metadata_chatbot/agents/workflow.py @@ -211,8 +211,8 @@ def generate_vi(state): app = workflow.compile() -query = "How was the tissue prepared for imaging, including fixation, delipidation, and refractive index matching procedures? in experiment: SmartSPIM_675388_2023-05-24_04-10-19_stitched_2023-05-28_18-07-46" +# query = "How was the tissue prepared for imaging, including fixation, delipidation, and refractive index matching procedures? in experiment: SmartSPIM_675388_2023-05-24_04-10-19_stitched_2023-05-28_18-07-46" -inputs = {"query" : query} -answer = app.invoke(inputs) -print(answer['generation']) \ No newline at end of file +# inputs = {"query" : query} +# answer = app.invoke(inputs) +# print(answer['generation']) \ No newline at end of file