Artistic image representing Janek's Computers

Janek's Computers

Summary

ChatGPT plugin, which could also run standalone on a website, that lets the users ask the german law code (as scraped from gesetze-im-internet.de) for information.

Motivation

Questions for LangDock

Log

 
 

Flow

option 1: “Was passiert wenn man was klaut?” → chatgpt makes some decisions about what question to ask to a plain apt → api responds → chatgpt interprets the answer
 
option 2: “Was passiert wenn man was klaut?” → the question goes into an api endpoint directly → the endpoint itself uses langchain + embeddings to identify relevant articles → fetches the information and interprets it
 
Really looks like option 2 is the right one, but maybe there’s option 3 or something inbetween
 

Supabase + edge functions

 
 
 

Feedback for langdock

Format

as of 16.05
 
 
yeah
 
look at github scrapesetze
 
make a json schema
 
 
msg: hey, I want to make a simple API