In-memory data source for development, testing, and rapid prototyping with real-time data ingestion
InMemorySource
class provides an in-memory implementation of the Source interface, designed for development, testing, and scenarios where data is provided programmatically. It stores data in memory and allows for real-time data ingestion and immediate vector processing.
InvalidInputException
- If the schema is not an instance of SchemaObject.
InMemorySource
extends several classes to provide comprehensive functionality:
Inheritance Chain:
InMemorySource
InteractiveSource
OnlineSource
TransformerPublisher
Source
Generic
Source
OnlineSource
InteractiveSource
TransformerPublisher
InteractiveSource
:
put()
method inherited from InteractiveSource
: