Searching for what you are looking for within VIKTOR can be a challenge. Therefore, we now introduce the VIKTOR search app! This app makes use of the same LLM model as ChatGPT and can answer your questions based on the context, instead of just keywords. In case no answer is found, you can always check the most relevant links, since all the sources are provided as well!
In the background, the app works in a similar way as our document searcher app. First, embeddings are created of all the VIKTOR documentation and community forum. When a question is asked, the question is also embedded. Then, using cosine similarity, the closest context is found, based on the question. Finally, the answer is created related to the provided question and context. This LLM technique is also referred to as retrieval augmented generation (RAG).
What do you think of the app? Does the app answer your questions as expected? For any questions about the app, please let me know!