Skip to content

Commit 2667487

Browse files
author
Milder Hernandez Cagua
committed
Remove unnecessary log
1 parent f14456f commit 2667487

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/backend/src/main/java/com/microsoft/openai/samples/rag/chat/approaches/semantickernel/JavaSemanticKernelWithMemoryChatApproach.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,6 @@ private List<MemoryQueryResult> getSourcesFromConversation (ChatGPTConversation
149149
Mono<SKContext> result = searchQuery.invokeAsync(skcontext);
150150
String query = result.block().getResult();
151151

152-
LOGGER.info("SEARCH QUERY");
153-
LOGGER.info(query);
154-
155152
/**
156153
* Use semantic kernel built-in memory.searchAsync. It uses OpenAI to generate embeddings for the provided question.
157154
* Question embeddings are provided to cognitive search via search options.

0 commit comments

Comments
 (0)