Import Knowledge Graph

This guide explains how to import a knowledge graph into Retriqs. You can either create a new storage or merge the data into an existing one.

Last updated: April 4, 2026


Prerequisites

  • You have an exported storage archive (.zip file)
  • You have access to the Retriqs application

{video}


Import Methods

There are two ways to import a knowledge graph:

  1. Create New Storage
  2. Merge Into Existing Storage

1. Create New Storage

This is the most common method and is typically used when starting fresh.

Steps

  1. Open the Retriqs application.

Welcome screen

  1. On the welcome screen, click Create New Storage.

  2. In the popup window, go to the Import Archive tab.

Import tab selection

  1. Upload your archive by:
    • Clicking to open the file selector, or
    • Dragging and dropping the .zip file

Create import screen

Embedding Options

You will be prompted to choose how embeddings are handled:

  • Use Pack Embeddings (default)
    Uses pre-indexed embeddings included in the archive.

  • Custom Embedding Model
    Reprocess the data using your own embedding model.

Final Steps

  1. Click Create & Import

If you selected Use Pack Embeddings, your graph is ready to use immediately.

If you selected Custom Embedding Model, an additional step is required:

  1. Go to the Documents page.
  2. Click Start Re-embedding to generate embeddings for your data.

Start re-embedding

Once re-embedding is complete, your graph will be fully ready for querying.


You can now chat with and ask questions about your knowledge graph.


2. Merge Into Existing Storage

Use this method when you want to add data to an existing graph.

Steps

  1. Open the Retriqs application.
  2. Navigate to the Settings page.

Settings page

  1. Click Import Into Existing Storage.

  2. Upload your archive file:

    • Use the file selector, or
    • Drag and drop the .zip file
  3. Click Analyze Merge

Merge analysis

Merge Analysis

The system will evaluate whether the merge is possible and show:

  • New data to be added
  • Duplicate entries
  • Conflicts between datasets

Conflict Handling Options

  • Overwrite Conflicts
    Replace existing data with the new data

  • Keep Existing Data
    Skip conflicting items and keep current data

Non-conflicting data will always be merged.


Import Failures

If the embedding model or provider does not match, the merge will fail.

Merge failed

An error screen will explain why the merge could not be completed.


Related Pages

After importing, you can: