From 5bb96326cfb42183ae5c1f87ca3fbb9a652a8643 Mon Sep 17 00:00:00 2001 From: sreyakumar <121137643+sreyakumar@users.noreply.github.com> Date: Fri, 1 Nov 2024 11:20:22 -0700 Subject: [PATCH] commented test --- src/metadata_chatbot/agents/workflow.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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