Postgres Schema for Prompting
A query to get your postgres schema for llm prompts
A blog from Ihsaan Patel
A query to get your postgres schema for llm prompts
Using temporal to deliver webhooks reliably
Some things I learned building an email tool for agents
A quick and dirty way to include docx and xlsx files in your LLM application
Strategies for parsing redline PDFs
Using marker injection can solve a lot of issues with LLM document referencing, particularly for exact text matching and token efficiency.
As LLMs get smarter and faster, is code generation necessary?
Figuring out whether two entities (people, places, products, etc.) are the same for data joins or de-duplication can always be a challenge, particularly when dealing with messy data with no unique identifier. LLMs provide a potentially simpler / more generalizable solution to this problem