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: Python/CosmosDB-NoSQL_SemanticSearchDemo/README.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# Semantic Search Demo for Azure Cosmos DB
2
2
3
-
This repository contains a Python Streamlit application that demonstrates advanced search capabilities using Azure Cosmos DB, OpenAI embeddings, and semantic reranking. The application showcases vector search, full text search, text ranking, and hybrid search with intelligent semantic reranking to improve result relevance.
3
+
This folder contains a Python Streamlit application that demonstrates advanced search capabilities using Azure Cosmos DBand OpenAI. The application showcases vector search, full text search, text ranking, and hybrid search with intelligent semantic reranking to improve result relevance.
4
4
5
-
> **🚨 IMPORTANT NOTICE**: The **Azure Cosmos DB Semantic Reranker** feature used in this demo is currently in **private preview**. To use the semantic reranking functionality, you must request special access from the Azure Cosmos DB team and obtain a private reranker endpoint. The application will work without this feature for all other search capabilities.
5
+
> **🚨 IMPORTANT NOTICE**: The **Azure Cosmos DB Semantic Reranker** feature used in this demo is currently in **private preview**. To use the semantic reranking functionality, you must request special access from the Azure Cosmos DB team and obtain a private reranker endpoint. You can sign up here: https://aka.ms/AzureCosmosDB/RerankerPreview. For more information, contact us at [email protected]. The application will work without this feature for all other search capabilities.
6
6
7
7

8
8
@@ -14,13 +14,12 @@ This repository contains a Python Streamlit application that demonstrates advanc
14
14
- 🔄 **Hybrid search** combining semantic and full text search
> **🚨 IMPORTANT**: The Azure Cosmos DB Semantic Reranker is currently in **private preview** and requires special access. Contact the Azure Cosmos DB team to request access and obtain your reranker endpoint before using this feature.
17
+
> **🚨 IMPORTANT**: The Azure Cosmos DB Semantic Reranker is currently in **private preview** and requires special access (see above).
18
18
- Built-in Azure Cosmos DB SDK semantic reranking
19
19
- Interactive UI toggle to enable/disable reranking
20
20
- Preserves original metadata while improving result relevance
21
21
- Uses DefaultAzureCredential for secure authentication
22
22
-**📈 Multiple Index Support**:
23
-
- No Index baseline
24
23
- QFLAT vector index for balanced performance
25
24
- DiskANN vector index for high-scale scenarios
26
25
-**🛡️ Robust Error Handling**:
@@ -46,7 +45,7 @@ This repository contains a Python Streamlit application that demonstrates advanc
0 commit comments