memoryscope.core.worker.backend.load_memory_worker

class memoryscope.core.worker.backend.load_memory_worker.LoadMemoryWorker(embedding_model: str = '', generation_model: str = '', rank_model: str = '', **kwargs)[source]

Bases: MemoryBaseWorker

retrieve_not_reflected_memory(**kwargs)

The wrapper function that manages the timing of the original function.

Parameters:
  • *args – Variable length argument list for the decorated function.

  • **kwargs – Arbitrary keyword arguments for the decorated function.

Returns:

The result of the decorated function.

Return type:

Any

retrieve_not_updated_memory(**kwargs)

The wrapper function that manages the timing of the original function.

Parameters:
  • *args – Variable length argument list for the decorated function.

  • **kwargs – Arbitrary keyword arguments for the decorated function.

Returns:

The result of the decorated function.

Return type:

Any

retrieve_insight_memory(**kwargs)

The wrapper function that manages the timing of the original function.

Parameters:
  • *args – Variable length argument list for the decorated function.

  • **kwargs – Arbitrary keyword arguments for the decorated function.

Returns:

The result of the decorated function.

Return type:

Any

retrieve_today_memory(**kwargs)

The wrapper function that manages the timing of the original function.

Parameters:
  • *args – Variable length argument list for the decorated function.

  • **kwargs – Arbitrary keyword arguments for the decorated function.

Returns:

The result of the decorated function.

Return type:

Any