TsgcAIDatabaseVectorPinecone › Methods

TsgcAIDatabaseVectorPinecone Methods

Public methods grouped by purpose, followed by the full alphabetical list.

Ingest

NameDescription
BeginAddDataOpens a batch of vectors that will be sent to Pinecone in a single upsert call.
AddDataQueues a single vector inside the current Pinecone upsert batch.
EndAddDataSends the accumulated vectors to Pinecone in a single upsert request.

Query

NameDescription
QueryDataRuns a similarity query against the Pinecone index and returns the raw JSON response.

All Methods (alphabetical)

NameDescription
AddDataQueues a single vector inside the current Pinecone upsert batch.
BeginAddDataOpens a batch of vectors that will be sent to Pinecone in a single upsert call.
EndAddDataSends the accumulated vectors to Pinecone in a single upsert request.
QueryDataRuns a similarity query against the Pinecone index and returns the raw JSON response.