-
feat: implement smart memory configuration for DiskANN (#16)
发布于
2025-08-04 21:36:29 +00:00 | 320 次提交 在此版本后已推送到 main- Add intelligent memory calculation based on data size and system specs
- search_memory_maximum: 1/10 of embedding size (controls PQ compression)
- build_memory_maximum: 50% of available RAM (controls sharding)
- Provides optimal balance between performance and memory usage
- Automatic fallback to default values if parameters are explicitly provided
下载附件