Skip to content

Commit

Permalink
Merge pull request #251 from tigergraph/GML-1815-feedback-top-modelin…
Browse files Browse the repository at this point in the history
…g-analysis-and-clustering

GML-1815 feedback anayltics tools
  • Loading branch information
luzhoutg authored Jul 29, 2024
2 parents 4a9c88b + 3528b62 commit 3d9d255
Show file tree
Hide file tree
Showing 4 changed files with 546 additions and 37 deletions.
2 changes: 1 addition & 1 deletion copilot/app/agent/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def question_for_agent(
for output in self.agent.stream({"question": input_data["input"], "conversation": input_data["conversation"]}):

for key, value in output.items():
logger.info(f"testing steps {key}: {value}")
# logger.info(f"testing steps {key}: {value}")
LogWriter.info(f"request_id={req_id_cv.get()} executed node {key}")

LogWriter.info(f"request_id={req_id_cv.get()} EXIT question_for_agent")
Expand Down
493 changes: 493 additions & 0 deletions copilot/docs/notebooks/FeedbackAnalysis.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 3d9d255

Please sign in to comment.