We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e53afa commit cd4b28bCopy full SHA for cd4b28b
module_4_rag/README.md
@@ -82,11 +82,10 @@ features = store.retrieve_online_documents(
82
top_k=3
83
)
84
```
85
-And running `features_df` will show:
+And running `features_df.head()` will show:
86
87
88
-$features_df
89
-
+features_df.head()
90
Embeddings distance
91
0 [0.11749928444623947, -0.04684492573142052, 0.... 0.935567
92
1 [0.10329511761665344, -0.07897591590881348, 0.... 0.939936
0 commit comments