OpenAI Vector Store Integration avatar
OpenAI Vector Store Integration
Try for free

No credit card required

View all Actors
OpenAI Vector Store Integration

OpenAI Vector Store Integration

jiri.spilka/openai-vector-store-integration
Try for free

No credit card required

The Apify OpenAI Vector Store integration allows dynamic updates to the OpenAI Assistant files.

OpenAI Vector Store Integration (OpenAI Assistant)

The Apify OpenAI Vector Store integration allows dynamic updates to the OpenAI Assistant files. It assumes that you have already created an OpenAI Assistant and OpenAI Vector Store and you need to regularly update the files to provide up-to-date responses.

⚠️ Note: This Actor is meant to be used together with other Actors' integration sections. For instance, if you are using the Website Content Crawler, you can activate Vector Store Files integration to save web data for your OpenAI assistant.

Is there anything you find unclear or missing? Please don't hesitate to inform us by creating an issue.

How does OpenAI Assistant Integration work?

Data for the Vector Store and Assistant are provided by various Apify actors.

The integration process includes:

  • Loading data from an Apify Actor
  • Processing the data to comply with OpenAI Assistant limits (max. 1000 files, max 5,000,000 tokens)
  • Creating OpenAI files OpenAI Files
  • [Optional] Removing existing files from the Vector Store (specified by file_ids_to_delete and/or file_prefix)
  • Adding the newly created files to the vector store.
  • [Optional] Deleting existing files from the OpenAI files (specified by file_ids_to_delete and/or file_prefix)

How much does it cost?

Find the average usage cost for this actor on the pricing page under the Which plan do I need? section. Additional costs are associated with the use of OpenAI Assistant. Please refer to their pricing for details.

Before you start

To utilize this integration, ensure you have:

Inputs

Refer to input schema for details.

  • vector_store_id - OpenAI Vector Store ID
  • openai_api_key - OpenAI API key
  • assistant_id: 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.
  • fields - Array of fields you want to save, e.g., ["url", "text", "metadata.title"].
  • file_ids_to_delete - Delete specified file IDs from vector store as needed.
  • file_prefix - Delete and create files using a file_prefix, streamlining vector store updates.
  • dataset_id: [Debug] Dataset ID (when running Actor as standalone without integration).

Outputs

This integration saves selected fields from your Actor to the OpenAI Assistant and optionally to Actor Key Value Storage (useful for debugging).

Want to talk to other devs or get help?

Join our developer community on Discord to connect with others and discuss this and other integrations.

Need data for your LLMs?

Utilize the Apify platform to gather data for your large language models. Our Actors can automatically ingest entire websites, such as customer documentation, knowledge bases, help centers, forums, blog posts, and other information sources to train or prompt your LLMs. Integrate Apify into your product and allow your customers to upload their content in minutes.

Developer
Maintained by Community
Actor metrics
  • 1 monthly users
  • 97.0% runs succeeded
  • days response time
  • Created in Apr 2024
  • Modified 18 days ago