Skip to main content
The Pinecone plugin syncs data locally. Use corsair.pinecone.db.<entity>.search({ data, limit?, offset? }) with the filters listed per entity.

Assistant Files

Path: pinecone.db.assistantFiles.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Assistants

Path: pinecone.db.assistants.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Backups

Path: pinecone.db.backups.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Collections

Path: pinecone.db.collections.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Indexes

Path: pinecone.db.indexes.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Models

Path: pinecone.db.models.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Namespaces

Path: pinecone.db.namespaces.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Restore Jobs

Path: pinecone.db.restoreJobs.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Vectors

Path: pinecone.db.vectors.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.