You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/rag-retriever/README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
-
# End-to-end RAG example using Feast, Milvus, and OpenShift AI.
1
+
# End-to-end RAG example using Feastand Milvus.
2
2
3
3
## Introduction
4
-
This example notebook provides a step-by-step demonstration of building and using a RAG system with Feast Feature Store and the custom FeastRagRetriever, on OpenShift AI. The notebook walks through:
4
+
This example notebook provides a step-by-step demonstration of building and using a RAG system with Feast Feature Store and the custom FeastRagRetriever. The notebook walks through:
5
5
6
6
1. Data Preparation
7
7
- Loads a subset of the Wikipedia DPR dataset (1% of training data)
@@ -28,13 +28,13 @@ This example notebook provides a step-by-step demonstration of building and usin
28
28
- Perform inference with retrieved context
29
29
30
30
## Requirements
31
-
-An OpenShift cluster with OpenShift AI (RHOAI) 2.20+ installed:
32
-
-The dashboard, feastoperator and workbenches components enabled.
33
-
- Workbench with medium size container, 1 NVIDIA GPU accelerator, and cluster storage of 200GB.
34
-
- A standalone Milvus deployment. See example [here](https://github.com/rh-aiservices-bu/llm-on-openshift/tree/main/vector-databases/milvus#deployment).
31
+
-A Kubernetes cluster with:
32
+
-GPU nodes available (for model inference)
33
+
- At least 200GB of storage
34
+
- A standalone Milvus deployment. See example [here](https://github.com/milvus-io/milvus-helm/tree/master/charts/milvus).
35
35
36
36
## Running the example
37
-
From the workbench, clone this repository: https://github.com/feast-dev/feast.git
37
+
Clone this repository: https://github.com/feast-dev/feast.git
38
38
Navigate to the examples/rag-retriever directory. Here you will find the following files:
39
39
40
40
***feature_repo/feature_store.yaml**
@@ -48,7 +48,7 @@ Navigate to the examples/rag-retriever directory. Here you will find the followi
48
48
***__feature_repo/ragproject_repo.py__**
49
49
This is the Feast feature repository configuration that defines the schema and data source for Wikipedia passage embeddings.
50
50
51
-
***__rag_feast_kfto.ipynb__**
51
+
***__rag_feast.ipynb__**
52
52
This is a notebook demonstrating the implementation of a RAG system using Feast feature store. The notebook provides:
53
53
54
54
- A complete end-to-end example of building a RAG system with:
@@ -60,7 +60,7 @@ Navigate to the examples/rag-retriever directory. Here you will find the followi
60
60
- Uses `all-MiniLM-L6-v2` for generating embeddings
61
61
- Implements `granite-3.2-2b-instruct` as the generator model
62
62
63
-
Open `rag_feast_kfto.ipynb` and follow the steps in the notebook to run the example.
63
+
Open `rag_feast.ipynb` and follow the steps in the notebook to run the example.
0 commit comments