# Copyright 2024 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
toc:
- title: Introduction
path: /docs/genkit/
- title: Get started
path: /docs/genkit/get-started
- title: Migrate from Genkit 0.9 to 1.0
path: /docs/genkit/migrating-from-0.9
- title: API Stability Channels
path: /docs/genkit/api-stability.md
- title: Developer tools
path: /docs/genkit/devtools
- heading: API reference
- title: Genkit JS API reference
path: https://js.api.genkit.dev/
- heading: Codelabs
- title: Chat with a PDF file
path: /docs/genkit/codelabs/codelab-chat-with-a-pdf
- heading: Building AI workflows
- title: Generating content
path: /docs/genkit/models
- title: Passing information through context
path: /docs/genkit/context
- title: Creating flows
path: /docs/genkit/flows
- title: Managing prompts with Dotprompt
path: /docs/genkit/dotprompt
- title: Persistent chat sessions
path: /docs/genkit/chat
- title: Tools
section:
- title: Tool calling
path: /docs/genkit/tool-calling
- title: Pause generation using interrupts
path: /docs/genkit/interrupts
- title: Retrieval-augmented generation (RAG)
path: /docs/genkit/rag
- title: Multi-agent systems
path: /docs/genkit/multi-agent
- title: Evaluation
path: /docs/genkit/evaluation
- title: Observe local metrics
path: /docs/genkit/local-observability
- title: Error Types
path: /docs/genkit/errors/types.md
- heading: Deploying AI workflows
- title: Deploy with Firebase
path: /docs/genkit/firebase
- title: Deploy with Cloud Run
path: /docs/genkit/cloud-run
- title: Deploy to any Node.js platform
path: /docs/genkit/deploy-node
- title: Authorization and integrity
path: /docs/genkit/auth
- heading: Observing AI workflows
- title: Getting Started
path: /docs/genkit/observability/getting-started
- title: Authentication
path: /docs/genkit/observability/authentication
- title: Advanced Configuration
path: /docs/genkit/observability/advanced-configuration
- title: Telemetry Collection
path: /docs/genkit/observability/telemetry-collection
- title: Troubleshooting
path: /docs/genkit/observability/troubleshooting
- heading: Writing plugins
- title: Overview
path: /docs/genkit/plugin-authoring
- title: Writing an Evaluator Plugin
path: /docs/genkit/plugin-authoring-evaluator
- heading: Official plugins
- title: Google AI for Developers
path: /docs/genkit/plugins/google-genai
- title: Google Cloud Vertex AI
path: /docs/genkit/plugins/vertex-ai
- title: Ollama
path: /docs/genkit/plugins/ollama
- title: Chroma DB
path: /docs/genkit/plugins/chroma
- title: Pinecone
path: /docs/genkit/plugins/pinecone
- title: pgvector (code template)
path: /docs/genkit/templates/pgvector
- title: Firebase
path: /docs/genkit/plugins/firebase
- break: true
- title: Using Genkit with Next.js
path: /docs/genkit/nextjs
- break: true
- title: Migrate from Genkit 0.5 to 0.9
path: /docs/genkit/migrating-from-0.5
- break: true
- title: Connect with us
path: /docs/genkit/feedback