You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/search/search-get-started-rag.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -269,20 +269,20 @@ This section uses Visual Studio Code and Python to call the chat APIs on Azure O
269
269
print(chat_thread.get_last_message()["content"])
270
270
```
271
271
272
-
Output isfrom Azure OpenAI, and it consists of recommendations for several hotels. Here's an example of what the output might look like:
272
+
Output isfrom Azure OpenAI, and it consists of recommendations for several hotels. Here's an example of what the output might look like:
273
273
274
-
```
275
-
Based on your criteria, we recommend the following hotels:
276
-
277
-
- Contoso Ocean Motel: located right on the beach and has private balconies with ocean views. They also have indoor and outdoor pools. It's located on the boardwalk near shops and art entertainment.
278
-
- Northwind Plaza & Suites: offers ocean views, free Wi-Fi, full kitchen, and a free breakfast buffet. Although not directly on the beach, this hotel has great views andis near the aquarium. They also have a pool.
279
-
280
-
Several other hotels have views and water features, but do not offer beach access or views of the ocean.
281
-
```
274
+
```
275
+
Based on your criteria, we recommend the following hotels:
276
+
277
+
- Contoso Ocean Motel: located right on the beach and has private balconies with ocean views. They also have indoor and outdoor pools. It's located on the boardwalk near shops and art entertainment.
278
+
- Northwind Plaza & Suites: offers ocean views, free Wi-Fi, full kitchen, and a free breakfast buffet. Although not directly on the beach, this hotel has great views andis near the aquarium. They also have a pool.
279
+
280
+
Several other hotels have views and water features, but do not offer beach access or views of the ocean.
281
+
```
282
282
283
-
To experiment further, change the query and rerun the last step to better understand how the model works with your data.
283
+
To experiment further, change the query and rerun the last step to better understand how the model works with your data.
284
284
285
-
You can also modify the prompt to change the tone or structure of the output.
285
+
You can also modify the prompt to change the tone or structure of the output.
0 commit comments