Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

add

AsyncMethod
This is a method of the VectorStoreProtocol class in the knowledge module.
Add a record to the store

Signature

async def add(&mut self, record: VectorRecord) -> Result<String>

Parameters

record
VectorRecord
required
No description available.

Returns

Returns
Result<String>
The result of the operation.