How to import a value from external web into Flowise? How to connect R studio and Flowise? #4031
Unanswered
sybil-boer
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I'm trying to pass an externally calculated value to Flowise as an additional input for an LLM.
Setup:
The value is computed using R Studio.
It is hosted on a private IP address via Plumber API.
I attempted to retrieve the value in Flowise using the Requests Get tool, but it didn’t work.
Possible Issue:
Flowise may not be able to access private IP addresses directly.
Questions:
What is the best way to send this external value to Flowise?
If Flowise cannot reach private IP addresses, are there any workarounds?
I’d appreciate any guidance or suggestions.
Best,
Sybil
Beta Was this translation helpful? Give feedback.
All reactions