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.
Last updated