Git Product home page Git Product logo

ragbot's Introduction

Build an LLM RAG Chatbot With LangChain

I'm working through the realpython.com Build and LLM RAG chatbot with langchain tutorial as part of a project to learn Python and understand AI developments.

Notes to Self

I'm using venv to manage the virtual environment, and coding in Windows. The following would probably be obvious to any experienced Python developer.

To create a virtual environment venv, as a one-off step

python -m venv venv

To activate the virtual environment venv (Windows command prompt or PowerShell)

PS> venv\Scripts\activate
(venv) PS>

To install dependencies, in Windows (one-off, or any time you merge an updated requirements.txt)

(venv) PS> pip install -r requirements.txt

To update requirements.txt (any time you've added or updated a dependency)

(venv) PS> pip freeze > requirements.txt

ragbot's People

Contributors

roundand avatar

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.