An open API service indexing awesome lists of open source software.

https://github.com/harryscholes/pinecone-multi-entity-recommender


https://github.com/harryscholes/pinecone-multi-entity-recommender

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Pinecone multi-entity recommender

Multi-entity recommender using a Pinecone vector database containing GPT-4 embeddings of the 1,000 most popular movies from IMDb, TV shows from IMDb, and books from Goodreads.

## Setup

```
conda create -n pinecone-multi-entity-recommender python=3.11
conda activate pinecone-multi-entity-recommender
pip install -r requirements.txt
```