You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to load documents from my backend, either through a single API call that returns all the data formatted as JSON (with the expected structure including pageContent and metadata), or preferably through multiple API calls in a loop to retrieve each document individually.
In both scenarios, I need to call an API, receive the response as JSON, and convert this JSON into documents using a Custom Document Loader. I would rather keep the logic in Flowise, but I guess I could also load directly from the API if needed.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I need to load documents from my backend, either through a single API call that returns all the data formatted as JSON (with the expected structure including pageContent and metadata), or preferably through multiple API calls in a loop to retrieve each document individually.
In both scenarios, I need to call an API, receive the response as JSON, and convert this JSON into documents using a Custom Document Loader. I would rather keep the logic in Flowise, but I guess I could also load directly from the API if needed.
Is there a way to achieve this?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions