We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57cb5b2 commit 7650d39Copy full SHA for 7650d39
1 file changed
src/frontend/src/constants/dbProviderConstants.ts
@@ -156,15 +156,15 @@ export const DB_PROVIDER_OPTIONS: DBProviderOption[] = [
156
id: "mongodb",
157
label: "MongoDB Atlas",
158
description: "Atlas Vector Search backend.",
159
- icon: "Database",
+ icon: "MongoDB",
160
status: "coming_soon",
161
configFields: [],
162
},
163
{
164
id: "postgres",
165
label: "Postgres pgvector",
166
description: "Postgres-backed vector storage.",
167
+ icon: "Postgres",
168
169
170
0 commit comments