From 6f052072c91dd8c464755f6409a2396bae05f010 Mon Sep 17 00:00:00 2001 From: ramnique <30795890+ramnique@users.noreply.github.com> Date: Mon, 10 Mar 2025 12:23:45 +0530 Subject: [PATCH] add index to readme --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 4b4a9929..90dd9ca3 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,20 @@ docker compose --profile rag_urls_worker --profile chat_widget --profile tools_w ``` See the relevant sections below for details on each service. +## Table of Contents +- [Prerequisites](#prerequisites) +- [Local Development Setup](#local-development-setup) + - [Python SDK](#option-1-python-sdk) + - [HTTP API](#option-2-http-api) +- [Optional Features](#optional-features) + - [Enable RAG](#enable-rag) + - [URL Scraping](#url-scraping) + - [File Uploads](#file-uploads) + - [Enable Chat Widget](#enable-chat-widget) + - [Enable Tools Webhook](#enable-tools-webhook) +- [Troubleshooting](#troubleshooting) +- [Attribution](#attribution) + ## Prerequisites Before running RowBoat, ensure you have: