From 7fb2b41efa2c961a5007aba8dfe63f26932fbf3d Mon Sep 17 00:00:00 2001 From: Glaucia Lemos Date: Fri, 12 Jul 2024 10:05:45 -0300 Subject: [PATCH] fix: AI Gallery Standard Validation (#88) * (fix): AI Gallery Standard Validation * fix: remove `stale-bot` workflow file * fix: renamaming file: `deploy.yaml` to `azure-dev.yaml` * chore: remove `azure-dev.yaml` file * fix: recover the `stale-bot.yml` file * fix: recover `stale-bot.yaml` file --- .github/workflows/{deploy.yaml => azure-dev.yaml} | 0 .github/workflows/{stale-bot.yml => stale-bot.yaml} | 0 README.md | 11 +++++++++++ 3 files changed, 11 insertions(+) rename .github/workflows/{deploy.yaml => azure-dev.yaml} (100%) rename .github/workflows/{stale-bot.yml => stale-bot.yaml} (100%) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/azure-dev.yaml similarity index 100% rename from .github/workflows/deploy.yaml rename to .github/workflows/azure-dev.yaml diff --git a/.github/workflows/stale-bot.yml b/.github/workflows/stale-bot.yaml similarity index 100% rename from .github/workflows/stale-bot.yml rename to .github/workflows/stale-bot.yaml diff --git a/README.md b/README.md index dab6c3d4..73d33194 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,13 @@ This application is made from multiple components: We use the [HTTP protocol for AI chat apps](https://aka.ms/chatprotocol) to communicate between the web app and the API. +## Features + +- **Serverless Architecture**: Utilizes Azure Functions and Azure Static Web Apps for a fully serverless deployment. +- **Retrieval-Augmented Generation (RAG)**: Combines the power of Azure AI Search and LangChain.js to provide relevant and accurate responses. +- **Scalable and Cost-Effective**: Leverages Azure's serverless offerings to provide a scalable and cost-effective solution. +- **Local Development**: Supports local development using Ollama for testing without any cloud costs. + ## Get started There are multiple ways to get started with this project. @@ -218,6 +225,10 @@ You can find answers to frequently asked questions in the [FAQ](./docs/faq.md). If you have any issue when running or deploying this sample, please check the [troubleshooting guide](./docs/troubleshooting.md). If you can't find a solution to your problem, please [open an issue](https://github.com/Azure-Samples/serverless-chat-langchainjs/issues) in this repository. +## Guidance + +For more detailed guidance on how to use this sample, please refer to the [tutorial](./docs/tutorial/01-introduction.md). + ## Contributing This project welcomes contributions and suggestions. Most contributions require you to agree to a