Merge branch 'main' of github.com:nickorlow/personal-site

This commit is contained in:
Nicholas Orlowsky 2023-08-20 13:48:09 -05:00
commit 178550a1a8
No known key found for this signature in database
GPG key ID: 24C84C4DDAD95065
2 changed files with 5 additions and 5 deletions

View file

@ -43,7 +43,7 @@
</p>
<p>
Embeddings was chosen as the lookup method that way we don't have to worry about data being parsed out of the email being an exact
I chose embedding as the lookup method so that we don't have to worry about the data parsed out of the email being an exact
match for what the user inputted. This also allows the lookup to work even when certain things such as location are missing from the
email.
</p>