diff --git a/docs/tools/vdb_table/data/chromia.json b/docs/tools/vdb_table/data/chromia.json new file mode 100644 index 000000000..8b57473da --- /dev/null +++ b/docs/tools/vdb_table/data/chromia.json @@ -0,0 +1,188 @@ +{ + "name": "Chromia", + "links": { + "docs": "https://docs.chromia.com/intro/extensions/vector-db", + "github": "https://gitlab.com/chromaway/core/vector-db-extension", + "website": "https://chromia.com/", + "vendor_discussion": "https://github.com/superlinked/VectorHub/discussions/544", + "poc_github": "https://gitlab.com/johan.nilssonn", + "slug": "chromia" + }, + "oss": { + "support": "full", + "source_url": "https://gitlab.com/chromaway/core/vector-db-extension/-/blob/dev/LICENSE", + "comment": "" + }, + "license": { + "value": "GPL-3.0", + "source_url": "https://www.gnu.org/licenses/", + "comment": "" + }, + "dev_languages": { + "value": [ + "kotlin" + ], + "source_url": "", + "comment": "" + }, + "vector_launch_year": 2025, + "metadata_filter": { + "support": "", + "source_url": "", + "comment": "" + }, + "hybrid_search": { + "support": "partial", + "source_url": "https://docs.chromia.com/intro/extensions/vector-db#querying-vectors", + "comment": "" + }, + "facets": { + "support": "", + "source_url": "", + "comment": "" + }, + "geo_search": { + "support": "", + "source_url": "", + "comment": "" + }, + "multi_vec": { + "support": "none", + "source_url": "", + "comment": "" + }, + "sparse_vectors": { + "support": "none", + "source_url": "", + "comment": "" + }, + "bm25": { + "support": "none", + "source_url": "", + "comment": "" + }, + "full_text": { + "support": "partial", + "source_url": "https://gitlab.com/chromaway/core/vector-db-extension#local-run-and-example", + "comment": "" + }, + "embeddings_text": { + "support": "none", + "source_url": "", + "comment": "" + }, + "embeddings_image": { + "support": "none", + "source_url": "", + "comment": "" + }, + "embeddings_structured": { + "support": "", + "source_url": "", + "comment": "" + }, + "rag": { + "support": "", + "source_url": "", + "comment": "" + }, + "recsys": { + "support": "", + "source_url": "", + "comment": "" + }, + "langchain": { + "support": "", + "source_url": "", + "comment": "" + }, + "llamaindex": { + "support": "", + "source_url": "", + "comment": "" + }, + "managed_cloud": { + "support": "full", + "source_url": "https://chromia.com/mainnet", + "comment": "" + }, + "pricing": { + "value": "", + "source_url": "", + "comment": "" + }, + "in_process": { + "support": "", + "source_url": "", + "comment": "" + }, + "multi_tenancy": { + "support": "", + "source_url": "", + "comment": "" + }, + "disk_index": { + "support": "", + "source_url": "", + "comment": "" + }, + "ephemeral": { + "support": "none", + "source_url": "", + "comment": "" + }, + "sharding": { + "support": "full", + "source_url": "", + "comment": "" + }, + "doc_size": { + "bytes": 0, + "unlimited": false, + "source_url": "", + "comment": "" + }, + "vector_dims": { + "value": 2000, + "unlimited": false, + "source_url": "https://github.com/pgvector/pgvector", + "comment": "Powered by pgvector - open-source vector similarity" + }, + "index_types": { + "value": [ + "HNSW" + ], + "source_url": "", + "comment": "" + }, + "github_stars": { + "value": 0, + "source_url": "", + "comment": "", + "value_90_days": 0 + }, + "docker_pulls": { + "value": 0, + "source_url": "", + "comment": "", + "value_90_days": 0 + }, + "pypi_downloads": { + "value": 0, + "source_url": "", + "comment": "", + "value_90_days": 0 + }, + "npm_downloads": { + "value": 0, + "source_url": "", + "comment": "", + "value_90_days": 0 + }, + "crates_io_downloads": { + "value": 0, + "source_url": "", + "comment": "", + "value_90_days": 0 + } + } \ No newline at end of file