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

Assistants

Path: openai.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.

Threads

Path: openai.db.threads.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.

Vector Stores

Path: openai.db.vectorStores.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.