From 0bb2a5fad34aea93ff15b446bb7e78d81399e884 Mon Sep 17 00:00:00 2001 From: Ben Sully Date: Wed, 13 Sep 2023 22:34:46 +0100 Subject: [PATCH] Change dashboards collection name to be qdrant compatible Qdrant doesn't allow ':' in collection names, so replace them with '.'. In future we might want to follow their [recommendations] and only using one collection but this will work for now. [recommendations]: https://qdrant.tech/documentation/faq/qdrant-fundamentals/#how-many-collections-can-i-create --- provisioning/plugins/grafana-llm-app.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/provisioning/plugins/grafana-llm-app.yaml b/provisioning/plugins/grafana-llm-app.yaml index c275cb7c..f9c5d336 100644 --- a/provisioning/plugins/grafana-llm-app.yaml +++ b/provisioning/plugins/grafana-llm-app.yaml @@ -13,7 +13,7 @@ apps: qdrant: address: qdrant:6334 collections: - - name: grafana:core:dashboards + - name: grafana.core.dashboards model: text-embedding-ada-002 dimension: 1536