@gravityai-dev/pinecone
Version:
Pinecone vector database nodes for GravityWorkflow - knowledge management and vector operations
10 lines • 478 B
TypeScript
/**
* Fetch all vectors from a Pinecone namespace
* @param indexOperation - The Pinecone index operation (already namespaced)
* @param limit - Maximum number of vectors to fetch
* @param workflowId - Workflow ID for logging
* @param runId - Run ID for logging
* @returns Array of vectors with metadata
*/
export declare function fetchAllVectors(indexOperation: any, limit?: number, workflowId?: string, runId?: string): Promise<any[]>;
//# sourceMappingURL=fetch.d.ts.map