feat: rag context logging
This commit is contained in:
parent
7563619e26
commit
a6c154d839
|
@ -156,6 +156,8 @@ def rag_messages(docs, messages, template, k, embedding_function):
|
|||
|
||||
relevant_contexts.append(context)
|
||||
|
||||
log.debug(f"relevant_contexts: {relevant_contexts}")
|
||||
|
||||
context_string = ""
|
||||
for context in relevant_contexts:
|
||||
if context:
|
||||
|
|
Loading…
Reference in New Issue