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-docling/README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ In particular, this example expands on the basic RAG demo to show:
20
20
## 📂 Project Structure
21
21
22
22
-**`data/`**: Contains the demo data, including Wikipedia summaries of cities with sentence embeddings stored in a Parquet file.
23
+
- Note, you ahave to use the docling-demo.ipynb to construct the `docling_samples.parquet` file, the `metadata_samples.parquet` file are provided for you.
23
24
-**`example_repo.py`**: Defines the feature views and entity configurations for Feast.
24
25
-**`feature_store.yaml`**: Configures the offline and online stores (using local files and Milvus Lite in this demo).
0 commit comments