Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
VectorRecord: A vector record in the store.
Defined in the knowledge module.
id
String
text
embedding
Vec<f32>
metadata
HashMap<String
new
fn new(id: impl Into<String>, text: impl Into<String>, embedding: Vec<f32>) -> Self
impl Into<String>
praisonai/src/knowledge/mod.rs