adityamparikh commented on issue #69: URL: https://github.com/apache/solr-mcp/issues/69#issuecomment-4681555477
Hi @shahzadarain, Thanks for picking this up! Indexing markdown alongside the existing xml/json/csv — rather than only a flat text blob — is the right call. If you want to create a fresh PR, I am happy to close https://github.com/apache/solr-mcp/pull/88. The LLM can non-deterministically convert arbitrary formats to markdown and then invoke this tool. We'd need to think about having a stable id to ensure idempotent behavior. We also need to ensure that the LLM does not try to invoke this tool if xml/json/csv docs are supplied by updating the tool descriptions something like: "Do NOT use for JSON/CSV/XML; use index-json/csv/xml-documents instead, only convert to Markdown when there's no dedicated tool for the source format." -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
