diart
                                
                                
                                
                                    diart copied to clipboard
                            
                            
                            
                        following to Feature Request: Implementing Persistent Speaker Embeddings Across Conversations #227
Hey @juanmc2005,
Following to the issue #227,
- I have implemented speaker centroids as list of embeddings without mapping, assuming speaker_0 == centroid 0 inside SpeakerDiarization
 - added a better version of RedisWriter
 - It looks like importing redis is unnessessary if we are passing a redis_client object into RedisWriter
 
Thank you!