Skip to content

Commit

Permalink
feat: add config
Browse files Browse the repository at this point in the history
Signed-off-by: Snehil Shah <[email protected]>
  • Loading branch information
Snehil-Shah committed Sep 1, 2024
1 parent 0334a4b commit 73731ec
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions src/worker/clustering_media/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
queue :
label : "Queue"
type : "rabbitmq"
parameters:
host_name : "rabbitmq"
queues:
- name : "clustering-media-index-queue"
- name : "clustering-media-report-queue"

operators :
label : "Operators"
parameters :
- name : "Video embeddings"
type : "vid_vec_rep_clip"
parameters: {}
- name: "Audio embeddings"
type: "audio_vec_embedding_clap"
parameters: {}
- name: "Video classifier"
type: "classify_video_zero_shot"
parameters: {}
- name: "Clustering"
type: "cluster_embeddings"
parameters: {}
- name: "tSNE"
type: "dimension_reduction"
parameters: {}

0 comments on commit 73731ec

Please sign in to comment.