Skip to main content
Version: Next

Enterprise h2oGPTe flow

Overview

The flow to take in Enterprise h2oGPTe to be able to ask questions about one of your Documents can be summarized in the following sequential steps:

note

The discussed flow on this page is implemented in the following tutorial: Tutorial 1A: A quick introduction to Enterprise h2oGPTe.

Step 1: Create a Collection

Create a Collection (a group of related Documents) as the first step in the flow. In this case, "related Documents" refers to the Document(s) you want to ask questions about in Enterprise h2oGPTe.

Create a Collection

Step 2: Add Document(s) to the Collection

Add Document(s) to the Collection as the second step in the flow. Added documents are indexed and stored in a database. When you ask a question about the Document(s), Enterprise h2oGPTe crawls through the indexed Document(s) in the Collection to find relevant content to answer the question while utilizing the H2O LLM to summarize a concise question response.

Add Document(s) to the Collection

Step 3: Chat with the Collection

Create a Chat with the Collection as the final step in the flow. Chatting with the Collection lets you ask h2oGPTe questions about the Document(s) in the Collection. When answering a question, Enterprise h2oGPTe provides the Document(s) references it utilized to respond.

When you ask a question about the Document(s), Enterprise h2oGPTe crawls through the indexed Document(s) in the Collection to find relevant content to answer the question while utilizing the H2O LLM to summarize a concise question response.

Chat with the Collection References


Feedback