Skip to content

Commit

Permalink
tweak article for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
slowSort authored Jul 10, 2024
1 parent ee1ee62 commit 87c281a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion _posts/2023-11-03-embeddings.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ Here I use the OpenAI embeddings API to get a 5x speed increase in our template

### Where we started

Previously, we provided the title of a new page and all of our template names to GPT. We then asked it to return a JSON formatted list of similar templates.
Users would provide a page title they wanted to use for their new process. We returned to the user a list of relevant example templates based on that page title.

Previously, we provided the title of a new page and all of our template titles to GPT. We then asked it to return a JSON formatted list of similar templates.

For example, with the suggested title “How to call a customer” we get back the following:

Expand Down

0 comments on commit 87c281a

Please sign in to comment.