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…
I've had to set these up so many times that having a starter .tar.gz will help:django-starter.tar.gz Contents Dockerfile docker-compose.yml requirements.txt Commands Shell in with service ports: docker-compose run --rm --service-ports…