Pinecone Vector Database

Pinecone vector database integration for Delphi. Store embeddings, perform similarity search, and build AI-powered retrieval systems.

Capabilities

  • Create and manage Pinecone indexes
  • Upsert, query, and delete vectors
  • Metadata filtering with advanced query syntax
  • Namespace support for data isolation
  • Serverless and pod-based index support

Delphi Example

uses
  sgcAI_Pinecone;

var
  Pinecone: TsgcAIPinecone;
begin
  Pinecone := TsgcAIPinecone.Create(nil);
  Pinecone.ApiKey := 'your-pinecone-key';
  Pinecone.Environment := 'us-east-1-aws';
  Results := Pinecone.Query('my-index', QueryVector, 5);
end;

Documentation & Demos

Deep-link to the component reference, grab the ready-to-run demo project, and download the trial.

Ready to Use Pinecone?

Download the free trial and start building in minutes.