Show HN: GPTflix: a simple framework for the OpenAI and Pinecone stack
1–6 of 6 posts
Re: Show HN: GPTflix: a simple framework for the OpenAI and Pinecone stack
#2Hey HN people, I'm releasing the source code of my little streamlit app called GPTflix that allows you to interact with >450K movie reviews and plots using vector search and the OpenAI LLMs. Enjoy!
Re: Show HN: GPTflix: a simple framework for the OpenAI and Pinecone stack
#3Why did you decide to use a closed-source vector database if you do open-source?
There are plenty of open-source solutions to choose from: Weaviate, Milvus, or Qdrant. https://github.com/qdrant/qdrant
Disclaimer: I'm from the Qdrant team.
Re: Show HN: GPTflix: a simple framework for the OpenAI and Pinecone stack
#4If you're wanting an end to end solution for something like this, you should check out https://github.com/marqo-ai/marqo. It handles all of this and it's entirely open-source too
Re: Show HN: GPTflix: a simple framework for the OpenAI and Pinecone stack
#5Why did you decide to use a closed-source vector database if you do open-source? There are plenty of open-source solutions to choose from: Weaviate, Milvus, or Qdrant. https://github.com/qdrant/qdrant Disclaimer: I'm from the Qdrant team.
I’d love to try it ! TBH this app was made in less than a day as a proof of concept: my real work focus is on AI for drones and satellite imagery. If you’d like to build an alternative with Qdrant I’d be happy to merge it into the repo!
Re: Show HN: GPTflix: a simple framework for the OpenAI and Pinecone stack
#6If you're wanting an end to end solution for something like this, you should check out https://github.com/marqo-ai/marqo . It handles all of this and it's entirely open-source too
looks cool, thanks !