From 00bad39fb75f492fce98fd445cc59e8eff82103d Mon Sep 17 00:00:00 2001 From: Adam Hevenor Date: Thu, 6 Feb 2025 15:47:37 -0700 Subject: [PATCH] Update aerospike.json * adds langchain and updates language --- docs/tools/vdb_table/data/aerospike.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/tools/vdb_table/data/aerospike.json b/docs/tools/vdb_table/data/aerospike.json index 1d0fc403..633e6a56 100644 --- a/docs/tools/vdb_table/data/aerospike.json +++ b/docs/tools/vdb_table/data/aerospike.json @@ -20,7 +20,7 @@ }, "dev_languages": { "value": [ - "java" + "kotlin" ], "source_url": "", "comment": "" @@ -92,8 +92,8 @@ "comment": "" }, "langchain": { - "support": "none", - "source_url": "", + "support": "full", + "source_url": "https://python.langchain.com/docs/integrations/vectorstores/aerospike/", "comment": "" }, "llamaindex": { @@ -122,8 +122,8 @@ "comment": "" }, "disk_index": { - "support": "full", - "source_url": "https://aerospike.com/docs/vector/architecture/vector-data#index-partitioning-in-aerospike", + "support": "none", + "source_url": "", "comment": "" }, "ephemeral": { @@ -132,7 +132,7 @@ "comment": "" }, "sharding": { - "support": "full", + "support": "none", "source_url": "", "comment": "" }, @@ -195,4 +195,4 @@ "comment": "", "value_90_days": 0 } -} \ No newline at end of file +}