In Memory App
Classes
InMemoryApp(sources: collections.abc.Sequence[superlinked.framework.dsl.source.in_memory_source.InMemorySource], indices: collections.abc.Sequence[superlinked.framework.dsl.index.index.Index], vector_database: superlinked.framework.dsl.storage.vector_database.VectorDatabase | None, context: superlinked.framework.common.dag.context.ExecutionContext)
: In-memory implementation of the App class.
Last updated