pgai allows you to develop RAG, semantic search, and other AI applications directly in PostgreSQL
Timescale Products | Timescale
pgai simplifies the process of building search, Retrieval Augmented Generation (RAG), and other AI applications with PostgreSQL. It complements popular extensions for vector search in PostgreSQL like pgvector and pgvectorscale, building on top of their capabilities.
Auto Create and Sync Vector Embeddings in 1 Line of SQL (pgai Vectorizer) - YouTube
Timescale Documentation | Install TimescaleDB on Docker
docker pull timescale/timescaledb-ha:pg16
docker run -d --name timescaledb -p 5432:5432 -e POSTGRES_PASSWORD=password timescale/timescaledb-ha:pg16
psql -d "postgres://<username>:<password>@<host>:<port>/<database-name>"
\dx
No comments:
Post a Comment