GitHub Workflow Tips
GitHub Workflow notes for cleaning up disk space of and installing PostgreSQL to the runner.
GitHub Workflow notes for cleaning up disk space of and installing PostgreSQL to the runner.
Resolve marker/delimiter conflict between Django's template system and Vue.js.
Working with Server-sent Events (SSE) with Django
Publishing reusable Django apps to PyPI
Data Model for Embedding Typically, a model is used whose record includes: the text being embedded the embedding (vector of floats) However, RDBMSes have strict and relatively static schemas that…
Sigh. 🙄 Yes--yet another "AI" article in a blog. The pgvector extension allows PostgreSQL to support vector searches. This ability is useful for implementing RAG solutions. The link has all…
The following notes apply when using Celery with the RabbitMQ broker. Celery Settings task_acks_late The Celery setting task_acks_late (by default disabled), if set, will defer message ACK with RabbitMQ until…