Tech Blog Real-Time Product Recommendation via DocArray and Redis By using Redis backend inside DocArray, building a real-time product recommendation system via vector similarity search is easy and straightforward. Follow along to learn the essential steps and how it works.
Tech Blog Hype and Hybrids: Search is more than Keywords and Vectors Twenty years ago, “hybrid” was a term used only by botanists and chemists. Today, hybrid is booming… even in search. Many search systems are rolling out hybrid search schemes with the latest AI. But is "hybrid search" really more than a buzzword?
Tech Blog Search R Questions on Stack Overflow with Python Build and deploy a knowledge base search app to Jina AI Cloud in under 50 lines of code and 10 minutes. Here is how you do it.
Tech Blog Time-Slicing GPUs with Karpenter Today, businesses and developers are keen to use cloud for deep learning. Especially with the GPU cloud instances, you pay as you go. It is much more cost-efficient comparing to having an expensive metal machine in the office. But let's switch the role now. Say you are the
Tech Blog Search PDFs with AI and Python: Part 3 In part 3, let me summarize all lessons learned: pitfalls and perils of building a PDF search engine
Tech Blog Search PDFs with AI and Python: Part 2 In our previous post we looked at how (and how not) to break down PDF files into usable chunks so we could build a search engine for them. In this article, we continue our journey.
Tech Blog Search PDFs with AI and Python: Part 1 I know several folks already building PDF search engines powered by AI, so I figured I’d give it a stab too. How hard could it possibly be? Part I
Tech Blog It’s Hard to Shard Sharding is a piece of cake, or is it? Thankfully, Jina framework supports sharding out of the box. Users can process their data between multiple machines to get faster performance.
Tech Blog How Much Do We Get by Finetuning CLIP? Jina AI Finetuner can bring performance improvements of up to 63% to pre-trained CLIP models. Here is how we did that.
Tech Blog Speech-to-Image Creation Using Jina Use Jina, Whisper and Stable Diffusion to build a cloud-native application for generating images using your speech.