Skip to content

Commit 79af91d

Browse files
authored
Merge pull request #700 from hyoshioka0128/patch-3
Update architectural_decisions.md (Typo "Azure Open AI"→"Azure OpenAI")
2 parents 97f254f + 28f9947 commit 79af91d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/features/architectural_decisions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ In Retrieval Augmented Generation applications, a thorough grasp of context is e
2323

2424
Initially, we explored Azure AI Search's built-in skillset for tasks like entity recognition and key phrase extraction. However, due to the additional overhead of utilizing the skillset from Azure AI Search, we opted for custom data processing to extract key phrases and entities such as organizations, locations, and events. This approach enriched the search index by providing additional metadata and context, thereby enhancing retrieval effectiveness. Additionally, we employed embeddings to capture semantic relationships and contextual nuances, improving our understanding of textual data.
2525

26-
To generate embeddings, we empowered users to choose the embedding model that best suits their content and use case, acknowledging that a one-size-fits-all approach is not ideal. Users have the flexibility to opt for the closed-source Azure Open AI embedding or one of the open-source embedding models, including the multilingual embedding model.
26+
To generate embeddings, we empowered users to choose the embedding model that best suits their content and use case, acknowledging that a one-size-fits-all approach is not ideal. Users have the flexibility to opt for the closed-source Azure OpenAI embedding or one of the open-source embedding models, including the multilingual embedding model.
2727

2828
## Document Indexing (Vector Store)
2929

0 commit comments

Comments
 (0)