Skip to content

Workshop content to dive into the world of graph databases by harnessing the power of natural language processing (NLP), and building intelligent applications that understand and respond to human queries

License

sidagarwal04/graph-powered-nlp-workshop

Repository files navigation

Graph Powered NLP Workshop

Are you ready to dive into the world of graph databases, harness the power of natural language processing (NLP), and build intelligent applications that understand and respond to human queries? Follow this step-by-step guide to embark on a thrilling journey that combines the strength of Google PaLM 2 (within Google AI Studio), Neo4j, and Python and build an intelligent Gen-AI powered Q&A Chatbot. For this workshop, we will be using Movies dataset with PERSON and MOVIE as nodes and ACTED_IN, DIRECTED, FOLLOWS, PRODUCED, REVIEWED, WROTE as Relationships. Refer to the slide deck for additonal reference.

Duration: 180 minutes
Level: Beginner to Intermediate

Gen-AI and LLMs

Generative AI (Gen-AI) refers to a subset of artificial intelligence technologies that can generate new content, including text, images, music, and code, after learning from a vast dataset. These models can create original outputs that have never been seen before, as opposed to simply analyzing or classifying data.

Large Language Models (LLMs) are a specific type of Gen-AI that are particularly adept at understanding and generating human language. LLMs are trained on a massive corpus of text data, which enables them to perform a variety of language tasks, such as translation, question-answering, summarization, and content creation. They work by predicting the next word in a sequence of words, making them capable of generating coherent and contextually relevant text passages.

LLMs have revolutionized the field of natural language processing (NLP) due to their ability to handle complex language tasks that were previously challenging for machines. They have become foundational to a number of AI-driven applications, providing the backend intelligence for chatbots, writing assistants, and more. However, their capabilities also raise important considerations regarding ethics, biases in training data, and the potential for misuse, which are areas of ongoing research and discussion in the AI community.

0dfd20dd-next-gen-ai-blog-image1-scaled

Google PaLM2

PaLM-2, which stands for "Pathways Language Model 2," is Google's second-generation large language model that underscores the company's commitment to responsible AI development and deployment. All versions of PaLM-2 undergo rigorous evaluations to assess potential harms, biases, capabilities, and their suitability for both research and practical applications (Source)​​.

This model represents a significant advancement with enhanced multilingual, reasoning, and coding capabilities. It has been heavily trained on multilingual text, covering over 100 languages, which allows for improved performance on tasks across different languages​​ (Source).

PaLM-2 is a part of Google's lineage of breakthrough research in machine learning. It plays a crucial role in powering generative AI features and tools developed by Google, such as the Bard chatbot and the PaLM API, which are used for creating AI-driven applications​​ (Source).

Importantly, PaLM-2 has been integrated into nearly 25 Google products, demonstrating its extensive utility and the trust Google places in its performance and reliability. Its applications span a wide range of Google's services, including Gmail and Google Docs, indicating its pervasive influence across the company's product suite​​ (Source).

Note: PaLM2 API is now replaced with (Gemini API).

palm_api_(1)

Google AI Studio

Google AI Studio (earlier called Google MakerSuite) is a tool designed to facilitate the building of generative AI applications. It provides an efficient user interface (UI) for interacting with some of Google's latest AI models, allowing for the easy translation of prompts into production-ready code that can be integrated into applications​​ (Source). MakerSuite is browser-based and functions as an integrated development environment (IDE) specifically for prototyping with generative language models. It supports rapid experimentation with different prompts and models, and once a developer is satisfied with their creation, the tool enables easy exportation of the project to Python code. This code can then interact with the same models via the PaLM API​​ (Source).

The aim of MakerSuite is to democratize the creation of AI-powered applications, making it accessible to any individual with a Google account. It simplifies the process of building with the PaLM API, which is a platform for machine learning and natural language processing tasks. By utilizing MakerSuite, developers can rapidly prototype and test configurations used in conjunction with the PaLM API, thereby streamlining the development of products and services that leverage Google's generative AI capabilities​​ (Source).

Furthermore, Google has expanded the reach of MakerSuite to cover 179 countries and territories, making it available to anyone who has a Google Workspace account. This expansion is part of Google's initiative to help users from various backgrounds become AI makers and create innovative applications using their generative models​​ (Source).

G4D-Makersuite-Expands-Social-v2

Neo4j AuraDB

Neo4j AuraDB is a cloud-based graph database service offered by Neo4j. It's designed to provide users with a fully managed graph database as a service (DBaaS), enabling rapid and efficient queries that facilitate real-time analytics and insights (Source)​​. The service is built to be highly available and self-healing, ensuring that it can scale on demand without any loss of service. It includes enterprise-class security features, such as role-based access control in the enterprise tier (Source)​​.

AuraDB is known for its lightning-fast performance and scalability, which are crucial for graph analytics applications. It allows users to start for free and makes it easy to integrate with various languages and frameworks. The service also offers prebuilt datasets to help users get started quickly​​ (Source).

Furthermore, Neo4j AuraDB is tailored to leverage the relationships in data, which is a core advantage of graph databases. This purpose-built service enables users to execute complex queries and gain insights with high speed, which is especially beneficial for applications that require real-time data analysis (Source)​​.

Screenshot 2023-11-21 at 8 40 06 PM

About

Workshop content to dive into the world of graph databases by harnessing the power of natural language processing (NLP), and building intelligent applications that understand and respond to human queries

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published