Knowledge Table

  1. Go to >> Project >> Knowledge Table

  1. Create a New Knowledge Table with your desired Table ID (table name) and pick a Text Embedding Model.

  1. Open the table that you have just created. Upload your files to fill up the Knowledge Table.

And.... Let the magic begins. Jamjam will cast an extraction spell to process your files into Knowledge Rows which you can quickly search up later.

When it is done you will see the Knowledge Table is filled with Knowledge Rows.

  1. Now it is ready to be used for Searching! Checkout Action Table and Chat Table on How-To -Use the Knowledge Table.

Advanced LLM Magic

  1. After you created a new Knowledge Table, add new Output Column (>> Action >> Add output column)

  1. Setup your Knowledge LLM Agent. It will help you to further process the text content to enrich your Knowledge Row.

To setup LLM Agent, follow this spell template:

  • Column ID: <The title of the column>

  • Data Type: str

  • Models: The LLM models.

  • Temperature: 0.1

  • Max Tokens: 512

  • Top-p: 1.0

  • Customize prompt: <Prompt to process the Input columns>

To refer to the column content, you can click on the Columns Title listed and it will be automatically referenced in the prompt in the form of ${Column ID}.

  • Customize system prompt: <Agent system prompt>

  1. Let's start using the Knowledge Table and see the LLM agent magically process your Knowledge Row when you upload files to the Knowledge Table.

Last updated