Skip to content
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

Blockly AI #170

Open
djaus2 opened this issue Jul 7, 2024 · 2 comments
Open

Blockly AI #170

djaus2 opened this issue Jul 7, 2024 · 2 comments

Comments

@djaus2
Copy link

djaus2 commented Jul 7, 2024

How should Chat GPT etc be applied to Blockly context? Trying to get my head around what it means.

@ignatandrei
Copy link
Owner

I want to do with RAG . That means, add RAG from webAPI and then with a LLM ( either local, either Azure ) make the blocks that you need.

For example

Your app have an WebAPI that add give the weather from locations ( SanFrancisco, NewYork , and so on) and with dates .

Blockly has a RAG that is training with your local api.

Then the user say: give me the blocks to compute the weather for the next 7 days in Yokohama

It generates blocks
current date
for loop from 0 to 6 with the date adding i from current
calling current api with Yokohama and date

Then you can modify this at will

@djaus2
Copy link
Author

djaus2 commented Jul 7, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants