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.

Initialize the InMemoryApp from an InMemoryExecutor.
Args:
    sources (list[InMemorySource]): List of in-memory sources.
    indices (list[Index]): List of indices.
    vector_database (VectorDatabase | None): Vector database instance. Defaults to InMemory.
    context (Mapping[str, Mapping[str, Any]]): Context mapping.

### Ancestors (in MRO)

* superlinked.framework.dsl.app.interactive.interactive_app.InteractiveApp
* superlinked.framework.dsl.app.online.online_app.OnlineApp
* superlinked.framework.dsl.app.app.App
* abc.ABC
* typing.Generic
* superlinked.framework.dsl.query.query_mixin.QueryMixin

Last updated