In Memory Source
Classes
InMemorySource(schema: ~IdSchemaObjectT, parser: superlinked.framework.common.parser.data_parser.DataParser[~IdSchemaObjectT, ~SourceTypeT] | None = None)
: InMemorySource represents a source of data, where you can put your data. This will supply the index with the data it needs to index and search in.
Initialize the InteractiveSource.
Args:
schema (IdSchemaObject): The schema object.
parser (DataParser | None, optional): The data parser. Defaults to JsonParser if None is supplied.
Raises:
InitializationException: If the schema is not an instance of SchemaObject.
### Ancestors (in MRO)
* superlinked.framework.dsl.source.interactive_source.InteractiveSource
* superlinked.framework.online.source.online_source.OnlineSource
* superlinked.framework.common.observable.TransformerPublisher
* superlinked.framework.common.source.source.Source
* typing.Generic
Last updated
Was this helpful?