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:
- Remove forced tools (Search would naturally find PDF contents)
- Eliminate RAG uploads entirely (everything in forum topics)
- Simplify the system significantly
Discuss this on our forum.