This commit is contained in:
Nicholas Orlowsky 2023-11-16 13:14:34 -05:00
parent 6fb82475c0
commit 29aec69d4a
No known key found for this signature in database
GPG key ID: BE7DF0188A405E2B
12 changed files with 47 additions and 19 deletions

View file

@ -57,7 +57,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>
@ -76,6 +76,7 @@
<footer>
<hr />
<p style="margin-bottom: 0px;">Copyright &#169; Nicholas Orlowsky 2023</p>
<p style="margin-top: 0px;">Hosting provided by <a href="https://nws.nickorlow.com">NWS</a></p>
<p style="margin-top: 0px; margin-bottom: 0px;">Hosting provided by <a href="https://nws.nickorlow.com">NWS</a></p>
<p style="margin-top: 0px;">Powered by <a href="https://github.com/nickorlow/anthracite">Anthracite Web Server</a></p>
</footer>
</body>