Skip to content

Commit

Permalink
fix: Set doc ids aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
whiterabbit1983 committed May 15, 2024
1 parent ff12a6b commit 5ea1ac0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions agents-api/agents_api/models/entry/proc_mem_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def proc_mem_context_query(
created_at,
}},
~information_snippets:embedding_space {{
doc_id,
doc_id: agent_doc_id,
snippet_idx,
title,
snippet |
Expand All @@ -210,7 +210,7 @@ def proc_mem_context_query(
created_at,
}},
~information_snippets:embedding_space {{
doc_id,
doc_id: user_doc_id,
snippet_idx,
title,
snippet |
Expand Down

0 comments on commit 5ea1ac0

Please sign in to comment.