Skip to content

Commit

Permalink
Update docs/integrations_bedrock.md
Browse files Browse the repository at this point in the history
Co-authored-by: Greg Richardson <[email protected]>
  • Loading branch information
olirice and gregnr authored Feb 1, 2024
1 parent 6571a6c commit ee6a699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/integrations_bedrock.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ sentences.create_index()

### Querying for Most Similar Sentences

Now, we query the sentences collection to find the most similar sentences a sample query sentence. First need to create an embedding for the query sentence. Next, we query from the collection we created earlier to find the most similar sentences.
Now, we query the `sentences` collection to find the most similar sentences to a sample query sentence. First need to create an embedding for the query sentence. Next, we query the collection we created earlier to find the most similar sentences.

```python
query_sentence = "A quick animal jumps over a lazy one."
Expand Down

0 comments on commit ee6a699

Please sign in to comment.