- 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 .venv
create virutal env with python3source .venv/bin/activate
activate virtual envpip install -r requirements.txt
install required dependencies
- PINECONE_API_KEY - pinecone api key to access embeddings index