THE CHALLENGE
Meeting rising demand for accuracy in AI
For enterprise organizations, maintaining a single source of truth for standard operating procedures and software documentation is critical, both for operational consistency and continuity, and increasingly to meet compliance requirements.
Document360 is a flagship knowledge base platform specifically designed to meet this demand. An independent company that sits under the umbrella corporation, Kovai.co, it offers a centralized repository that helps companies reduce support tickets by allowing end users to access information easily.
“If, for example, you are a software company with a public-facing documentation site that uses Document360, most people won’t have to contact your support if they have an issue,” explained Selvaraaju Murugesan, Senior Director of Data Science at Kovai.co. “They simply go to the documentation site and self-serve. Use cases like that are what make Document360 unique.”
To further enhance the experience, Document360 introduced an AI assistant named Eddy. It was an important step forward, but Document360 quickly encountered some complex hurdles. Users rarely asked simple, single-intent questions; instead, they submitted multi-query prompts, such as asking for a country’s capital and its president in one sentence, which the AI initially struggled to parse.
Because AI is a probabilistic engine—relying on maths-based 'best guesses' rather than predictable yes-or-no rules—even a tiny phrasing tweak could shift the numbers behind the search. “Slight variations in how a user phrased a question also often led to entirely different contexts being retrieved,” added Murugesan. “This resulted in inconsistent answers that eroded customer trust.”
To enable reliable semantic search, Document360 evaluated several standalone vector databases. However, the team realized that moving data out of its primary database, MongoDB, presented significant operational risks. Replicating data to an external vector database would require complex, continuous synchronization. More importantly, it threatened compliance and security, as Document360’s intricate access controls were already deeply baked into MongoDB.
“Using a separate vector database for AI use cases meant we had to replicate all the data and keep it in sync,” said Murugesan. “Also, all our access control for every piece of content is baked into MongoDB. The moment we removed it, we had to take those permissions and transfer them to the vector database. That led to a high level of technical overhead.”

