Core Module
The rakam_systems.core module defines the core structures and classes such as VSFile, Node, and NodeMetadata that are essential for managing and processing data in Rakam Systems.
Classes
|
A data source to be processed. |
|
A node with content and associated metadata. |
|
VSFile
Node
- class rakam_systems.core.Node(content: str, metadata: NodeMetadata)
Bases:
objectA node with content and associated metadata.
Represents a node with content and associated metadata, which is stored in the vector store.