sharfy

Results 6 comments of sharfy

这个项目不太适合,想研究一下显存虚拟化这块技术

请问一下 3.4版本大概什么时候可以发布

Because this demo contains Python-related code.

前面为什么不做这个功能,有什么注意项和苦难点,我看看是否可以实现然后贡献给社区

@ZiheLiu Execution Error approx_l2_distance ,without limit 1 CREATE TABLE `t_test_vector_table` ( `id` bigint(20) NOT NULL COMMENT "", `vector1` ARRAY NOT NULL COMMENT "", INDEX index_vector1 (`vector1`) USING VECTOR ("metric_type" =...

@yulongfufu yulongfufu @ZiheLiu ```sql CREATE TABLE t_test_vector_table3 ( id BIGINT, content_embedding ARRAY NOT NULL COMMENT "", create_time DATETIME, INDEX func_embedding1 (content_embedding) USING VECTOR ( "dim" = "5", "index_type" = "hnsw",...