I recently completed the embedding course as part of the AI engineer path. The practice project is to create an AI movie recommendation app. I was wondering how hard would it be to use an API for the movie database instead of the one provided. Some obvious issues for this is
- How to convert API data into a vector database on Supabase?
- How does embeddings work at scale?
Anyone have any thoughts on this?