Use memmap_threshold instead of memmap_threshold_kb (#1254)

This commit is contained in:
Bastian Hofmann
2024-10-25 17:35:22 -03:00
committed by GitHub
parent a561499b56
commit 518fc722d5
5 changed files with 8 additions and 8 deletions
@@ -153,7 +153,7 @@ client.create_collection(
)
```
For other configurations like `hnsw_config.on_disk` or `memmap_threshold_kb`, see the Qdrant documentation for [Storage.](https://qdrant.tech/documentation/concepts/storage/)
For other configurations like `hnsw_config.on_disk` or `memmap_threshold`, see the Qdrant documentation for [Storage.](https://qdrant.tech/documentation/concepts/storage/)
### SDKs