UpdateKnowledge module
UpdateKnowledge
Bases: Module
Update (insert or upsert) data models in the given knowledge base.
This module stores data models in the knowledge base, using the first field of the data model as the primary key for upsert operations.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
knowledge_base
|
KnowledgeBase
|
The knowledge base to update. |
None
|
name
|
str
|
Optional. The name of the module. |
None
|
description
|
str
|
Optional. The description of the module. |
None
|
trainable
|
bool
|
Whether the module's variables should be trainable. |
False
|