The Simple AI Search feature searches for manuals related to the entered question, and uses only those search results as reference information to generate responses via a large language model (LLM).
The specific process and data handling are as follows.
- Searching for Related Manuals
Based on the question entered by the user, a search for related manuals (vector search) is performed.
- Generating a Response
Using the retrieved search results (up to 3 results) as reference information, a response is generated by the LLM.
- Ensuring Data Security
During the search and response generation process, the system does not learn from the manual information.
In addition, a mechanism is in place to prevent data from being sent externally, and since data is separated for each company, it will never be mixed with data from other companies.