{"slug":"weaviate-cloud","name":"Weaviate Cloud","owner":null,"repo":null,"category":"vector-db-infra","lang":"","blurb":"Managed cloud for the open-source Weaviate vector database, with built-in hybrid search and vectorizer modules and a free 14-day sandbox to start instantly.","use_cases":"[]","alternatives":[],"stars":0,"pushed_at":null,"synced_at":null,"kind":"api","one_liner":"Managed cloud for the open-source Weaviate vector database, with built-in hybrid search and vectorizer modules and a free 14-day sandbox to start instantly.","website":"https://weaviate.io","docs_url":"https://weaviate.io/developers/wcs","signup_url":"https://console.weaviate.cloud","pricing_model":"freemium","pricing_note":"Free Sandbox (50K objects, auto-expires after 14 days); Flex from $45/mo, billed on vector dimensions + storage","auth_type":"api-key","agent_signup":"self-serve-instant-key","agent_signup_note":"Create a free Sandbox in the console and get a cluster URL + API key immediately (no CC). Caveat: the free Sandbox auto-expires after 14 days and cannot be extended — data is lost, so it's for prototyping, not persistence.","mcp_server":"","sdks":["Python","TypeScript","Go","Java"],"code_sample":"{\"lang\":\"python\",\"code\":\"import weaviate\\nfrom weaviate.classes.init import Auth\\n\\nclient = weaviate.connect_to_weaviate_cloud(\\n    cluster_url=\\\"https://YOUR-CLUSTER.weaviate.cloud\\\",\\n    auth_credentials=Auth.api_key(\\\"YOUR_API_KEY\\\"),\\n)\\ndocs = client.collections.get(\\\"Docs\\\")\\nres = docs.query.near_vector(near_vector=[0.1, 0.2, 0.3], limit=3)\\nclient.close()\"}","tags":["vector-db","open-source","hybrid-search","rag","managed"],"useCases":[],"codeSample":{"lang":"python","code":"import weaviate\nfrom weaviate.classes.init import Auth\n\nclient = weaviate.connect_to_weaviate_cloud(\n    cluster_url=\"https://YOUR-CLUSTER.weaviate.cloud\",\n    auth_credentials=Auth.api_key(\"YOUR_API_KEY\"),\n)\ndocs = client.collections.get(\"Docs\")\nres = docs.query.near_vector(near_vector=[0.1, 0.2, 0.3], limit=3)\nclient.close()"},"oneLiner":"Managed cloud for the open-source Weaviate vector database, with built-in hybrid search and vectorizer modules and a free 14-day sandbox to start instantly.","docsUrl":"https://weaviate.io/developers/wcs","signupUrl":"https://console.weaviate.cloud","pricingModel":"freemium","pricingNote":"Free Sandbox (50K objects, auto-expires after 14 days); Flex from $45/mo, billed on vector dimensions + storage","authType":"api-key","agentSignup":"self-serve-instant-key","agentSignupNote":"Create a free Sandbox in the console and get a cluster URL + API key immediately (no CC). Caveat: the free Sandbox auto-expires after 14 days and cannot be extended — data is lost, so it's for prototyping, not persistence.","mcpServer":""}