Updated icons

This commit is contained in:
abhishekshankr
2023-12-18 12:52:27 -05:00
parent bd60ae1edd
commit bc459df067
6 changed files with 18 additions and 19 deletions
@@ -31,7 +31,7 @@ export abstract class MongoDBSearchBase {
protected constructor() {
this.type = 'MongoDB Atlas'
this.icon = 'mongodb.png'
this.icon = 'mongodb.svg'
this.category = 'Vector Stores'
this.baseClasses = [this.type, 'VectorStoreRetriever', 'BaseRetriever']
this.badge = 'DEPRECATING'