chatgpt assistant API with dynamic data?
I'd like to incorporate chatgpt inside of my website. my website dynamically pulls new data every day, and is "forward looking" about 7 days or so. the data is coming from a database.
i'm curious, has anyone tried using assistants api with dynamic proprietary data? my thought is use a script that auto-dumps the data into json format (one of the readable extensions assistants can use) daily, then on the site back end use vector_store expiration policies at 1 day.
the other option is, I hard-reboot the back end at like 3AM each today to force-load the new files, and my script just dumps the db as a same file name.
thoughts?
0 Replies