{"resource_type":{"id":218,"name":"chromadb","schema":"{\n\t\"$schema\": \"https://json-schema.org/draft/2020-12/schema\",\n\t\"properties\": {\n\t\t\"host\": {\n\t\t\t\"type\": \"string\",\n\t\t\t\"description\": \"The host of the remote server. Default is localhost.\",\n\t\t\t\"default\": \"localhost\",\n\t\t\t\"nullable\": false\n\t\t},\n\t\t\"port\": {\n\t\t\t\"type\": \"integer\",\n\t\t\t\"description\": \"The port of the remote server. Default is 8000.\"\n\t\t},\n\t\t\"ssl\": {\n\t\t\t\"default\": false,\n\t\t\t\"type\": \"boolean\",\n\t\t\t\"description\": \"If True, the client will use HTTPS. If not specified, the default is False.\"\n\t\t},\n\t\t\"tenant\": {\n\t\t\t\"type\": \"string\",\n\t\t\t\"description\": \"Optional: The tenant to use (logical grouping for a set of databases). Default is 'default_tenant'.\",\n\t\t\t\"default\": null,\n\t\t\t\"nullable\": true\n\t\t},\n\t\t\"database\": {\n\t\t\t\"type\": \"string\",\n\t\t\t\"description\": \"Optional: The database to use. Default is 'default_database'.\",\n\t\t\t\"default\": null,\n\t\t\t\"nullable\": true\n\t\t}\n\t},\n\t\"required\": [\n\t\t\"host\",\n\t\t\"port\"\n\t],\n\t\"type\": \"object\",\n\t\"order\": [\n\t\t\"host\",\n\t\t\"port\",\n\t\t\"ssl\",\n\t\t\"tenant\",\n\t\t\"database\"\n\t]\n}","approved":true,"app":"","description":"Open-source vector database to store, manage, and query vector embeddings.","created_by":"github833","created_at":"2025-02-08T09:51:08.262Z"}}