Rob
Rob
> I have switched to using the new custom components to do this. Such an amazing feature! @boarder7395 cool! do you want to share with us an example how to...
dark mode is gone again 
it's working again
`brew install espeak` installs this but does not clear the error
this solved it for me: `brew install espeak` `export PHONEMIZER_ESPEAK_LIBRARY=/opt/homebrew/Cellar/espeak/1.48.04_1/lib/libespeak.1.1.48.dylib`
Version independent: `export PHONEMIZER_ESPEAK_LIBRARY=$(find /opt/homebrew/Cellar/espeak -name "libespeak.dylib" | sort -r | head -n 1)` Also consider to add this line to your `.zshenv` file for persistence.
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...
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.
I implemented another way using native multimodal capabilities of (VertexAI / Gemini) models to use PDF files.
Is this working for you? I'm fighting with this error when implementing an MCP (model context protocol) server. Thank you.