Skip to content

Commit 09bb562

Browse files
committed
chore: remove unused descriptions
1 parent c8c076d commit 09bb562

File tree

1 file changed

+3
-25
lines changed

1 file changed

+3
-25
lines changed

libs/ui/config/site.ts

Lines changed: 3 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,6 @@ export const siteConfig = {
428428
},
429429
{
430430
disabled: false,
431-
formDescription: "Please enter your Azure OpenAI API key.",
432431
provider: "AZURE_OPENAI",
433432
name: "Azure OpenAI",
434433
metadata: [
@@ -460,9 +459,6 @@ export const siteConfig = {
460459
provider: VectorDbProvider[VectorDbProvider.PINECONE],
461460
name: "Pinecone",
462461
logo: "/pinecone.png",
463-
description:
464-
"Cloud-based database for storing and searching vectors, enabling fast similarity comparisons. Scales well for large datasets.",
465-
formDescription: "Please enter your Pinecone credentials.",
466462
metadata: [
467463
{
468464
key: "PINECONE_API_KEY",
@@ -485,9 +481,6 @@ export const siteConfig = {
485481
provider: VectorDbProvider[VectorDbProvider.QDRANT],
486482
name: "Qdrant",
487483
logo: "/qdrant.png",
488-
description:
489-
"Open-source database optimized for efficient vector search and filtering. Handles large datasets effectively while requiring minimal resources.",
490-
formDescription: "Please enter your Qdrant credentials.",
491484
metadata: [
492485
{
493486
key: "QDRANT_API_KEY",
@@ -510,9 +503,6 @@ export const siteConfig = {
510503
provider: VectorDbProvider[VectorDbProvider.ASTRA_DB],
511504
name: "Astra DB",
512505
logo: "/datastax.jpeg",
513-
description:
514-
"Serverless database built on Cassandra, offering integration with Pinecone for vector similarity search.",
515-
formDescription: "Please enter your Astra DB credentials",
516506
metadata: [
517507
{
518508
key: "ASTRA_DB_ID",
@@ -545,9 +535,6 @@ export const siteConfig = {
545535
provider: VectorDbProvider[VectorDbProvider.WEAVIATE],
546536
name: "Weaviate",
547537
logo: "/weaviate.png",
548-
description:
549-
"Semantic vector database with schema-based organization. Supports both vector search and connections between data points like a graph.",
550-
formDescription: "Please enter your Weaviate credentials.",
551538
metadata: [
552539
{
553540
key: "WEAVIATE_API_KEY",
@@ -570,9 +557,6 @@ export const siteConfig = {
570557
provider: VectorDbProvider[VectorDbProvider.SUPABASE],
571558
name: "Supabase",
572559
logo: "/supabase.png",
573-
description:
574-
"The pgvector extension is particularly useful for tasks such as vector similarity search, retrieval, generation, and clustering",
575-
formDescription: "Please enter your Supabase Pgvector credentials.",
576560
metadata: [
577561
{
578562
key: "SUPABASE_DB_URL",
@@ -598,34 +582,28 @@ export const siteConfig = {
598582
provider: MemoryDbProvider[MemoryDbProvider.MOTORHEAD],
599583
name: "Motorhead",
600584
logo: "/motorhead.png",
601-
description:
602-
"Cloud-based database for storing and searching vectors, enabling fast similarity comparisons. Scales well for large datasets.",
603-
formDescription: "Please enter your Motorhead api URL.",
604585
metadata: [
605586
{
606587
key: "MEMORY_API_URL",
607588
type: "input",
608-
label: "Memory api URL",
589+
label: "Memory API URL",
609590
},
610591
],
611592
},
612593
{
613594
provider: MemoryDbProvider[MemoryDbProvider.REDIS],
614595
name: "Redis",
615596
logo: "/redis.png",
616-
description:
617-
"Open-source database optimized for efficient vector search and filtering. Handles large datasets effectively while requiring minimal resources.",
618-
formDescription: "Please enter your Redis options.",
619597
metadata: [
620598
{
621599
key: "REDIS_MEMORY_URL",
622600
type: "input",
623-
label: "Redis memory URL",
601+
label: "Redis URL",
624602
},
625603
{
626604
key: "REDIS_MEMORY_WINDOW",
627605
type: "input",
628-
label: "Redis memory window size",
606+
label: "Redis Memory Window Size",
629607
},
630608
],
631609
},

0 commit comments

Comments
 (0)