Thanks to visit codestin.com
Credit goes to github.com

Skip to content

chaserx/pinecone_quickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pinecone Quickstart

This repository contains a script to create an index in Pinecone.

Usage

  1. Install the dependencies using uv
uv pip install
  1. Copy the .env.sample file to .env and add your Pinecone API key
cp .env.sample .env
  1. Run the script
uv run main.py
  1. Check the index in Pinecone

  2. Copy the host information from the index settings page and use in your AWS Bedrock Knowledge Base configuration.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages