jina-ai / serve

☁️ Build multimodal AI applications with cloud-native stack
https://jina.ai/serve
Apache License 2.0
21.13k stars 2.22k forks source link

Feature Comparison with Vespa #1848

Closed connorbrinton closed 3 years ago

connorbrinton commented 3 years ago

Hi there 🙂 I'm evaluating ML-powered search and ranking solutions for a small- to medium-size use case and am curious about the differences between Jina and Vespa. Some shared attributes between the two solutions seem to include:

I haven't really been able to get a sense of why I should choose one product over the other though. Any thoughts on features that distinguish Jina from Vespa?

FionnD commented 3 years ago

Hey @connorbrinton ,

Really sorry for the delay in getting back to you, we just released 1.0 of Jina, and all hands were on deck!

We have just taken a quick look at Vespa, and some of the differences we notice are:

In summary, I think it depends on your use case. If you want end-to-end support and/or the lastest ML models, I would suggest Jina. If you are more focused on node and distributed design, then Vespa might be a good option.

I hope that answers your question a little bit? Happy to talk more in detail over Slack if you are interested.

Cheers! Fionn

connorbrinton commented 3 years ago

No worries about the delay, congrats on the release! 🙂 Thanks for summarizing those differences, this information is extremely helpful for evaluating Jina.

I actually just learned about a new SOTA model for sentence encoding by browsing Jina Hub's PRs :smile: I'll have to try it out!

Thanks again for the info!