Alex Klibisz

Results 157 comments of Alex Klibisz

I have the same issue using android emulator. Get a red screen with "Unable to download JS bundle. Did you forget to start the development server or connect your device?"...

I can't make much out of these logs. Without more info, I guess I can only say that you should try running them individually (i.e., not all algos at once)....

> Force Merge... > ... > urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='localhost', port=9200): Read timed out. (read timeout=1000) I think it's timing out on the force merge step. So all vectors have been indexed,...

Maybe it would be simpler to execute `sudo chown -R $(whoami):$(whoami) results` or equivalent `chmod` from the python runner? I think I've solved this issue in docker at some point...

@aaalgo Yes from the FLANN website: > (14 December 2012) Version 1.8.0 is out bringing incremental addition/removal of points to/from indexes Though I'm still trying to figure out how to...

@erikbern Do you have any recommendations for "online" NN-search from your experience? One approach I'm considering is to maintain an indexed lookup (e.g. Annoy) for the majority of my items...

For anyone interested, I built a project that supports the feature from my original question on top of Elasticsearch: https://github.com/alexklibisz/elastik-nearest-neighbors

Hi @jrudolph, just pinging to see if you or the other akka folks have had a chance to look this over. Thanks.

Thanks for the thorough review @jrudolph. To your notes on thread-safety: I had assumed that once a request is "inside" of a directive, akka-http will evaluate everything serially. Sure, you...

I pushed up a couple small suggested changes. I want to make sure I understand the thread-safety concerns here. It sounds like we're specifically concerned about a case like this:...