Since everyone's taking to X, LinkedIn, and medium to post their blogs and even GitHub gists, there should be support to ingest that and create illustrations.
We can reach out to open source projects too, if we get something like gh/repoName to end up with an illustration
Potention solution:
Take all the content pick keywords, and build a context that talks about all the significance of each keyword, and then we build queries for each keyword use query expansion for this.
Once that is done for each query, we throw that into the agent to build the prompt with these queries in a JSON format. The end code must include all the keywords and its explanations.
Gotta figure if we shd use JSON to ingest or raw text tho
Since everyone's taking to X, LinkedIn, and medium to post their blogs and even GitHub gists, there should be support to ingest that and create illustrations.
We can reach out to open source projects too, if we get something like gh/repoName to end up with an illustration
Potention solution:
Take all the content pick keywords, and build a context that talks about all the significance of each keyword, and then we build queries for each keyword use query expansion for this.
Once that is done for each query, we throw that into the agent to build the prompt with these queries in a JSON format. The end code must include all the keywords and its explanations.
Gotta figure if we shd use JSON to ingest or raw text tho