RAG Overview
RAG Overview
1.Documentation,bing search,csv,sql,Chatgpt
a)Backend
b)Frontend
1.Home.py
2) GIS Code
Frontend------- LLM_Geo_AP14.ipyb (Where all the Data Locations(Files),TASK then all the
functions and methods are called)
c) helper.py ------- Extract the code or text from the LLM generated response and
Prompts
a) Graph related
b) Operation related
c) Assembly Role
d) Debug Related
e) Operation Review related
f) Assembly review related
Code
a) Data Locations
b) Generated a graph
c) Extract operations from graph
d) For each operation LLm generates the Python Code
Operation
a) HW (geometry)
To generated the code related to graph, then get_LLM_reply_for_graph function is called then
inside it get_LLm_reply is called
Prompt---- to the get_LLm_reply--- response ---- from the response we need to extract
the code ---- helper.extract code
3 files