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)[源代码]

基类:MemoryBaseWorker

retrieve_not_reflected_memory(**kwargs)

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

参数:
  • *args -- Variable length argument list for the decorated function.

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

返回:

The result of the decorated function.

返回类型:

Any

retrieve_not_updated_memory(**kwargs)

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

参数:
  • *args -- Variable length argument list for the decorated function.

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

返回:

The result of the decorated function.

返回类型:

Any

retrieve_insight_memory(**kwargs)

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

参数:
  • *args -- Variable length argument list for the decorated function.

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

返回:

The result of the decorated function.

返回类型:

Any

retrieve_today_memory(**kwargs)

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

参数:
  • *args -- Variable length argument list for the decorated function.

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

返回:

The result of the decorated function.

返回类型:

Any