Skip to content

Commit f9fca2e

Browse files
committed
PM updates
1 parent 93e12a5 commit f9fca2e

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

articles/ai-studio/how-to/develop/index-build-consume-sdk.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,9 @@ client.indexes.create_or_update(
179179
)
180180
```
181181

182+
> [!NOTE]
183+
> Environment variables are intended for convenience in a local environment. However, if you register a local index created using environment variables, the index may not function as expected because secrets from environment variables won’t be transferred to the cloud index. To address this issue, you can use a `ConnectionConfig` or `connection_id` to create a local index before registering.
184+
182185
## Build an index (remotely) in your AI project
183186

184187
We build an index in the cloud in your AI project.
@@ -386,5 +389,6 @@ print(result["answer"])
386389

387390
## Related content
388391

392+
- [Create and consume an index from the AI Studio UI](../index-add.md)
389393
- [Get started building a chat app using the prompt flow SDK](../../quickstarts/get-started-code.md)
390-
- [Work with projects in VS Code](vscode.md)
394+
- [Work with projects in VS Code](vscode.md)

articles/ai-studio/how-to/develop/simulator-interaction-data.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -121,12 +121,6 @@ The `messages` in `output` is a list of role-based turns. For each turn, it cont
121121

122122
```json
123123
{
124-
"template_parameters": [
125-
{
126-
"name": "<name_of_simulated_agent>",
127-
"chatbot_name": "<name_of_chatbot>"
128-
}
129-
],
130124
"messages": [
131125
{
132126
"content": "<conversation_turn_content>",

articles/ai-studio/how-to/index-add.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ You must have:
126126
:::image type="content" source="../media/index-retrieve/configure-index-lookup-tool.png" alt-text="Screenshot of the prompt flow node to configure index lookup." lightbox="../media/index-retrieve/configure-index-lookup-tool.png":::
127127

128128

129-
## Next steps
129+
## Related content
130130

131-
- [Learn more about RAG](../concepts/retrieval-augmented-generation.md)
131+
- [Learn more about RAG](../concepts/retrieval-augmented-generation.md)
132+
- [Build and consume an index using code](./develop/index-build-consume-sdk.md)

0 commit comments

Comments
 (0)