📄️ Knowledge base from a plain text file
In this section, we will discuss how to create a vector collection snapshot from a plain text file. The
📄️ Knowledge base from a markdown file
In this section, we will discuss how to create a vector collection snapshot from a markdown file. The snapshot file can then be loaded by a Gaia node as its knowledge base.
📄️ Knowledge base from source / summary pairs
In this section, we will discuss how to create a vector collection snapshot for optimal retrieval of long-form text documents. The approach is to create two columns of text in a CSV file.
📄️ Knowledge base from a PDF file
In this section, we will discuss how to create a vector collection snapshot from a PDF file. First, we will parse the unstructured PDF file to a structured markdown file. Then, we will follow the steps from Knowledge base from a markdown file to create embedding for your PDF files.
📄️ Knowledge base from a URL
In this section, we will discuss how to create a vector collection snapshot from a Web URL. First, we will parse the URL to a structured markdown file. Then, we will follow the steps from Knowledge base from a markdown file to create embedding for your URL.