Ask a question to get started
Enter to sendā¢Shift+Enter new line
addVectors( vectors: number[][], documents: Document<Record<string, any>>[],
vectors
number[][]
documents
Document<Record<string, any>>[]
options
string[] | __type
Method that adds vectors to the Pinecone database.
Array of vectors to add to the Pinecone database.
Array of documents associated with the vectors.
Optional ids for the vectors.