Docusearch.ai

Docusearch.ai

Stackoverflow on steroids. Eliminate your coding woes with a knowledge base and chatgpt.

The problem Docusearch.ai solves

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

Challenges I ran into

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