Skip to content

Commit

Permalink
commented test
Browse files Browse the repository at this point in the history
  • Loading branch information
sreyakumar committed Nov 1, 2024
1 parent 4f5ee20 commit 5bb9632
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/metadata_chatbot/agents/workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'])
# inputs = {"query" : query}
# answer = app.invoke(inputs)
# print(answer['generation'])

0 comments on commit 5bb9632

Please sign in to comment.