-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding additional node in the node-hub #620
Conversation
@haixuanTao Can you make dynamic node example that the node can handle both input and output. Basically it is similar to LLM ReAct pattern: User <---> LLM, the User take keyboard input, send to LLM as query prompts, and LLM send back the inference result back to the User and print out the result |
Sure thing! |
2c189f9
to
69e1178
Compare
Screencast.from.2024-08-13.11-41-16.webmSo I have added:
I'm having some technical issues with using LLM due to VPN issues and i'm afraid it might be not reproducible but the |
bd22001
to
0efd740
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi! Looks good to me. Be careful, you left some audio files in the commit.
…ow throughout time
449cf8a
to
7308264
Compare
04d78ca
to
2b611af
Compare
pyarrow-sender
and terminal-print
in the node-hub
In order to simplify testing with a terminal, I have added couple of simple nodes in the node-hub.
To use:
Note that there might be issues with stopping the dataflow and you might need to use
dora destroy
Video example
Screencast.from.2024-08-09.12-41-17.webm