georgeamccarthy / protein_search

The neural search engine for proteins.
GNU Affero General Public License v3.0
15 stars 6 forks source link

feat: use another indexing protocol to http #47

Closed georgeamccarthy closed 3 years ago

georgeamccarthy commented 3 years ago

feat: use another indexing protocol to http

Slack convo

Deepankar (Jina AI) Is there a reason you want to use http protocol during indexing? That'd be significantly slower than grpc or websockets.

@fissoreg

fissoreg commented 3 years ago

Seen the convo, I would be happy to switch to gRPC. I'll look into that!

This would also solve #45.

georgeamccarthy commented 3 years ago

Great!

fissoreg commented 3 years ago

Done in #50.