adds context log
This commit is contained in:
parent
7630341c01
commit
6825ea2789
1 changed files with 1 additions and 0 deletions
|
|
@ -127,6 +127,7 @@ class GraphCompletionRetriever(BaseRetriever):
|
|||
else:
|
||||
triplets += await self.get_triplets(followup_question)
|
||||
context = await self.resolve_edges_to_text(list(set(triplets)))
|
||||
t_logger.info(f"Round {round_idx} - context: {context}")
|
||||
|
||||
# Generate answer
|
||||
answer = await generate_completion(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue