Skip to content
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

[DEMO] generate blog posts or jupyter notebooks based on a list of questions and answers #285

Closed
amirfz opened this issue Jan 29, 2024 · 4 comments

Comments

@amirfz
Copy link
Contributor

amirfz commented Jan 29, 2024

PROBLEM
our current transcript summarizer generates a summary of the talk takeaways, and separately a summary of the questions and answers. it would be interesting to to add a third artifact where it takes in a list of selected questions and answers from the talk to create a blog post, or a jupyter notebook to demo the ideas presented in the talk.

SOLUTION
currently the summarization is done using only llm calls, we can use the QA agent (eg. to access google search and add details beyond just the talk transcript) to write the first draft of the blog or jupyter notebook

ALTERNATIVES
n/a

OTHER INFO
n/a

@amirfz
Copy link
Contributor Author

amirfz commented Feb 1, 2024

q: what questions are you referring to?

a: I am referring to the question and answers that the other pipeline you're working on would generate (from meeting transcription to question / answer pairs). I'm assuming that not all of them would be interesting to use as the base for a blog post. so I'm imagining your wip pipeline produces am .rst file with questions and answers, and then we would edit that file and remove anything that might not be interesting for the blog, or add any extra details we think should be there, and then feed that edited file as input to this new pipeline

@amirfz amirfz changed the title [FEATURE] generate blog posts or jupyter notebooks based on a list of questions and answers [DEMO] generate blog posts or jupyter notebooks based on a list of questions and answers Apr 2, 2024
@amirfz
Copy link
Contributor Author

amirfz commented Apr 2, 2024

Sherpa - blog writer - Frame 1

@amirfz
Copy link
Contributor Author

amirfz commented Apr 2, 2024

the idea is to start from this script and modify it to be based on the configuration based system: https://github.com/Aggregate-Intellect/sherpa/blob/main/scripts/transcript_summarizer_aws_lambda.py

@artificialfintelligence
Copy link
Contributor

Updated diagram (closer to the version that was demo'ed):
Sherpa - blog writer - Frame 1

@linear linear bot closed this as not planned Won't fix, can't repro, duplicate, stale Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants