-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
Comments
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 Then you can modify this at will |
Sounds promising!
David Jones (MVP)
…________________________________
From: Andrei Ignat ***@***.***>
Sent: Sunday, July 7, 2024 8:22:34 PM
To: ignatandrei/NETCoreBlockly ***@***.***>
Cc: David Jones (MVP) ***@***.***>; Author ***@***.***>
Subject: Re: [ignatandrei/NETCoreBlockly] Blockly AI (Issue #170)
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
—
Reply to this email directly, view it on GitHub<#170 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AC7U2EMLZHBWYDQYGML56ZDZLEJGVAVCNFSM6AAAAABKPGIEQ2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMJSGM4TSMZUGQ>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
How should Chat GPT etc be applied to Blockly context? Trying to get my head around what it means.
The text was updated successfully, but these errors were encountered: