Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Misspelling
  • Loading branch information
levelingup authored Aug 30, 2023
1 parent d11b796 commit 3270cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ai/image_search/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ In this example we're implementing image search using the [OpenAI CLIP Model](ht
We're implementing two methods in the [`/image_search/main.py` file](/image_search/main.py):

1. The `seed` method generates embeddings for the images in the `images` folder and upserts them into a collection in Supabase Vector.
2. Thw `search` method generates an embedding from the search query and performs a vector similarity search query.
2. The `search` method generates an embedding from the search query and performs a vector similarity search query.

## Setup

Expand Down

0 comments on commit 3270cda

Please sign in to comment.