Open in app

Sign In

Write

Sign In

Balamurugan Balakreshnan
Balamurugan Balakreshnan

261 Followers

Home

About

Published in

MLearning.ai

·3 days ago

Power App Search Cognitive Search using Vector Index Seach and Azure Open AI Embeddings and Summarize

Let’s build a Power App to use Azure Cognitive Search with Vector index Search using Azure Open AI Embeddings What’s needed. Register for Azure Open AI — https://learn.microsoft.com/en-us/azure/cognitive-services/openai/overview Once got approved create a azure open ai resource in Azure portal Select region as East US At the time of writing this article davinci-003 is only available in East US Create a deployment inside the resource

OpenAI

4 min read

Power App Search Cognitive Search using Vector Index Seach and Azure Open AI Embeddings and…
Power App Search Cognitive Search using Vector Index Seach and Azure Open AI Embeddings and…
OpenAI

4 min read


May 27

Microsoft Fabric TPCH copy data from azure blob storage to lake house.

Prerequisites Microsoft Fabric Account Microsoft Fabric Cluster Power Admin screen will have options to enable Fabric in a corporate environment. Steps Let’s create a pipeline with data flow Go to Data Engineering -> Pipelines -> + Create Pipeline Give a name to the pipeline Drag the copy activity Moving the TPCH data…

Microsoft Fabric

2 min read

Microsoft Fabric TPCH copy data from azure blob storage to lake house.
Microsoft Fabric TPCH copy data from azure blob storage to lake house.
Microsoft Fabric

2 min read


Published in

MLearning.ai

·May 27

Azure Open AI Summarize large 70+ page pdf

Overview Summarize large pdf Load pdf Clean the data Load the data using Langchain Using Azure Machine learning Upload meeting transcript into a folder sample pdf is available in docs folder Code install libraries pip install pdfreader pip install langchain pip install unstructured pip install tiktoken pip install faiss-cpu pip install pypdf …

OpenAI

4 min read

Azure Open AI Summarize large 70+ page pdf
Azure Open AI Summarize large 70+ page pdf
OpenAI

4 min read


Published in

MLearning.ai

·May 20

Azure Open AI Summarize Meeting notes.

Overview Summarize Meeting converstation transcript Load Text data memory Clean the data Load the data using Langchain Using Azure Machine learning Upload meeting transcript into a folder Code install libraries pip install pdfreader pip install langchain pip install unstructured pip install tiktoken pip install faiss-cpu load libraries from langchain.embeddings.openai import OpenAIEmbeddings from langchain.text_splitter…

OpenAI

2 min read

Azure Open AI Summarize Meeting notes.
Azure Open AI Summarize Meeting notes.
OpenAI

2 min read


Published in

MLearning.ai

·May 13

Using custom document with LLM (Azure Open AI/Open AI)

Use Case Do we need fine tuning? In most cases answer is no Large Language models can be used as is How to consume my companies document and use it for LLM? How do i use my own documents with Azure Open AI Introduction In this article we will see how to use…

Llm

2 min read

Using custom document with LLM (Azure Open AI/Open AI)
Using custom document with LLM (Azure Open AI/Open AI)
Llm

2 min read


Published in

MLearning.ai

·May 6

Azure Power App using Azure Cognitive Service Florence model.

Let’s build a Power App to use Azure Vision Cognitive service Florence Model for various use cases What’s needed Create a Azure Cognitive Service resource for vision in Azure portal Get the URI and keys to use Create a Power App To create a power app first need to create a power flow Flow is invoked by a powerapp trigger Images is passed to the flow on the default screen assign values to…

Azure Ai

3 min read

Azure Power App using Azure Cognitive Service Florence model.
Azure Power App using Azure Cognitive Service Florence model.
Azure Ai

3 min read


Published in

MLearning.ai

·Apr 29

Azure Open AI ChatGPT with Power Apps

Let’s build a Power App to use Azure Open AI ChatGPT for various use cases What’s needed Register for Azure Open AI — https://learn.microsoft.com/en-us/azure/cognitive-services/openai/overview Once got approved create a azure open ai resource in Azure portal Select region as East US At the time of writing this article davinci-003 is only available in East US Create a deployment inside the resource

Azurechatgpt

4 min read

Azure Open AI ChatGPT with Power Apps
Azure Open AI ChatGPT with Power Apps
Azurechatgpt

4 min read


Published in

MLearning.ai

·Apr 22

Azure Open AI and vector search with FAISS

Pre-requisites Azure Storage Azure Machine Learning Azure Machine learning FAISS Code Go to Azure Machine learning serivce Open jupyter on the compute instance Install packages pip install faiss-cpu pip install --upgrade openai Configure open ai import os import openai openai.api_type = "azure" openai.api_base = "https://aoairesource.openai.azure.com/" openai.api_version = "2022-12-01" openai.api_key = "xxxxxxx"

Faiss

2 min read

Azure Open AI and vector search with FAISS
Azure Open AI and vector search with FAISS
Faiss

2 min read


Published in

MLearning.ai

·Apr 13

Natural Language query to Apache Spark parquet/Delta lake

Azure Open AI GPT on Azure Synapse Analytics Serverless Sql to access parquet/delta files Pre-requisites Azure Account Azure synapse analytics Azure open ai service langchain 0.0.136 is the version sql works, 0.137 has breaking changes. Note: this is work in progress and will add more soon. Azure Synapse Analytics server less sql Create a Database Load some data into underlying storage Create a master key

Gpt 3

2 min read

Gpt 3

2 min read


Apr 8

Azure Open AI process survey forms and Extract information

Using Azure Machine learning and Open AI to parse Survey data Pre-requisites Azure Storage Azure Machine Learning Azure Open AI service Sample data from Kaggle Sample data uploaded in survey/ folder in github repo Code Go to Azure Machine learning serivce Start the compute instance Open Jupyter notebook Install packages pip install openai Import libraries import pandas as pd Load the survey data …

Azureopenai

3 min read

Azure Open AI process survey forms and Extract information
Azure Open AI process survey forms and Extract information
Azureopenai

3 min read

Balamurugan Balakreshnan

Balamurugan Balakreshnan

261 Followers

https://balakreshnan.github.io/

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams