@@ -428,7 +428,6 @@ export const siteConfig = {
428
428
} ,
429
429
{
430
430
disabled : false ,
431
- formDescription : "Please enter your Azure OpenAI API key." ,
432
431
provider : "AZURE_OPENAI" ,
433
432
name : "Azure OpenAI" ,
434
433
metadata : [
@@ -460,9 +459,6 @@ export const siteConfig = {
460
459
provider : VectorDbProvider [ VectorDbProvider . PINECONE ] ,
461
460
name : "Pinecone" ,
462
461
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." ,
466
462
metadata : [
467
463
{
468
464
key : "PINECONE_API_KEY" ,
@@ -485,9 +481,6 @@ export const siteConfig = {
485
481
provider : VectorDbProvider [ VectorDbProvider . QDRANT ] ,
486
482
name : "Qdrant" ,
487
483
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." ,
491
484
metadata : [
492
485
{
493
486
key : "QDRANT_API_KEY" ,
@@ -510,9 +503,6 @@ export const siteConfig = {
510
503
provider : VectorDbProvider [ VectorDbProvider . ASTRA_DB ] ,
511
504
name : "Astra DB" ,
512
505
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" ,
516
506
metadata : [
517
507
{
518
508
key : "ASTRA_DB_ID" ,
@@ -545,9 +535,6 @@ export const siteConfig = {
545
535
provider : VectorDbProvider [ VectorDbProvider . WEAVIATE ] ,
546
536
name : "Weaviate" ,
547
537
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." ,
551
538
metadata : [
552
539
{
553
540
key : "WEAVIATE_API_KEY" ,
@@ -570,9 +557,6 @@ export const siteConfig = {
570
557
provider : VectorDbProvider [ VectorDbProvider . SUPABASE ] ,
571
558
name : "Supabase" ,
572
559
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." ,
576
560
metadata : [
577
561
{
578
562
key : "SUPABASE_DB_URL" ,
@@ -598,34 +582,28 @@ export const siteConfig = {
598
582
provider : MemoryDbProvider [ MemoryDbProvider . MOTORHEAD ] ,
599
583
name : "Motorhead" ,
600
584
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." ,
604
585
metadata : [
605
586
{
606
587
key : "MEMORY_API_URL" ,
607
588
type : "input" ,
608
- label : "Memory api URL" ,
589
+ label : "Memory API URL" ,
609
590
} ,
610
591
] ,
611
592
} ,
612
593
{
613
594
provider : MemoryDbProvider [ MemoryDbProvider . REDIS ] ,
614
595
name : "Redis" ,
615
596
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." ,
619
597
metadata : [
620
598
{
621
599
key : "REDIS_MEMORY_URL" ,
622
600
type : "input" ,
623
- label : "Redis memory URL" ,
601
+ label : "Redis URL" ,
624
602
} ,
625
603
{
626
604
key : "REDIS_MEMORY_WINDOW" ,
627
605
type : "input" ,
628
- label : "Redis memory window size " ,
606
+ label : "Redis Memory Window Size " ,
629
607
} ,
630
608
] ,
631
609
} ,
0 commit comments