-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting Error: duplicate field memmap_threshold
#5497
Comments
hey @kunalchamoli, please provide exact steps of how to reproduce your problem |
Getting same error. memmap_threshold isn't duplicated in config, but commenting it out solves the problem.
qdrant_config:
|
@Axelwickm memmap_threshold_kb is the parameter name, they have written wrong config here |
Thanks for the heads up! I've fixed this here. Sorry for the inconvenience. |
I wanted to setup distributed deployment using basic docker compose and made some basic changes in config file like
when i am running
docker compose up --build I get this error:
I am using latest docker image
The text was updated successfully, but these errors were encountered: