Skip to content

Commit

Permalink
Updated icons
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekshankr committed Dec 18, 2023
1 parent bd60ae1 commit bc459df
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 19 deletions.
13 changes: 6 additions & 7 deletions packages/components/nodes/llms/Replicate/replicate.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions packages/components/nodes/vectorstores/Faiss/faiss.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class OpenSearch_VectorStores implements INode {
this.name = 'openSearch'
this.version = 1.0
this.type = 'OpenSearch'
this.icon = 'opensearch.png'
this.icon = 'opensearch.svg'
this.category = 'Vector Stores'
this.description = `Upsert embedded data and perform similarity search upon query using OpenSearch, an open-source, all-in-one vector database`
this.baseClasses = [this.type, 'VectorStoreRetriever', 'BaseRetriever']
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class Pinecone_VectorStores implements INode {
this.name = 'pinecone'
this.version = 1.0
this.type = 'Pinecone'
this.icon = 'pinecone.png'
this.icon = 'pinecone.svg'
this.category = 'Vector Stores'
this.description = `Upsert embedded data and perform similarity search upon query using Pinecone, a leading fully managed hosted vector database`
this.baseClasses = [this.type, 'VectorStoreRetriever', 'BaseRetriever']
Expand Down
12 changes: 6 additions & 6 deletions packages/components/nodes/vectorstores/Pinecone/pinecone.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bc459df

Please sign in to comment.