From 3bfb24287f17ff0c6529631a7d290964f9e5affe Mon Sep 17 00:00:00 2001 From: Vamshi-Microsoft Date: Mon, 9 Jun 2025 08:43:33 +0000 Subject: [PATCH] Deleted some links in readme --- README.md | 2 +- code/backend/Admin.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 179ef8d2d..842567239 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ Here is a comparison table with a few features offered by Azure, an available Gi ### Key features - **Private LLM access on your data**: Get all the benefits of ChatGPT on your private, unstructured data. -- **Single application access to your full data set**: Minimize endpoints required to access internal company knowledgebases. Reuse the same backend with the [Microsoft Teams Extension](docs/teams_extension.md) +- **Single application access to your full data set**: Minimize endpoints required to access internal company knowledgebases. Reuse the same backend with the [Microsoft Teams Extension](docs/teams_extension_test.md) - **Natural language interaction with your unstructured data**: Use natural language to quickly find the answers you need and ask follow-up queries to get the supplemental details, including [Speech-to-text](docs/speech_to_text.md). - **Easy access to source documentation when querying**: Review referenced documents in the same chat window for additional context. - **Chat history**: Prior conversations and context are maintained and accessible through chat history. diff --git a/code/backend/Admin.py b/code/backend/Admin.py index 373560ffc..7663155e6 100644 --- a/code/backend/Admin.py +++ b/code/backend/Admin.py @@ -21,7 +21,7 @@ configure_azure_monitor() logger = logging.getLogger(__name__) -logger.debug("Starting admin app") +logger.debug("Starting admin application") st.set_page_config(