Postgres and SQLite Vector Store Without a Vendor
Store float32 embeddings in SQLite or Postgres on one VPS, skip a hosted vector database, and run honest nearest-neighbor search you can backup.
NetBay journal
30 practical AI Infrastructure articles from Netbay Engineering — written for operators running Linux and Windows VPS in India.
30 articles in this topic
Store float32 embeddings in SQLite or Postgres on one VPS, skip a hosted vector database, and run honest nearest-neighbor search you can backup.
Send easy prompts to a cheap model and escalate only when a classifier, token budget, or failed JSON parse says the expensive model is worth it.
Install Ollama on Ubuntu 24.04, pull a small 3B GGUF-backed model, and run it under systemd on an Intel Xeon Platinum CPU VPS without a GPU.
Encode docs on CPU with MiniLM or llama.cpp, normalize 384-d vectors, and keep embeddings on one Lucknow VPS instead of a billed embedding API.
Keep OpenAI and Anthropic keys in a root-owned systemd EnvironmentFile on Ubuntu so a Lucknow VPS never leaks model credentials through git or logs.
Compile llama.cpp, load a Q4 GGUF 3B to 8B model, and generate text on an Intel Xeon Platinum CPU VPS without a GPU on High-Speed SSD in Lucknow.