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: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ By default, this repo comes with one specific set of RAG configurations includin
68
68
69
69
The accelerator presented here provides several options, for example:
70
70
* The ability to ground a model using both data and public web pages
71
-
* A backend with support for 'custom' and 'On Your Data' [conversation flows](./docs/conversation_flow_options_test.md)
71
+
* A backend with support for 'custom' and 'On Your Data' [conversation flows](./docs/conversation_flow_options.md)
72
72
* Advanced prompt engineering capabilities
73
73
* An admin site for ingesting/inspecting/configuring your dataset on the fly
74
74
* Push or Pull model for data ingestion: See [integrated vectorization](./docs/integrated_vectorization.md) documentation for more details
@@ -182,7 +182,7 @@ To review Cosmos DB configuration overview and steps, follow the link [here](doc
182
182

183
183
184
184
### Deploy instructions
185
-
The "Deploy to Azure" button offers a one-click deployment where you don’t have to clone the code. If you would like a developer experience instead, follow the [local deployment instructions](./docs/LOCAL_DEPLOYMENT.md).
185
+
The "Deploy to Azure" button offers a one-click deployment where you don’t have to clone the code. If you would like a developer experience instead, follow the [local deployment instructions](./docs/LOCAL_DEPLOYMENT_test.md).
186
186
187
187
Once you deploy to Azure, you will have the option to select PostgreSQL or Cosmos DB, see screenshot below.
0 commit comments