Skip to content

Commit

Permalink
chore: disable archetypeai component
Browse files Browse the repository at this point in the history
  • Loading branch information
donch1989 committed Jul 16, 2024
1 parent 1bc00ef commit ef43beb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions store/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import (
"google.golang.org/protobuf/types/known/structpb"

"github.com/instill-ai/component/ai/anthropic/v0"
"github.com/instill-ai/component/ai/archetypeai/v0"
"github.com/instill-ai/component/ai/cohere/v0"
"github.com/instill-ai/component/ai/huggingface/v0"
"github.com/instill-ai/component/ai/instill/v0"
Expand Down Expand Up @@ -123,7 +122,6 @@ func Init(
compStore.Import(conn)
}

compStore.Import(archetypeai.Init(baseComp))
compStore.Import(numbers.Init(baseComp))
compStore.Import(bigquery.Init(baseComp))
compStore.Import(googlecloudstorage.Init(baseComp))
Expand Down

0 comments on commit ef43beb

Please sign in to comment.