This repository contains a script to create an index in Pinecone.
- Install the dependencies using uv
uv pip install- Copy the .env.sample file to .env and add your Pinecone API key
cp .env.sample .env- Run the script
uv run main.py-
Check the index in Pinecone
-
Copy the host information from the index settings page and use in your AWS Bedrock Knowledge Base configuration.