{"slug":"tiger-cloud","name":"Tiger Cloud (Timescale / TigerData)","owner":null,"repo":null,"category":"vector-db-infra","lang":"","blurb":"Managed Postgres tuned for scale with pgvector + pgvectorscale and hybrid vector/BM25 search — a Postgres-native RAG backend, no per-vector pricing.","use_cases":"[]","alternatives":[],"stars":0,"pushed_at":null,"synced_at":null,"kind":"api","one_liner":"Managed Postgres tuned for scale with pgvector + pgvectorscale and hybrid vector/BM25 search — a Postgres-native RAG backend, no per-vector pricing.","website":"https://www.tigerdata.com","docs_url":"https://www.tigerdata.com/docs/use-timescale/latest/extensions/pgvector","signup_url":"https://www.tigerdata.com/","pricing_model":"freemium","pricing_note":"Free trial ($1,000 credits / free first month), spin up in minutes with no credit card; then usage-based compute (hourly) + storage","auth_type":"account","agent_signup":"self-serve-instant-key","agent_signup_note":"Sign up without a credit card and spin up a service in minutes, getting a Postgres connection string; pgvector/pgvectorscale/pgai enabled via SQL. Standard Postgres tooling (drivers, Terraform) applies.","mcp_server":"","sdks":["Python","Node.js","any Postgres driver","SQL"],"code_sample":"{\"lang\":\"sql\",\"code\":\"CREATE EXTENSION IF NOT EXISTS vector;\\nCREATE TABLE docs (id bigserial PRIMARY KEY, embedding vector(3));\\nINSERT INTO docs (embedding) VALUES ('[0.1,0.2,0.3]');\\nSELECT id FROM docs ORDER BY embedding <-> '[0.1,0.2,0.3]' LIMIT 3;\"}","tags":["vector-db","postgres","pgvector","pgvectorscale","hybrid-search","rag"],"useCases":[],"codeSample":{"lang":"sql","code":"CREATE EXTENSION IF NOT EXISTS vector;\nCREATE TABLE docs (id bigserial PRIMARY KEY, embedding vector(3));\nINSERT INTO docs (embedding) VALUES ('[0.1,0.2,0.3]');\nSELECT id FROM docs ORDER BY embedding <-> '[0.1,0.2,0.3]' LIMIT 3;"},"oneLiner":"Managed Postgres tuned for scale with pgvector + pgvectorscale and hybrid vector/BM25 search — a Postgres-native RAG backend, no per-vector pricing.","docsUrl":"https://www.tigerdata.com/docs/use-timescale/latest/extensions/pgvector","signupUrl":"https://www.tigerdata.com/","pricingModel":"freemium","pricingNote":"Free trial ($1,000 credits / free first month), spin up in minutes with no credit card; then usage-based compute (hourly) + storage","authType":"account","agentSignup":"self-serve-instant-key","agentSignupNote":"Sign up without a credit card and spin up a service in minutes, getting a Postgres connection string; pgvector/pgvectorscale/pgai enabled via SQL. Standard Postgres tooling (drivers, Terraform) applies.","mcpServer":""}