Async workflows, dealing with large files, vector embeddings, ChatGPT, MySQL full-text indices - Processing podcasts
Check out the repo here: https://github.com/Computer-Science-Simplified/podcast-searching
Inspiring blog for me! I'm also considering about some podcast related product! Feel free to give me more comments!
Any other better database to recommend?
Pinecone is a vector database specifically made for use cases such as OpenAI embeddings. Neo4j is a graph database that is very good for recommendations, for example.
Thanks. I will use Supabase as my mobile app’s database, which also include vector db feature
Check out the repo here: https://github.com/Computer-Science-Simplified/podcast-searching
Inspiring blog for me! I'm also considering about some podcast related product! Feel free to give me more comments!
Any other better database to recommend?
Pinecone is a vector database specifically made for use cases such as OpenAI embeddings. Neo4j is a graph database that is very good for recommendations, for example.
Thanks. I will use Supabase as my mobile app’s database, which also include vector db feature