Please, please add support for searching pdf files in forum topics from AI personas - without having to upload them separately!

Current limitation:• Forum semantic search only indexes post text, not PDF attachments• PDF files aren’t searchable via /search AI toggle• To get round this, I had to manually upload PDFs separately to persona RAG

Proposed solution:• Extract text from PDF attachments during embedding generation• Index PDF contents alongside post text• Make PDF-attached topics discoverable via semantic search

Benefits:• Users find technical documentation via forum search• No need to duplicate content (forum post + RAG upload)• Better SEO (PDFs attached to indexed topics)• Simpler architecture (Search command just works)

If you were to implement this, i could potentially:

  1. Remove forced tools (Search would naturally find PDF contents)
  2. Eliminate RAG uploads entirely (everything in forum topics)
  3. Simplify the system significantly


Discuss this on our forum.