Skip to content

Commit

Permalink
Change dashboards collection name to be qdrant compatible
Browse files Browse the repository at this point in the history
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
  • Loading branch information
sd2k committed Sep 13, 2023
1 parent 977f0b0 commit 0bb2a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provisioning/plugins/grafana-llm-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0bb2a5f

Please sign in to comment.