this presentation is regarding the Indian polity chatbot deployed on azure openAI cloud platform
Size: 9.9 MB
Language: en
Added: Oct 16, 2024
Slides: 64 pages
Slide Content
Indian Polity Chatbot Presented by:Anupama
Project Requirement Objective – Easy to access terms and concepts of Indian polity standard reference book by M. Lakshmikant Use case- Content generation interactive QA chat User Interactions – Chat interface
Project overview
Prerequisite
Planning and Design
Project Workflow
Data Import and Data Creation Data Source/ Raw data Records Creation /Ground Truth
Set Up Infrastructure
Setup Azure Subscription Azure Services Azure OpenAI : Create an instance for using OpenAI models (GPT-4) Azure Blob Storage : Set up Blob Storage for storing documents, datasets, and configuration files. Azure Cognitive Search : Create a search index for document search functionality if needed.
Install Azure Development Workload Open Visual Studio Installer . Click on Modify next to your installed version of Visual Studio. Select Azure Development workload. Click Modify to install the workload. Sign in to Azure in Visual Studio Launch Visual Studio . Go to the top-right corner of Visual Studio, where your profile is displayed. Click on Sign In . In the pop-up window, sign in with your Azure account credentials. View Azure Resources in Cloud Explorer Go to View in the top menu. Select Cloud Explorer . In the Cloud Explorer, you should see all the resources associated with your Azure account once you're logged in. Manage Azure Resources Use Cloud Explorer to view, monitor, and manage your Azure resources like Web Apps, Virtual Machines, and more. You can deploy your applications directly to Azure by right-clicking your projects and selecting Publish . Create or Manage Azure Resources From Cloud Explorer , you can also manage existing resources or create new ones like App Services, SQL Databases, and Azure Functions.
Python Program
Ingest Backend S erver-side system or service responsible for collecting, processing, and storing data from various sources Data ingestion is the process of moving and replicating data from data sources to destination such as a cloud data lake  or cloud data warehouse .Â
Listing Project Dependencies requirements.txt Python Packages : to install all necessary dependencies with a single command:
Create a vector index :vector fields &their data types Vector fields are characterized by their data type , a dimensions  property based on the embedding model used to output the vectors, and a vector profile.