tattle-made / DAU

MCA Tipline for Deepfakes
GNU General Public License v3.0
6 stars 0 forks source link

Demonstrate Audio search with multiple audio files #43

Closed dennyabrain closed 7 months ago

aatmanvaidya commented 7 months ago

https://stackoverflow.com/questions/62006956/elasticsearch-multi-node-cluster-one-node-always-fails-with-docker-compose

aatmanvaidya commented 7 months ago

to allocate more memory to ES add this to the docker-compose

environment:
    - ES_JAVA_OPTS=-Xms750m -Xmx2g
aatmanvaidya commented 7 months ago

Time taken to search documents

I have created a dataset of 50 and 100 audio files. The audio files range from 10secs to 3mins.

Docs Indexed Time Cosine Score
1 2ms 2 (exact match)
66 10ms 2 (exact match)
100 17ms 2 (exact match)