You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the use cases I have to is look at legacy COBOL code and generate summaries and use that output to create requirements documents for greenfield app rewrite.
I have been having a fair amount of success with RAG & LLMs but I really like the bottom up summarization approach rekt takes. I would like to see if we get better results with this tool.
It would be great if the task can:
Print/output all the individual summaries in a json(?) format.
Also, output the summary of the entire program in the text(?) format bringing all the AST and data structure summaries together.
Is this doable?
The text was updated successfully, but these errors were encountered:
The first piece of functionality should be working in commit a28e1ecf345cf9153a16afac9e93fcc2ce419868. The only commands you need to run are "BUILD_BASE_ANALYSIS WRITE_LLM_SUMMARY".
Note that this does not populate the graph DB with the summaries, but simply outputs it as a JSON file.
For now, populating the graph DB is a separate task.
Let me know if this fits your use case.
One of the use cases I have to is look at legacy COBOL code and generate summaries and use that output to create requirements documents for greenfield app rewrite.
I have been having a fair amount of success with RAG & LLMs but I really like the bottom up summarization approach rekt takes. I would like to see if we get better results with this tool.
It would be great if the task can:
Is this doable?
The text was updated successfully, but these errors were encountered: