Tag:others
All the articles with the tag "others".
How Does Ollama's Structured Outputs Work?
Posted on:9 December 2024 atDigging into what Ollama is doing under the hood to produce structured outputs
Relevant XKCD? - Testing Multimodal Retrieval
Posted on:6 December 2024 atEmbedding XKCDs with nomic-embed-vision-v1.5 (and retrieving them with DuckDB)
Preventing Overlapping Data in PostgreSQL - What Goes Into an Exclusion Constraint
Posted on:20 October 2024 atHow can you prevent overlapping date ranges? Exclusion constraints do it at the database layer
Quick CSV to SQLite with DuckDB
Posted on:30 September 2024 atQuickly creating SQLite databases with DuckDB, without writing schemas
Psycopg Database Connections with FastAPI
Posted on:28 July 2024 atSharing database connections between requests with FastAPI
Refactoring list logic using Python sets
Posted on:24 November 2023 atReplacing loops and ifs with Python sets for a speedup and better readability.
Starting a new Python project - an opinionated starter guide
Posted on:2 November 2023 atAn opinionated mini-guide to setup a new Python project from scratch with *most* of the tooling you will need.