Skip to content

This is a repository to show case a simple rag workflow with langchain as part of the nlp lecture at htwg konstanz

Notifications You must be signed in to change notification settings

Alex-J-W/nlp_rag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LangChain GPT4All Demo

This repository demonstrates the use of LangChain with the open-source GPT4All models. It showcases key features such as Chains, Agents, and Memory, and provides examples for building interactive LLM-powered applications.

Prerequisites

  • Python 3.12 or higher
  • Install dependencies (run command in console):
    pip install -r requirements.txt
    
    

Run

To run the example project, activate your python environment and run

python rag_example.py

About

This is a repository to show case a simple rag workflow with langchain as part of the nlp lecture at htwg konstanz

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages