OpenAI Vector Store Integration avatar
OpenAI Vector Store Integration

Pricing

Pay per usage

Go to Store
OpenAI Vector Store Integration

OpenAI Vector Store Integration

jiri.spilka/openai-vector-store-integration

Developed by

Jiří Spilka

Maintained by Apify

The Apify OpenAI Vector Store integration uploads data from Apify Actors to the OpenAI Vector Store linked to OpenAI Assistant.

4.8 (5)

Pricing

Pay per usage

13

Monthly users

20

Runs succeeded

71%

Response time

1.2 days

Last modified

2 months ago

FI

Fields Reading Problem

Closed
fillipeweb opened this issue
2 months ago

When receiving data from Facebook ad library scraper by Curious Coder the run crashes reading the fields.

Dataset fields:

[ "ad_archive_id", "collation_count", "page_name", "page_id", "snapshot.body.text", "snapshot.cards[0].body", "snapshot.cards[0].link_description", "snapshot.caption", "snapshot.cta_type", "snapshot.link_url", "total_active_time", "start_date", "end_date" ]

jiri.spilka avatar

Thank you for reporting the issue!

The crash was caused by improper handling of nested or missing fields and array-based syntax (e.g., snapshot.cards[0].body). The following fixes were made:

  • Fields like snapshot.cards[0].body or snapshot.body.text are now safely handled, returning empty values if missing or out of range instead of crashing.
  • Array indexing and slicing (e.g., snapshot.cards[:].body) are now supported.

I have tested it, and it seems to be working without errors. Please try the latest version and let me know if any issues persist. Thank you! Jiri

jiri.spilka avatar

I'll go ahead and close this issue now. Please feel free to ask questions or raise a new issue. Jiri

Pricing

Pricing model

Pay per usage

This Actor is paid per platform usage. The Actor is free to use, and you only pay for the Apify platform usage.