Skip to content

Commit 7fb2b41

Browse files
authored
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
1 parent 9e19662 commit 7fb2b41

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed
File renamed without changes.
File renamed without changes.

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,13 @@ This application is made from multiple components:
5050

5151
We use the [HTTP protocol for AI chat apps](https://aka.ms/chatprotocol) to communicate between the web app and the API.
5252

53+
## Features
54+
55+
- **Serverless Architecture**: Utilizes Azure Functions and Azure Static Web Apps for a fully serverless deployment.
56+
- **Retrieval-Augmented Generation (RAG)**: Combines the power of Azure AI Search and LangChain.js to provide relevant and accurate responses.
57+
- **Scalable and Cost-Effective**: Leverages Azure's serverless offerings to provide a scalable and cost-effective solution.
58+
- **Local Development**: Supports local development using Ollama for testing without any cloud costs.
59+
5360
## Get started
5461

5562
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).
218225

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

228+
## Guidance
229+
230+
For more detailed guidance on how to use this sample, please refer to the [tutorial](./docs/tutorial/01-introduction.md).
231+
221232
## Contributing
222233

223234
This project welcomes contributions and suggestions. Most contributions require you to agree to a

0 commit comments

Comments
 (0)