- loader.py - Collection of python code to calculate vector embeddings for given data and upsert them into pinecone.
- analysis.py - Another function to build a question-answer system based on pinecone vectors.
python3 -m venv .venvcreate virutal env with python3source .venv/bin/activateactivate virtual envpip install -r requirements.txtinstall required dependencies
- PINECONE_API_KEY - pinecone api key to access embeddings index