home / readingList

read

1 row where domain = "blog.scottlogic.com"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: date (date)

Link rowid ▼ url title description image date hnurl screenshot pdf domain
780 780 https://blog.scottlogic.com/2023/05/04/langchain-mini.html Re-implementing LangChain in 100 lines of code LangChain has become a tremendously popular toolkit for building a wide range of LLM-powered applications, including chat, Q&A and document search. In this blogpost I re-implement some of the novel LangChain functionality as a learning exercise, looking at the low-level prompts it uses to create these higher level capabilities. https://blog.scottlogic.com/ceberhardt/assets/ai.png 2023-05-05T22:00:13.840144455Z https://news.ycombinator.com/item?id=35820931 1683323999.png 1683324001.pdf blog.scottlogic.com

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE [read] (
   [url] TEXT,
   [title] TEXT,
   [description] TEXT,
   [image] TEXT,
   [date] TEXT,
   [hnurl] TEXT,
   [screenshot] TEXT,
   [pdf] TEXT,
   [domain] TEXT
);
Powered by Datasette · Queries took 26.261ms