OpenAI Vector Store Integration avatar
OpenAI Vector Store Integration

Deprecated

Pricing

Pay per usage

Go to Store
OpenAI Vector Store Integration

OpenAI Vector Store Integration

Deprecated

Developed by

Jiří Spilka

Jiří Spilka

Maintained by Community

0.0 (0)

Pricing

Pay per usage

0

Total users

1

Monthly users

0

Last modified

a year ago

Vector Store ID

vectorStoreIdstringRequired

Vector Store ID where the data will be stored

OpenAI API KEY

openaiApiKeystringRequired

OpenAI API KEY

Assistant ID

assistantIdstringOptional

The ID of an OpenAI Assistant. This parameter is required only when a file exceeds the OpenAI size limit of 5,000,000 tokens (as of 2024-04-23).

When necessary, the model associated with the assistant is utilized to count tokens and split the large file into smaller, manageable segments.

A list of dataset fields which should be selected from the dataset

datasetFieldsarrayRequired

A list of dataset fields which should be selected from the items, only these dataset fields will remain in the resulting record objects.

For example, when using the website content crawler, you might select dataset fields such as text and url, and metadata.title among others, to be included in the vector store file.

Default value of this property is ["url","text"]

Array of vector store file ids to delete

fileIdsToDeletearrayOptional

Delete specified file ids associated with vector store. This can be useful when one needs to delete files that are no longer needed.

Delete/Create vector store files with a prefix

filePrefixstringOptional

Using a file prefix streamlines the management of vector store file updates by eliminating the need to track each file's ID. For instance, if you set the filePrefix to 'apify-advisor', the Actor will initially locate all files in the vector store with this prefix. Subsequently, it will delete these files and create new ones, also prefixed accordingly.

Save crawled files (docs, pdf, pptx) to OpenAI File Store

saveCrawledFilesbooleanOptional

Enables saving files from Apify's key-value store to OpenAI's file store. Useful when utilizing Apify’s website content crawler with the 'saveFiles' option, allowing the found files to be directly store and used in the assistant.

Default value of this property is true

Dataset ID

datasetIdstringOptional

The Dataset ID is provided automatically when the actor is set up as an integration. You can fill it in explicitly here to enable debugging of the actor

Key-value store ID

keyValueStoreIdstringOptional

Apify's key value store ID is provided automatically when the actor is set up as an integration. You can fill it in explicitly here to enable debugging of the actor

Save all files in the Apify key-value store

saveInApifyKeyValueStorebooleanOptional

Save all created files in the Apify Key-Value Store to easily check and retrieve all files (this is typically used when debugging)

Default value of this property is false