Skip to content

Commit

Permalink
fix: AI Gallery Standard Validation (#88)
Browse files Browse the repository at this point in the history
* (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
  • Loading branch information
glaucia86 authored Jul 12, 2024
1 parent 9e19662 commit 7fb2b41
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7fb2b41

Please sign in to comment.