weave icon indicating copy to clipboard operation
weave copied to clipboard

docs(weave): docs agent test

Open J2-D2-3PO opened this issue 8 months ago • 1 comments

Description

Inspired by and building on https://github.com/wandb/weave/pull/4006, this PR demos the use of @morganmcg1's awesome chat / support agent for the wandb docs in the Weave docs

Backend: The Wandb docs agent server at https://github.com/morganmcg1/demo-docs-bot

image

Using the chatbot

Right now, to use the bot:

  1. Clone and setup https://github.com/morganmcg1/docs-agent
  2. Run the docs-agent server per instructions
  3. Run the docs locally yarn start
  4. On your local docs, navigate to /weave-rag-demo e.g. http://localhost:3000/weave-rag-demo
  5. Ask questions and wait a moment. You can see Weave things being logged in the docs-agent output on the cmd line.

Logs to Weave at https://wandb.ai/wandb/docs-agent-weave-docs/weave/traces

Todo

  • [ ] Improve UI
  • [ ] Get docs-agent prod endpoint
  • [ ] Figure out zendesk set up

J2-D2-3PO avatar Apr 23 '25 23:04 J2-D2-3PO