TsgcAIDatabaseVectorPinecone
The component is based on the REST Pinecone API client which allows you to create / update / delete indexes and vectors.
Configuration
- PineconeOptions:
- ApiKey: configure here the API Key provided by pinecone which can be obtained from your pinecone account.
- Environment: by default is the free account "us-west4-gcp-free".
- LogOptions: configure here if you want to store the HTTP requests in a text file.
- PineconeIndexOptions:
- IndexName: the name of the index used to store or query the data.
- ProjectId: the id of the project.