5 comments

[ 1.8 ms ] story [ 23.6 ms ] thread
Hey 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!
Why 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!