Knowledge
Defined in the knowledge module.Rust AI Agent SDK Main knowledge manager.
Fields
| Name | Type | Description |
|---|---|---|
config | KnowledgeConfig | Configuration |
documents | Vec<Document> | Documents |
chunking | Chunking | Chunking utility |
Methods
new
add
| Name | Type |
|---|---|
content | &str |
metadata | Option<HashMap<String |
add_document
| Name | Type |
|---|---|
document | Document |
search
| Name | Type |
|---|---|
query | &str |
limit | usize |
get
| Name | Type |
|---|---|
id | &str |
delete
| Name | Type |
|---|---|
id | &str |
clear
len
is_empty
chunk
| Name | Type |
|---|---|
text | &str |
Source
View on GitHub
praisonai/src/knowledge/mod.rs at line 756
