Skip to content

Commit 56adb59

Browse files
Merge branch 'main' into dev
2 parents fc688c2 + 405d4bc commit 56adb59

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ Welcome to the *Chat with your data* Solution accelerator repository! The *Chat
5050

5151

5252

53+
5354
### About this repo
5455

5556
This repository provides an end-to-end solution for users who want to query their data with natural language. It includes a well designed ingestion mechanism for multiple file types, an easy deployment, and a support team for maintenance. The accelerator demonstrates both Push or Pull Ingestion; the choice of orchestration (Semantic Kernel, LangChain, OpenAI Functions or [Prompt Flow](docs/prompt_flow.md)) and should be the minimum components needed to implement a RAG pattern. It is not intended to be put into Production as-is without experimentation or evaluation of your data. It provides the following features:
@@ -171,7 +172,7 @@ With the addition of PostgreSQL, customers can leverage the power of a relations
171172

172173
Customers have the option to deploy this solution with PostgreSQL or Cosmos DB. Consider the following when deciding which database to use:
173174
- PostgreSQL enables a relationship-based AI solution and search indexing for Retrieval Augmented Generation (RAG)
174-
- Cosmos DB is a NoSQL-based solution for chat history
175+
- Cosmos DB enables chat history and is a NoSQL-based solution. With Cosmos DB, Azure AI Search is used for storing extracted documents and embeddings.
175176

176177

177178
To review PostgreSQL configuration overview and steps, follow the link [here](docs/postgreSQL.md).

infra/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ var eventGridSystemTopicName = 'doc-processing'
317317
var tags = { 'azd-env-name': environmentName }
318318
var rgName = 'rg-${environmentName}'
319319
var keyVaultName = 'kv-${resourceToken}'
320-
var baseUrl = 'https://raw.githubusercontent.com/Fr4nc3/chat-with-your-data-solution-accelerator/main/'
320+
var baseUrl = 'https://raw.githubusercontent.com/Azure-Samples/chat-with-your-data-solution-accelerator/main/'
321321

322322
var appversion = 'latest' // Update GIT deployment branch
323323
var registryName = 'fruoccopublic' // Update Registry name

infra/main.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"_generator": {
66
"name": "bicep",
77
"version": "0.32.4.45862",
8-
"templateHash": "17336122992535211087"
8+
"templateHash": "7084015314738770368"
99
}
1010
},
1111
"parameters": {
@@ -644,7 +644,7 @@
644644
},
645645
"rgName": "[format('rg-{0}', parameters('environmentName'))]",
646646
"keyVaultName": "[format('kv-{0}', parameters('resourceToken'))]",
647-
"baseUrl": "https://raw.githubusercontent.com/Fr4nc3/chat-with-your-data-solution-accelerator/main/",
647+
"baseUrl": "https://raw.githubusercontent.com/Azure-Samples/chat-with-your-data-solution-accelerator/main/",
648648
"appversion": "latest",
649649
"registryName": "fruoccopublic",
650650
"defaultOpenAiDeployments": [

0 commit comments

Comments
 (0)