marella / chatdocs

Chat with your documents offline using AI.
MIT License
684 stars 99 forks source link

Excel Minutes of the meeting creation #37

Open skye-repos opened 1 year ago

skye-repos commented 1 year ago

Hi!

It would be nice if with langchain, a prompt could be passed for an Llm to create structured output like json which can then be parsed to excel.

Inspiration: https://github.com/Parassharmaa/mom-ai/blob/main/generate_mom.py https://python.langchain.com/docs/modules/model_io/output_parsers/structured

I'll try to sketch up a draft myself, but thought I should mention it here.

Skye