Git Product home page Git Product logo

lex-agent's Introduction

Lex Fridman Podcast QA Agent

This repository demonstrates how to build a conversational agent that answers user questions using transcripts from the Lex Fridman podcast.

The agent is built using the following Python packages: langchain, pod-gpt, pinecone-client[grpc], openai, and tqdm.

Description

The conversational agent is built on top of a vector database that indexes transcripts from the Lex Fridman podcast using an OpenAI GPT-3.5-turbo language model. The agent retrieves answers from the vector database using a question-answering model based on the RetrievalQA class from the langchain library. The Memory class from the langchain.chains.conversation.memory module is used to provide conversational memory to the agent. Code is based off of Pinecone examples here. Great walkthrough!

Steps

  1. Download a pre-built dataset of Lex Fridman podcast transcripts using datasets from Hugging Face.
  2. Use the pod-gpt package to create an indexer for the transcripts and index them to a Pinecone vector database.
  3. Initialize the RetrievalQA class from the langchain.chains module with the OpenAI GPT-3.5-turbo language model and the Pinecone vector database.
  4. Initialize a Tool object with the RetrievalQA object, a description of the tool, and a name for the tool.
  5. Initialize a Memory object from the langchain.chains.conversation.memory module.
  6. Use initialize_agent() from the langchain.agents module to create a conversational agent with the initialized Tool and Memory objects.

License

This script is open-source and licensed under the MIT License. For more details, check the LICENSE file.

lex-agent's People

Contributors

willdphan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

maka-77x

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.