Skip to content

Commit

Permalink
Change name for Pinecone connector
Browse files Browse the repository at this point in the history
  • Loading branch information
ljupcovangelski committed Sep 21, 2023
1 parent 839690e commit 6ca4efe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export const getChannelAvatar = (source: string) => {
case 'OpenAI connector':
return <OpenaiAvatar />;
case Source.pineconeConnector:
case 'Pinecone':
case 'Pinecone connector':
return <PineconeAvatar />;
case Source.chroma:
case 'Chroma':
Expand Down

0 comments on commit 6ca4efe

Please sign in to comment.