Skip to content

Commit

Permalink
Revert "Revert "Use Qdrant cluster-0 as default clusters for all new …
Browse files Browse the repository at this point in the history
…data sou…" (#5250)

This reverts commit 5f627be.
  • Loading branch information
flvndvd authored May 23, 2024
1 parent cd7e673 commit 837fe9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/src/core/data_source.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export type QdrantCluster =
| "cluster-0";

export const DEFAULT_FREE_QDRANT_CLUSTER: QdrantCluster = "cluster-0";
export const DEFAULT_PAID_QDRANT_CLUSTER: QdrantCluster = "dedicated-2";
export const DEFAULT_PAID_QDRANT_CLUSTER: QdrantCluster = "cluster-0";

export type CoreAPIDataSourceConfig = {
provider_id: string;
Expand Down

0 comments on commit 837fe9f

Please sign in to comment.