Overview

Document retrieval and question-answering using vector search and local LLMs.

This tutorial does not ship as an importable template. Build it manually by following the steps below.

Demo

Tags

chat, rag

Workflow Diagram

graph TD formattext_9["FormatText"] hybridsearch_8e9b81["HybridSearch"] query_2cff53["Query"] agent_d83380["Agent"] query_2cff53 --> hybridsearch_8e9b81 hybridsearch_8e9b81 --> formattext_9 query_2cff53 --> formattext_9 formattext_9 --> agent_d83380