We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 13b9a16 + 3047665 commit bab0f1dCopy full SHA for bab0f1d
docs/examples/index.md
@@ -1,6 +1,16 @@
1
# Examples
2
3
<div class="grid cards" markdown>
4
+
5
+- :material-code-braces-box:{ .lg .middle } __Connecting Movies and Reviews__
6
7
+ ---
8
+ This example shows how to build a system that can search movie reviews for certain types
9
+ of comments---such as “What is a good family movie?”---and then immediately connect the
10
+ resulting reviews to the movies they are discussing.
11
12
+ [:material-fast-forward: Movie Reviews Example](movie-reviews-graph-rag.ipynb)
13
14
- :material-code-braces-box:{ .lg .middle } __Lazy Graph RAG__
15
16
---
0 commit comments