ignatandrei / NETCoreBlockly

.NET Core API to Blockly - generate from WebAPI, Swagger, OData, GraphQL => https://visualapi.azurewebsites.net/
https://ignatandrei.github.io/BlocklyAutomation/
MIT License
175 stars 37 forks source link

Blockly AI #170

Open djaus2 opened 1 month ago

djaus2 commented 1 month ago

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

ignatandrei commented 1 month ago

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 commented 1 month ago

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 GitHubhttps://github.com/ignatandrei/NETCoreBlockly/issues/170#issuecomment-2212399344, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AC7U2EMLZHBWYDQYGML56ZDZLEJGVAVCNFSM6AAAAABKPGIEQ2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMJSGM4TSMZUGQ. You are receiving this because you authored the thread.Message ID: @.***>