Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/memos/mem_user/redis_persistent_user_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ def __init__(
"""Initialize the Redis persistent user manager.

Args:
user_id (str, optional): User ID. Defaults to "root".
host (str): Redis server host. Defaults to "localhost".
port (int): Redis server port. Defaults to 6379.
password (str): Redis password. Defaults to "".
Expand Down
3 changes: 2 additions & 1 deletion src/memos/reranker/concat.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ def concat_original_source(
Merge memory items with original dialogue.
Args:
graph_results (list[TextualMemoryItem]): List of memory items with embeddings.
merge_field (List[str]): List of fields to merge.
rerank_source (str, optional): Comma-separated metadata field names to read
the source text from. Defaults to the 'sources' field when None.
Returns:
list[str]: List of memory and concat orginal memory.
"""
Expand Down
Loading