top | item 34914990

Show HN: GPTflix: a simple framework for the OpenAI and Pinecone stack

4 points| stephanst | 3 years ago |github.com

5 comments

order

stephanst|3 years ago

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!

andre-z|3 years ago

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.

stephanst|3 years ago

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!

jeadie|3 years ago

If 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