TsgcAIDatabaseVectorPinecone › Methods
TsgcAIDatabaseVectorPinecone Methods
Public methods grouped by purpose, followed by the full alphabetical list.
Ingest
| Name | Description |
| BeginAddData | Opens a batch of vectors that will be sent to Pinecone in a single upsert call. |
| AddData | Queues a single vector inside the current Pinecone upsert batch. |
| EndAddData | Sends the accumulated vectors to Pinecone in a single upsert request. |
Query
| Name | Description |
| QueryData | Runs a similarity query against the Pinecone index and returns the raw JSON response. |
All Methods (alphabetical)
| Name | Description |
| AddData | Queues a single vector inside the current Pinecone upsert batch. |
| BeginAddData | Opens a batch of vectors that will be sent to Pinecone in a single upsert call. |
| EndAddData | Sends the accumulated vectors to Pinecone in a single upsert request. |
| QueryData | Runs a similarity query against the Pinecone index and returns the raw JSON response. |