
1
Document (or Web) Search
Documents are generally divided in text segments. Each text segment will receive a value based on it’s content (semantic vector). This allows Genow to perform semantic searches based on the user input. As result of this search, Genow will hand over all relevant text segments to the LLM which will generate the answer in the second step.
2
Answer Generation
The LLM will receive the user input and all relevant text snippets and will then formulate an answer. For each statement, Genow will cite the given text snippets, if possible.
