LivingStories-DevTeam / Living-Stories-App

4 stars 1 forks source link

Determine Database Choice Based on Recommendation Engine Logic #91

Closed JohnsL-U closed 11 months ago

JohnsL-U commented 11 months ago

Description: We need to decide on the appropriate database technology for our recommendation engine. This decision is influenced by the complexity of the recommendation logic and whether our existing PostgreSQL database can support it.

Tasks:

JohnsL-U commented 11 months ago

For the existing model, we have to use a vector database exclusive for the recommendation engine. Pinecone is a good alternative that offers an API and free tier would be sufficient for our use case. Let me know what you think!