Skip to content

Commit f9cf975

Browse files
chore: Adding link to github repo for docling demo
Signed-off-by: Francisco Javier Arceo <[email protected]>
1 parent 768e6cc commit f9cf975

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/tutorials/rag-with-docling.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ This tutorial demonstrates how to use Feast with [Docling](https://github.com/do
44

55
## Overview
66

7+
> [!NOTE]
8+
> This tutorial is available [on our GitHub here](https://github.com/feast-dev/feast/tree/master/examples/rag-docling)
9+
710
RAG is a technique that combines generative models (e.g., LLMs) with retrieval systems to generate contextually relevant output for a particular goal (e.g., question and answering). Feast makes it easy to store and retrieve document embeddings for RAG applications by providing integrations with vector databases like Milvus.
811

912
The typical RAG process involves:

0 commit comments

Comments
 (0)