Blog

Technical insights, tutorials, and thoughts on AI

Install mysql on Ubuntu 22.04

References: https://www.digitalocean.com/community/tutorials/how-to-install-mysql-on-ubuntu-22-04 mysql -u root -p CREATE USER 'airbyte'@'host' IDENTIFIED WITH authentication_plugin BY 'pass...

Web mirroring

References: EFF: Mirroring your site Create a mirror wget -mkxKE -e robots=off http://www.example.org/

Vector Database Examples

Machine learning
References: Building AI-powered apps on Google Cloud databases using pgvector, LLMs and LangChain, colab Postgres pgvector Extension - Vector Database with PostgreSQL / Langchain Integration ...

Kubernetes on AWS

Machine learning Airbyte Dagster Langchain Python
References: AWS docs Getting started with Amazon EKS – eksctl Managing the Amazon EBS CSI driver as an Amazon EKS add-on Creating an IAM OIDC provider for your cluster ...

Flask & Langchain Example

Machine learning Flask Langchain Python
Steps on Ubuntu 22.04: Create a virtual environment, install required packages: python3 -m venv ~/.venv/flask-langchain . ~/.venv/flask-langchain/bin/activate pip install ...