Developers have a hard time getting onboarded to newer technologies/frameworks with just the documentation provided.
With docusearch, they can simply paste the documentation url of the framework they wish to learn, and have detailed answers and insights in a conversational way
The default Gitbook loader from Langchain only loads the external urls and fetches documents from those, I had to workaround that by writing a custom script that loaded internal urls and appended to the entire document data.
Discussion