Open in app

Sign In

Write

Sign In

Shweta Lodha
Shweta Lodha

1.3K Followers

Home

About

Jun 21

Give Voice To Your Azure OpenAI Chatbot

In this article, I’ll show you how can you give voice to your chatbot so that you can ask question in your voice and get response back as an audio. To make this entire flow, we need to integrate two services: Azure Speech Service Azure OpenAI Service Which means that…

OpenAI

3 min read

Give Voice To Your Azure OpenAI Chatbot
Give Voice To Your Azure OpenAI Chatbot
OpenAI

3 min read


Jun 6

Get Answers From Your PDF — Azure OpenAI and Langchain

In this article, I’ll walk you through all the steps required to query your PDFs and get response out of it using Azure OpenAI. Let’s get started by importing the required packages. Import Required Packages Here are the packages which we need to import to get started: from dotenv import load_dotenv from langchain.document_loaders import…

OpenAI

2 min read

Get Answers From Your PDF — Azure OpenAI and Langchain
Get Answers From Your PDF — Azure OpenAI and Langchain
OpenAI

2 min read


May 25

Integrating Azure Cognitive Search With Azure OpenAI and Langchain

In this article, I’ll guide you through all the steps which are required to utilize Azure search(non-semantic) with OpenAI and Langchain. Before getting started, here are the few prerequisites which need to be satisfied. Prerequisites An Azure account with an active subscription. If you do not have one, you can Create…

OpenAI

3 min read

Integrating Azure Cognitive Search With Azure OpenAI and Langchain
Integrating Azure Cognitive Search With Azure OpenAI and Langchain
OpenAI

3 min read


May 5

Create Chatbot Based On The Data Feed By You — GPT Index/LlamaIndex| OpenAI

This article is the revised version of my previous article published here. Reason for this revision is, GPT Index is renamed to LlamaIndex. Here problem is not only renaming, lot many classes are removed, function parameters are changed and much more. So, let’s get started. In this article, I’ll show…

OpenAI

3 min read

OpenAI

3 min read


Apr 24

How To Query Many Files At Once Using OpenAI

In this article, I’ll explain you an end-to-end use case which utilizes OpenAI. We will see how we can answer the questions from multiple documents. User will provide the directory path and system will go through all the files to answer the questions. Let’s get started. Import Required Packages Below are the list…

OpenAI

3 min read

How To Query Many Files At Once Using OpenAI
How To Query Many Files At Once Using OpenAI
OpenAI

3 min read


Apr 16

Answer your questions based on local embedding

In this article, I’ll walk you through high level steps which are required to query your comma separated value a.k.a. CSV file and get response out of it. Let’s get started by importing the required packages. Import Required Packages import pandas as pd import tiktoken import openai import os import numpy as np Get OpenAI API Key …

OpenAI

4 min read

Answer your questions based on local embedding
Answer your questions based on local embedding
OpenAI

4 min read


Apr 5

Query Your PDF And Get Answers — OpenAI | Langchain | Python

In this article, I’ll walk you through all the steps required to query your PDFs and get response out of it. Let’s get started by importing the required packages. Import Required Packages import langchain import os import openai from langchain.embeddings import OpenAIEmbeddings from langchain.vectorstores import Chroma from langchain import OpenAI, VectorDBQA from langchain.document_loaders import UnstructuredFileLoader from langchain.text_splitter import CharacterTextSplitter import nltk nltk.download("punkt") os.environ["OPENAI_API_KEY"]…

2 min read

Query Your PDF And Get Answers — OpenAI | Langchain | Python
Query Your PDF And Get Answers — OpenAI | Langchain | Python

2 min read


Mar 22

Give Permanent Memory To OpenAI Embeddings

In this article, I’ll show you how you can use your locally stored text files to get response using GPT-3. You can ask questions and get response like ChatGPT. This article is in continuation to the one, I’ve already written. …

OpenAI

4 min read

Give Permanent Memory To OpenAI Embeddings
Give Permanent Memory To OpenAI Embeddings
OpenAI

4 min read


Mar 21

Use ChatGPT Inside Google Docs

In this article, I’ll explain how can you integrate ChatGPT inside Google docs and utilize the capabilities of any text based OpenAI model of your choice. If you are not aware what Google docs is — it is an offering by Google, where in you can create and collaborate documents…

OpenAI

3 min read

Use ChatGPT Inside Google Docs
Use ChatGPT Inside Google Docs
OpenAI

3 min read


Mar 13

How To Use ChatGPT Inside Excel

In this article, I will show you, how can you integrate ChatGPT with Microsoft Excel. Let’s get started by getting an OpenAI API key. Getting OpenAI API Key To get the OpenAI key, you need to go to https://openai.com/, login and then grab the keys using highlighted way: Adding Script In Excel Let’s open Excel, go to Automate…

ChatGPT

3 min read

How To Use ChatGPT Inside Excel
How To Use ChatGPT Inside Excel
ChatGPT

3 min read

Shweta Lodha

Shweta Lodha

1.3K Followers

I’m C# Corner MVP, mentor, speaker, YouTuber & developer. YouTube: https://www.youtube.com/channel/UCQVOeT4i5nezvPG_xvIFzdQ Blog: http://www.shwetalodha.in

Following
  • Som Dutt

    Som Dutt

  • Marta Henriques

    Marta Henriques

  • Michael Holford

    Michael Holford

  • Duane Michael

    Duane Michael

  • Don Martin

    Don Martin

See all (427)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams