OpenAI Vector Store Integration
No credit card required
OpenAI Vector Store Integration
No credit card required
The Apify OpenAI Vector Store integration uploads data from Apify Actors to the OpenAI Vector Store linked to OpenAI Assistant.
Do you want to learn more about this Actor?
Get a demoAssistant 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"]
Delete/Create vector store files with a prefix
filePrefix
stringOptional
Using a file prefix helps with 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.
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.
Save crawled files (docs, pdf, pptx) to OpenAI File Store
saveCrawledFiles
booleanOptional
Save 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 stored.
Default value of this property is true
Apify's 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
Apify's Key-value store ID (source for json, pdf, pptx files)
keyValueStoreId
stringOptional
This is the ID for the Key-value store on Apify, which serves as the data source for json, pdf, and pptx files. This ID is automatically provided when the actor is integrated. However, you can manually enter the ID here for debugging purposes.
Actor Metrics
24 monthly users
-
7 stars
77% runs succeeded
3.2 days response time
Created in Apr 2024
Modified 7 days ago