-
Notifications
You must be signed in to change notification settings - Fork 103
Related content using embeddings #79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
enhancement
New feature or request
Comments
simonw
referenced
this issue
Aug 15, 2023
select
til.topic, til.slug, til.title, til.created
from til
join similarities on til.path = similarities.other_id
where similarities.id = 'python_pyproject.md'
order by similarities.score desc limit 10 |
Didn't quite work:
|
simonw
added a commit
that referenced
this issue
Aug 15, 2023
Here's the TIL with the full write-up: https://til.simonwillison.net/llms/openai-embeddings-related-content |
simonw
added a commit
to simonw/openai-to-sqlite
that referenced
this issue
Aug 15, 2023
The related content for the new article looks good:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm writing a TIL about this as I go.
The text was updated successfully, but these errors were encountered: