Skip to content
This repository has been archived by the owner on Feb 10, 2025. It is now read-only.

Latest commit

 

History

History
39 lines (20 loc) · 1.96 KB

UI_features.md

File metadata and controls

39 lines (20 loc) · 1.96 KB

Enterprise RAG UI

Validating UI Access

To access the Enterprise RAG UI, please follow the instructions outlined in the Getting Started guide under the Accessing the UI section.

Upon visiting https://erag.com, you should observe the following UI layout:

login screenshot

NOTE! To access the UI application, you will need to obtain login credentials from the Enterprise RAG team. Please reach out to them for assistance.

Once logged in, navigate to the homepage of the Enterprise RAG UI Application. In the text input field, enter a question, such as "What is AVX512?" and click on the Submit button. Verify that the chat responds correctly to your question.

homepage

In the top right section, you have three options - Admin Panel, Dark Mode and Logout.

Admin Panel

admin panel

The admin panel has options to view Control Plane, Data Ingestion, Telemetry and Authentication.

The Control Plane shown above allows the user to see all the components of the currently deployed pipeline as a graph. Each service can be selected from the graph to get further information on the configuration settings of each service. In some components it is also possible to edit service arguments for the services.

For example, when you click on the LLM service, as shown in the screenshot below, the right pane is populated with the LLM parameters that can be modified like max_new_tokens, temperature etc. After changing the parameters, you can click on confirm changes.

login screenshot

Data Ingestion

The admin panel also has the interface for data ingestion as shown below:

login screenshot

Any file belonging to the supported file format shown in the screenshot or a link to a website can be added to the knowledge base via this interface.