Module: Outhad::Integrations::Destination::PineconeDB

Includes:
Core
Defined in:
lib/outhad/integrations/destination/pinecone_db/client.rb

Defined Under Namespace

Classes: Client

Constant Summary collapse

PINECONE_OBJECTS =
[
  { column_name: "id", data_type: "string", is_nullable: false },
  { column_name: "value", data_type: "vector", is_nullable: false },
  { column_name: "meta_data", data_type: "string", is_nullable: false }
].freeze