Configuration Reference
Configuration property fixed at build time - All other configuration properties are overridable at runtime
Configuration property |
Type |
Default |
|---|---|---|
Whether a health check is published in case the smallrye-health extension is present. Environment variable: |
boolean |
|
Whether Dev Services for Qdrant are enabled or not. Environment variable: |
boolean |
|
Container image for Qdrant. Environment variable: |
string |
|
Optional fixed port the Qdrant dev service will listen to. If not defined, the port will be chosen randomly. Environment variable: |
int |
|
Indicates if the Dev Service containers managed by Quarkus for Qdrant are shared. Environment variable: |
boolean |
|
Service label to apply to created Dev Services containers. Environment variable: |
string |
|
The hostname of the Qdrant server. Environment variable: |
string |
|
The REST port of the Qdrant server. Environment variable: |
int |
|
The API key to authenticate with. Environment variable: |
string |
|
Whether to use TLS (HTTPS). Environment variable: |
boolean |
|
The size of the vectors in this collection. Environment variable: |
int |
|
The distance metric to use for this collection. Supported values: Cosine, Euclid, Dot, Manhattan. Environment variable: |
string |
|