Skip to content

Commit

Permalink
feat: remove unused tables
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamadch91 committed Dec 2, 2024
1 parent 5f0e488 commit 92a09a7
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 747 deletions.
13 changes: 6 additions & 7 deletions steampipe-plugin-cohereai/cohereai/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,12 @@ func Plugin(ctx context.Context) *plugin.Plugin {
ShouldIgnoreError: isNotFoundError,
},
TableMap: map[string]*plugin.Table{
"cohereai_classify": tableCohereClassification(ctx),
"cohereai_detect_language": tableCohereDetectLanguage(ctx),
"cohereai_detokenize": tableCohereDetokenize(ctx),
"cohereai_embed": tableCohereEmbed(ctx),
"cohereai_generation": tableCohereGeneration(ctx),
"cohereai_summarize": tableCohereSummarize(ctx),
"cohereai_tokenize": tableCohereTokenize(ctx),
"cohereai_connectors": tableCohereConnectors(ctx),
"cohereai_models": tableCohereModels(ctx),
"cohereai_datasets": tableCohereDatasets(ctx),
"cohereai_fine_tuned_models": tableCohereFineTunedModels(ctx),
"cohereai_embed_jobs": tableCohereEmbedJobs(ctx),

},
}
for key, table := range p.TableMap {
Expand Down
121 changes: 0 additions & 121 deletions steampipe-plugin-cohereai/cohereai/table_cohereai_classify.go

This file was deleted.

This file was deleted.

82 changes: 0 additions & 82 deletions steampipe-plugin-cohereai/cohereai/table_cohereai_detokenize.go

This file was deleted.

Loading

0 comments on commit 92a09a7

Please sign in to comment.