Tutorials
Step-by-step guides for common Tavora integration patterns.
Available tutorials
Section titled “Available tutorials”Building a knowledge base
Section titled “Building a knowledge base”Learn how to upload documents, configure chunking strategies, and build a semantic search interface for your users.
Coming soon
Creating a support bot
Section titled “Creating a support bot”Build a RAG-augmented chatbot that answers questions using your documentation as a knowledge source.
Coming soon
Building a research assistant
Section titled “Building a research assistant”Create an autonomous agent that uses tool calling to search documents, browse the web, and synthesize findings.
Coming soon
Example applications
Section titled “Example applications”The Tavora repository includes complete example applications in the examples/ directory:
examples/knowledge-base/— Document upload and searchexamples/support-bot/— RAG chatbotexamples/research-assistant/— Agent with tool calling
Each example is a standalone Go program that demonstrates SDK integration patterns.