examples/rag-docling/README.md
This project demonstrates how to use Feast to power a Retrieval-Augmented Generation (RAG) application.
In particular, this example expands on the basic RAG demo to show:
data/: Contains the demo data, including Wikipedia summaries of cities with sentence embeddings stored in a Parquet file.
docling_samples.parquet file, the metadata_samples.parquet file are provided for you.example_repo.py: Defines the feature views and entity configurations for Feast.feature_store.yaml: Configures the offline and online stores (using local files and Milvus Lite in this demo).The project has two main notebooks:
docling-demo.ipynb: Demonstrates how to use Docling to extract text from PDFs and store the text in a Parquet file.docling-quickstart.ipynb: Shows how to use Feast to ingest the text data and store and retrieve it from the online store.