Skip to content

Commit cd4b28b

Browse files
updated
Signed-off-by: Francisco Javier Arceo <[email protected]>
1 parent 4e53afa commit cd4b28b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

module_4_rag/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,10 @@ features = store.retrieve_online_documents(
8282
top_k=3
8383
)
8484
```
85-
And running `features_df` will show:
85+
And running `features_df.head()` will show:
8686

8787
```
88-
$features_df
89-
88+
features_df.head()
9089
Embeddings distance
9190
0 [0.11749928444623947, -0.04684492573142052, 0.... 0.935567
9291
1 [0.10329511761665344, -0.07897591590881348, 0.... 0.939936

0 commit comments

Comments
 (0)