向量索引技术总结笔记
1. 向量索引基础概念
向量索引是一种特殊的数据结构,用于高效地存储、检索和比较高维向量数据,主要应用于相似性搜索场景。
向量索引配置示例
{
"meta": {
"dvFormat": "Lucene70"},
"partition": 40,
"vector_type": "IVF",
"dims": 64,
"centroidNum": 256,
"nprobe": 4,
"metricType": "IP",
"centroidSql": "select vec from table where dt = $now.delta(1).datekey and rank_index_third

2178

被折叠的 条评论
为什么被折叠?



