Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
Signed-off-by: Francisco Javier Arceo <[email protected]>
  • Loading branch information
franciscojavierarceo committed May 11, 2024
1 parent 4e53afa commit cd4b28b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions module_4_rag/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,10 @@ features = store.retrieve_online_documents(
top_k=3
)
```
And running `features_df` will show:
And running `features_df.head()` will show:

```
$features_df
features_df.head()
Embeddings distance
0 [0.11749928444623947, -0.04684492573142052, 0.... 0.935567
1 [0.10329511761665344, -0.07897591590881348, 0.... 0.939936
Expand Down

0 comments on commit cd4b28b

Please sign in to comment.