Skip to content

Commit 2ee8e4f

Browse files
committed
Get started with agentic retrieval using Java
1 parent 43d21b4 commit 2ee8e4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/search/includes/quickstarts/agentic-retrieval-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ The sample in this quickstart works with the Java Runtime. Install a Java Develo
188188
189189
public static void main(String[] args) {
190190
try {
191-
System.out.println("🚀 Starting Azure AI Search agentic retrieval quickstart...\n");
191+
System.out.println("Starting Azure AI Search agentic retrieval quickstart...\n");
192192
193193
// Initialize Azure credentials using managed identity (recommended)
194194
TokenCredential credential = new DefaultAzureCredentialBuilder().build();

0 commit comments

Comments
 (0)