mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-06 01:50:57 -05:00
* wip: implement explicit populate and clear_cache functions for all components * fmt * implement clear and populate for vector storages * fmt * implement clear and populate for payload storage * wip: implement explicit populate and clear_cache functions payload indexes * implement explicit populate and clear_cache functions payload indexes * fix clippy on CI * only compile posix_fadvise on linux * only compile posix_fadvise on linux * implement explicit populate and clear_cache functions for quantized vectors * fmt * remove post-load prefault * fix typo * implement is-on-disk for payload indexes, implement clear on drop for segment, implement clear after segment build * fmt * also evict quantized vectors after optimization * re-use and replace advise_dontneed
13 lines
146 B
Plaintext
13 lines
146 B
Plaintext
tests/
|
|
target/
|
|
storage/
|
|
qdrant-storage/
|
|
snapshots/
|
|
lib/segment/target
|
|
lib/api/target
|
|
lib/collection/target
|
|
lib/storage/target
|
|
*.tar
|
|
.git
|
|
.github/
|