Skip to content
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

Similar Shows Embeddings #962

Open
wesbos opened this issue May 3, 2023 · 1 comment
Open

Similar Shows Embeddings #962

wesbos opened this issue May 3, 2023 · 1 comment
Assignees

Comments

@wesbos
Copy link
Collaborator

wesbos commented May 3, 2023

Each show will have its transcript run through Open AI embeddings API, and that returned vector is stored in a DB.

Then with each vector we can do two things:

  1. recommend similar shows by searching for nearest neighbor
  2. We can even make a chat bot that answers questions like "What does Scott think about CSS variables?".
@wesbos wesbos self-assigned this May 3, 2023
@wesbos
Copy link
Collaborator Author

wesbos commented Oct 19, 2023

cloudflare workers now lets you store embeddings in their DB. So this might be a nice lightweight solution to both generate the embeddings + query them.

I will test to see if openai embeddings are better though

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant