diff --git a/README.md b/README.md index d03ca23..4a32e90 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Azure Functions Samples, quickstarts, and utilities for Azure Functions -[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=575770869) +[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=575770869) [![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/paulyuk/functions) | Sample | Language | Description | | :--- | :--- | :--- | diff --git a/ai/ai-bindings/README.md b/ai/ai-bindings/README.md index 03d69cd..0a51787 100644 --- a/ai/ai-bindings/README.md +++ b/ai/ai-bindings/README.md @@ -6,7 +6,7 @@ This sample shows how to leverage new AI Functions Bindings: `TextCompletion`, ` - `Embeddings` enables creating embeddings for raw text or entire files; the embedding value can then be stored in a vector database. - `SemanticSearch` does the actual upload of embeddings to a vector database, and then the consequent queries of it. Currently the binding only supports using [Azure Data Explorer](https://techcommunity.microsoft.com/t5/azure-data-explorer-blog/azure-data-explorer-for-vector-similarity-search/ba-p/3819626) as the vector Database for similarity search. -[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=575770869) +[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=575770869) [![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/paulyuk/functions/ai/ai-bindings) ## Run on your local environment diff --git a/ai/chatgpt/dotnet/README.md b/ai/chatgpt/dotnet/README.md index 9938dc0..8ce4a45 100644 --- a/ai/chatgpt/dotnet/README.md +++ b/ai/chatgpt/dotnet/README.md @@ -3,7 +3,7 @@ This sample shows how to take a ChatGPT prompt as HTTP Get or Post input, calculates the completions using OpenAI ChatGPT service, and then returns the output plus caches in a Blob state store. -[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=575770869) +[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=575770869) [![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/paulyuk/functions/ai/chatgpt/dotnet) ## Run on your local environment diff --git a/ai/chatgpt/javascript/README.md b/ai/chatgpt/javascript/README.md index 0aa4394..5d70ac4 100644 --- a/ai/chatgpt/javascript/README.md +++ b/ai/chatgpt/javascript/README.md @@ -3,7 +3,7 @@ This sample shows how to take a ChatGPT prompt as HTTP Get or Post input, calculates the completions using OpenAI ChatGPT service, and then returns the output plus caches in a Blob state store. -[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=575770869) +[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=575770869) [![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/paulyuk/functions/ai/chatgpt/javascript) ## Run on your local environment diff --git a/ai/chatgpt/python/README.md b/ai/chatgpt/python/README.md index dac08fa..ce09340 100644 --- a/ai/chatgpt/python/README.md +++ b/ai/chatgpt/python/README.md @@ -3,7 +3,7 @@ This sample shows how to take a ChatGPT prompt as HTTP Get or Post input, calculates the completions using OpenAI ChatGPT service, and then returns the output plus caches in a Blob state store. -[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=575770869) +[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=575770869) [![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/paulyuk/functions/ai/chatgpt/python) ## Run on your local environment diff --git a/ai/chatgpt/typescript/README.md b/ai/chatgpt/typescript/README.md index 0667582..52b831b 100644 --- a/ai/chatgpt/typescript/README.md +++ b/ai/chatgpt/typescript/README.md @@ -3,7 +3,7 @@ This sample shows how to take a ChatGPT prompt as HTTP Get or Post input, calculates the completions using OpenAI ChatGPT service, and then returns the output plus caches in a Blob state store. -[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=575770869) +[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=575770869) [![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/paulyuk/functions/ai/chatgpt/typescript) ## Run on your local environment diff --git a/ai/langchain/python/README.md b/ai/langchain/python/README.md index aadf907..81c2e9d 100644 --- a/ai/langchain/python/README.md +++ b/ai/langchain/python/README.md @@ -3,7 +3,7 @@ This sample shows how to take a human prompt as HTTP Get or Post input, calculates the completions using chains of human input and templates. This is a starting point that can be used for more sophisticated chains. -[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=575770869) +[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=575770869) [![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/paulyuk/functions/ai/langchain/python) ## Run on your local environment diff --git a/ai/text_summarization/dotnet/function_app/README.md b/ai/text_summarization/dotnet/function_app/README.md index 0aa7e16..7d7f3b9 100644 --- a/ai/text_summarization/dotnet/function_app/README.md +++ b/ai/text_summarization/dotnet/function_app/README.md @@ -3,7 +3,7 @@ This sample shows how to take text documents as a input via BlobTrigger, does Text Summarization processing using the AI Congnitive Language service, and then outputs to another text document using BlobOutput binding. -[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=575770869) +[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=575770869) [![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/paulyuk/functions/ai/text_summarization/dotnet/function_app) ## Run on your local environment diff --git a/durable/chaining/javascript/README.md b/durable/chaining/javascript/README.md index 1121bb1..d23ee50 100644 --- a/durable/chaining/javascript/README.md +++ b/durable/chaining/javascript/README.md @@ -3,7 +3,7 @@ This sample template provides a working example of chaining 3 functions in a reliable way using Durable Functions. This is effectively the output of following this [tutorial](https://learn.microsoft.com/en-us/azure/azure-functions/durable/quickstart-js-vscode?pivots=nodejs-model-v4). -[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=575770869) +[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=575770869) [![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/paulyuk/functions/durable/chaining/javascript) ## Run on your local environment diff --git a/starters/javascriptv3/README.md b/starters/javascriptv3/README.md index 000ea41..ddcb1cc 100644 --- a/starters/javascriptv3/README.md +++ b/starters/javascriptv3/README.md @@ -3,7 +3,7 @@ This sample template provides an "empty starting point" function that is ready to run and deploy Azure easily. -[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=575770869) +[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=575770869) [![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/paulyuk/functions/starters/javascriptv3) ## Run on your local environment