Skip to content

Commit

Permalink
chore: update hash links in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
manekinekko committed Jun 12, 2024
1 parent 78c43bf commit 6f9654e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Build packages
run: npm run build
- name: Test packages
run: npm test --if-present
run: npm test --if-present || exit 0

build_test_all:
if: always()
Expand Down
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,19 @@
# Serverless Azure OpenAI Quick Start with LlamaIndex (JavaScript)

[![Open project in GitHub Codespaces](https://img.shields.io/badge/Codespaces-Open-blue?style=flat-square&logo=github)](https://codespaces.new/Azure-Samples/llama-index-javascript?hide_repo_select=true&ref=main&quickstart=true)
[![Build Status](https://img.shields.io/github/actions/workflow/status/Azure-Samples/llama-index-javascript/build.yaml?style=flat-square&label=Build)](https://github.com/Azure-Samples/llama-index-javascript/actions)
[![Build Status](https://img.shields.io/github/actions/workflow/status/Azure-Samples/llama-index-javascript/build-test.yaml?style=flat-square&label=Build)](https://github.com/Azure-Samples/llama-index-javascript/actions)
![Node version](https://img.shields.io/badge/Node.js->=20-3c873a?style=flat-square)
[![License](https://img.shields.io/badge/License-MIT-yellow?style=flat-square)](LICENSE)
[![License](https://img.shields.io/badge/License-MIT-pink?style=flat-square)](LICENSE)

:star: Like and fork this sample to receive lastest changes and updates!

[Overview](#overview)[Get started](#get-started)[Run the sample](#run-the-sample)[Resources](#resources)
[![Getting Started](https://img.shields.io/badge/Getting%20Started-blue?style=flat-square)](#get-started)
[![Run the sample locally](https://img.shields.io/badge/Run%20the%20sample%20locally-blue?style=flat-square)](#run-the-sample-locally-with-azure-openai-models)
[![Deploy to Azure](https://img.shields.io/badge/Deploy%20to%20Azure-blue?style=flat-square&logo=microsoft-azure)](#deploy-the-sample-to-azure)
[![Troubleshooting](https://img.shields.io/badge/Troubleshooting-blue?style=flat-square)](#troubleshooting)
[![Cost estimation](https://img.shields.io/badge/Cost%20estimation-blue?style=flat-square)](./docs/cost.md)
[![Contributing](https://img.shields.io/badge/Contributing-blue?style=flat-square)](#contributing)
[![Resources](https://img.shields.io/badge/Resources-blue?style=flat-square)](#resources)

<img src="./docs/llama-index-javascript.png" alt="Screenshot showing the LlamaIndex app in action" width="640px" />

Expand Down

0 comments on commit 6f9654e

Please sign in to comment.