robertZaufall / mindmanager_ai

MindManager Automation and AI Integration on Windows and macOS
MIT License
27 stars 2 forks source link

PDF to mindmap? #1

Open oldschoola opened 1 month ago

oldschoola commented 1 month ago

Is it possible to use this with a pdf?

I see it says "Create a map based on external text data" How would i covert a pdf to the format this can use?

robertZaufall commented 1 month ago

I'm working on this. Typically, this seems to be a standard RAG use case, and there are several frameworks available to accomplish this. The hottest topic regarding RAG at the moment is GraphRAG, which involves RAG in conjunction with knowledge graphs. This can be done, for example, using LlamaIndex/LangChain in combination with Neo4j.

robertZaufall commented 1 month ago

I implemented a first version to summarize a PDF-file and genrate a mindmap from the summary.
The PDF is converted to markdown first using the pymupdf4llm library.