Skip to content

Tutorials

Step-by-step guides for common Tavora integration patterns.

Learn how to upload documents, configure chunking strategies, and build a semantic search interface for your users.

Coming soon

Build a RAG-augmented chatbot that answers questions using your documentation as a knowledge source.

Coming soon

Create an autonomous agent that uses tool calling to search documents, browse the web, and synthesize findings.

Coming soon

The Tavora repository includes complete example applications in the examples/ directory:

  • examples/knowledge-base/ — Document upload and search
  • examples/support-bot/ — RAG chatbot
  • examples/research-assistant/ — Agent with tool calling

Each example is a standalone Go program that demonstrates SDK integration patterns.