You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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:
The text was updated successfully, but these errors were encountered: