├── 1-初步学习.md ├── 10-ivfpq内存计算.md ├── 11.并发情况.md ├── 2-基础算法.md ├── 3- index类型.md ├── 3.1-faiss索引列表.md ├── 4-faiss文件io.md ├── 5-数据预处理.md ├── 6-ivfpq文件格式解析.md ├── 7-ivfpq文件加载.md ├── 8-gpu基本数据格式.md ├── 9-GpuIVFPQ.md ├── ReadMe.md ├── faq.md ├── pic ├── 2-PCA.png ├── data.png ├── gpuivfpq.png ├── index-2.png ├── index-3.png ├── index-4.png ├── index-5.png ├── index-6.png ├── ivfpq-class.png ├── pq-1.webp ├── pq-2.webp ├── pq-3.webp └── 朴素想法图.png ├── 向量index简介.md └── 安装 install.md /1-初步学习.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolhok/faiss-learning/HEAD/1-初步学习.md -------------------------------------------------------------------------------- /10-ivfpq内存计算.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolhok/faiss-learning/HEAD/10-ivfpq内存计算.md -------------------------------------------------------------------------------- /11.并发情况.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolhok/faiss-learning/HEAD/11.并发情况.md -------------------------------------------------------------------------------- /2-基础算法.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolhok/faiss-learning/HEAD/2-基础算法.md -------------------------------------------------------------------------------- /3- index类型.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolhok/faiss-learning/HEAD/3- index类型.md -------------------------------------------------------------------------------- /3.1-faiss索引列表.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolhok/faiss-learning/HEAD/3.1-faiss索引列表.md -------------------------------------------------------------------------------- /4-faiss文件io.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolhok/faiss-learning/HEAD/4-faiss文件io.md -------------------------------------------------------------------------------- /5-数据预处理.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolhok/faiss-learning/HEAD/5-数据预处理.md -------------------------------------------------------------------------------- /6-ivfpq文件格式解析.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolhok/faiss-learning/HEAD/6-ivfpq文件格式解析.md -------------------------------------------------------------------------------- /7-ivfpq文件加载.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolhok/faiss-learning/HEAD/7-ivfpq文件加载.md -------------------------------------------------------------------------------- /8-gpu基本数据格式.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolhok/faiss-learning/HEAD/8-gpu基本数据格式.md -------------------------------------------------------------------------------- /9-GpuIVFPQ.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolhok/faiss-learning/HEAD/9-GpuIVFPQ.md -------------------------------------------------------------------------------- /ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolhok/faiss-learning/HEAD/ReadMe.md -------------------------------------------------------------------------------- /faq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolhok/faiss-learning/HEAD/faq.md -------------------------------------------------------------------------------- /pic/2-PCA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolhok/faiss-learning/HEAD/pic/2-PCA.png -------------------------------------------------------------------------------- /pic/data.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolhok/faiss-learning/HEAD/pic/data.png -------------------------------------------------------------------------------- /pic/gpuivfpq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolhok/faiss-learning/HEAD/pic/gpuivfpq.png -------------------------------------------------------------------------------- /pic/index-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolhok/faiss-learning/HEAD/pic/index-2.png -------------------------------------------------------------------------------- /pic/index-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolhok/faiss-learning/HEAD/pic/index-3.png -------------------------------------------------------------------------------- /pic/index-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolhok/faiss-learning/HEAD/pic/index-4.png -------------------------------------------------------------------------------- /pic/index-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolhok/faiss-learning/HEAD/pic/index-5.png -------------------------------------------------------------------------------- /pic/index-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolhok/faiss-learning/HEAD/pic/index-6.png -------------------------------------------------------------------------------- /pic/ivfpq-class.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolhok/faiss-learning/HEAD/pic/ivfpq-class.png -------------------------------------------------------------------------------- /pic/pq-1.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolhok/faiss-learning/HEAD/pic/pq-1.webp -------------------------------------------------------------------------------- /pic/pq-2.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolhok/faiss-learning/HEAD/pic/pq-2.webp -------------------------------------------------------------------------------- /pic/pq-3.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolhok/faiss-learning/HEAD/pic/pq-3.webp -------------------------------------------------------------------------------- /pic/朴素想法图.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolhok/faiss-learning/HEAD/pic/朴素想法图.png -------------------------------------------------------------------------------- /向量index简介.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolhok/faiss-learning/HEAD/向量index简介.md -------------------------------------------------------------------------------- /安装 install.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/coolhok/faiss-learning/HEAD/安装 install.md --------------------------------------------------------------------------------