Creating a Knowledge Base

Create a knowledge base using the Console, CLI, or API.

    1. On the Knowledge bases list page, select Create knowledge base. If you need help finding the list page, see Listing Knowledge Bases.
    2. In the Create knowledge base panel, provide the following information:
      • Select the compartment where you want the knowledge base to be created.
      • Enter a name for the knowledge base.
      • (Optional) Add tags to organize your resource. To apply a defined tag, you must have permissions to use the tag namespace. For more information about tagging, see Resource Tags. If you are not sure whether to apply tags, skip this option (you can apply tags later) or ask your administrator.
    3. Select Create.
  • Use the oci adm knowledge-base create command and required parameters to create a knowledge base:

    oci adm knowledge-base create --compartment-id compartment_id [OPTIONS]

    For a complete list of flags and variable options for CLI commands, see the CLI Command Reference.

  • Use the CreateKnowledgeBase operation to create a knowledge base.