Context

Popular software is typically accompanied by well-written documentation. This documentation can be easily aquired. However, it’s utility is severely restricted because searching a collection of documentation is difficult. The current solution of this problem is to rely on a search engine like Google, which resolves queries - often structured as questions without a direct link to the keywords expected in the solution. The goal of this system is to provide a modular framework for local search operations of this nature.

Prototype 1

More research needs to be done on the systems that are suitable for this application. Currently, a language model for query transformation and a fragmented meilisearch index for modular sources is being explored.