https://github.com/harryscholes/pinecone-multi-entity-recommender
https://github.com/harryscholes/pinecone-multi-entity-recommender
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/harryscholes/pinecone-multi-entity-recommender
- Owner: harryscholes
- Created: 2023-05-20T12:37:40.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-21T06:46:02.000Z (about 2 years ago)
- Last Synced: 2025-02-05T10:49:32.773Z (4 months ago)
- Language: Jupyter Notebook
- Size: 38.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```