I noticed that after llamaindex 0.10.20, you switched from Sphinx to MkDocs for documentation. Could you share why you made this change? What were the considerations? Thanks a lot!
We needed to build api-docs across all packages in our monorepo
Sphinx didn't seem to allow this from what I could tell (it required every package to be installed, which isn't possible when you have 500 integrations lol)
Thank you, I understand now. I noticed that Mendable provides a document AI assistant service for you. Did you create the assistant directly based on the Mendable service, or was it trained by your team? Have you tried using llamaindex to implement a local AI document assistant and modify Mendable's endpoint to access the service within the docs? I'm curious whether Mendable's endpoint can be modified.