Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.16 KB

README.md

File metadata and controls

25 lines (20 loc) · 1.16 KB

Yet Another wrapper around GPT, written for fun and to explore if it is possible to have:

  • The simplest possible Text only Interface - as far as possible all features are accessed via chat:
    • wikipedia search
    • document selection, deletion, and search
    • help
  • The simplest possible Postgres-based architecture:
  • The simplest possible langchain/langgraph set up where:
    • all features are tools accessed via the prebuilt ReAct agent
    • appropriate citations are sourced after the text has been streamed to the user for speed

Inspired in equal measure by:

image

How to run via docker:

  1. create a .env file, see .env.example
  2. docker compose up -d
  3. docker compose run python manage createsuperuser
  4. Then login via the admin http://localhost:8080/admin/ (or grep the logs looking for the magic link)