OpenAI Vector Store Integration
Deprecated
Pricing
Pay per usage
OpenAI Vector Store Integration
Deprecated
0.0 (0)
Pricing
Pay per usage
0
Total users
1
Monthly users
0
Last modified
a year ago
Assistant ID
assistantId
stringOptional
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
datasetFields
arrayRequired
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
fileIdsToDelete
arrayOptional
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
filePrefix
stringOptional
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
saveCrawledFiles
booleanOptional
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
datasetId
stringOptional
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