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
Add GitHub Actions workflow for deploying to GitHub Pages
- Create a new workflow file `gh-pages.yml` to automate deployment to GitHub Pages.
- Set up steps for checking out the repository, installing `uv`, setting up Python, installing dependencies, building the site with MkDocs, and deploying the built site.
- Ensure the workflow triggers on pushes and pull requests to the main branch.
Copy file name to clipboardExpand all lines: docs/index.md
+1-15Lines changed: 1 addition & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,22 +19,8 @@ This book provides a structured approach to evolving Retrieval-Augmented Generat
19
19
20
20
At the core of this book is the RAG improvement flywheel - a continuous cycle that transforms user interactions into product enhancements.
21
21
22
-
```mermaid
23
-
graph TD
24
-
A[Synthetic Data & Evaluation] --> B[Learning from Evaluations]
25
-
B --> C[UX Design & Feedback Collection]
26
-
C --> D[User Segmentation & Analysis]
27
-
D --> E[Building Specialized Capabilities]
28
-
E --> F[Unified Product Architecture]
29
-
F --> A
30
-
31
-
style A fill:#f9f,stroke:#333,stroke-width:2px
32
-
style C fill:#bbf,stroke:#333,stroke-width:2px
33
-
style E fill:#dfd,stroke:#333,stroke-width:2px
34
-
```
35
-
36
22
!!! tip "Beyond Technical Implementation"
37
-
This book goes beyond teaching you how to implement RAG. It shows you how to think about RAG as a product that continuously evolves to meet user needs and deliver business value.
23
+
This book goes beyond teaching you how to implement RAG. It shows you how to think about RAG as a product that continuously evolves to meet user needs and deliver business value.
0 commit comments