Skip to content

Commit

Permalink
Merge pull request #700 from hyoshioka0128/patch-3
Browse files Browse the repository at this point in the history
Update architectural_decisions.md (Typo "Azure Open AI"→"Azure OpenAI")
  • Loading branch information
dayland authored May 13, 2024
2 parents 97f254f + 28f9947 commit 79af91d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/features/architectural_decisions.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ In Retrieval Augmented Generation applications, a thorough grasp of context is e

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.

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.
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.

## Document Indexing (Vector Store)

Expand Down

0 comments on commit 79af91d

Please sign in to comment.