GauravWaghmare

Results 12 comments of GauravWaghmare

Unfortunately, we don't have the dataset with us. The structure of the training data is TrainRoot | _ User1 - 1.wav - 2.wav | _ User2 - 1.wav - 2.wav...

The ideas were taken from the paper :- Giannakopoulos, T., 2015. pyaudioanalysis: An open-source python library for audio signal analysis. PloS one, 10(12), p.e0144610. We also took some ideas from...

Great work. Eager to contribute.

@dvf : For Transaction Verification, at what implementation are we looking at for attaching nodes with public keys?

@aleehedl Did you come to the resolution of this issue? Asking since I am also facing this issue.

@beggers How is a `KeyError` being raised for accessing item on a `List` datatype in this problem?

Thanks @beggers for the reply. If I understand correctly, the embedding function in this particular instance i.e., `embedding_functions.HuggingFaceEmbeddingFunction` does return embeddings in the correct format. It was the `model_name` that...

@hey-sagar The response of the embedding function when the API key is missing is ``` { 'error': "Authorization header is invalid, use 'Bearer API_TOKEN'" } ``` which would raise the...

@thejdeep @mridulm Requesting you to help with the review please.