Skip to content

Commit 215c05e

Browse files
authored
Update README.md
1 parent 5575292 commit 215c05e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The repo is made to teach you step-by-step on how to build a OpenAI based Smart
4545
2. In the app, an OpenAI LLM uses a clever prompt to determine which source contains the answer to the question.
4646
3. Four types of sources are available:
4747
* 3a. Azure SQL Database - contains COVID-related statistics in the US.
48-
* 3b. Azure Bing Search API - provides online web search for current information.
48+
* 3b. Azure Bing Search API - provides access to the internet allowing scenerios like: QnA on public websites .
4949
* 3c. Azure Cognitive Search - contains AI-enriched documents from Blob Storage (10k PDFs and 52k articles).
5050
* 3c.1. Uses an LLM (OpenAI) to vectorize the top K document chunks from 3c.
5151
* 3c.2. Uses in-memory cosine similarity to get the top N chunks.

0 commit comments

Comments
 (0)