HT Docs Helper

By Leeto on Jun 25, 2023
docs helper

HT Docs Helper is an AI assistant that can answer questions about VEYM documents. The frontend is built with Next.js, ChakraUI and tRPC. It is powered by Anthropic’s Claude AI, and is self-hosted on the VEYM ITApps VM in Azure.

docs helper

Docs Helper

Notes

One of the limitations of AI is the length of the context window, which makes it hard to give it specific knowledge like long documents. One way around that is to use embeddings, but I have found the resulting answers to be hit or miss. Claude has a 100k token limit which allows the full text of the various documents to be included in the prompt. This allows the AI to have a better understanding of the context and the answers it has been providing have been pretty much spot on.

© Copyright 2024 by Leeto.