Skip to main content
Version: v1.4.9

Key terms

h2oGPTe uses several key terms across its documentation, and each, in turn, is explained on this page.

Collection

A Collection refers to a group of related documents.

Job

A Job in Enterprise h2oGPTe signifies a single/batch of crawling or indexing tasks. In particular, the following tasks are referred to as a Job:

  • Ingest a Document from the file system
  • Ingest (add) a Document from upload
  • Ingest (crawl) a website
  • Index Document(s)
  • Update a Collection's statistics
  • Delete a Document(s)
  • Delete a Document(s) from a Collection
  • Delete a Collection(s)
  • Import a stored Document to a Collection
  • Import all Document(s) from a Collection to another Collection
  • Summarize a Document

Document

A Document refers to one of your imported files to h2oGPTe (for example, a PDF or web page).

Chat

A Chat refers to questions asked to a Collection in h2oGPTe.

Chatting with a Collection lets you ask h2oGPTe questions about the Document(s) in the Collection. When you ask a question about the Document(s), 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.

API Key

An application programming interface (API) key is a unique identifier to authenticate to the h2oGPTe API.


Feedback