# How Hugging Face Inference Endpoints, Jobs, and Buckets Power Search on Papers with Code

DevFeed: [How Hugging Face Inference Endpoints, Jobs, and Buckets Power Search on Papers with Code](<https://devfeed.tech/articles/how-hugging-face-inference-endpoints-jobs-and-buckets-power-search-on-papers-with-code-7447.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/pwc-search>)

Author: Niels Rogge

Published: 2026-08-21T00:00:00Z

Content type: article

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [AI search](<https://devfeed.tech/topics/ai-search.md>), [inference-endpoints](<https://devfeed.tech/topics/inference-endpoints.md>), [jobs](<https://devfeed.tech/topics/jobs.md>), [hugging face](<https://devfeed.tech/topics/hugging-face.md>), [Embeddings](<https://devfeed.tech/topics/embeddings.md>), [PostgreSQL](<https://devfeed.tech/topics/postgresql.md>), [Retrieval Augmented Generation (RAG)](<https://devfeed.tech/topics/retrieval-augmented-generation-rag.md>)

Tags: [database](<https://devfeed.tech/tags/database.md>), [embeddings](<https://devfeed.tech/tags/embeddings.md>), [hugging-face](<https://devfeed.tech/tags/hugging-face.md>), [inference](<https://devfeed.tech/tags/inference.md>), [inference-endpoints](<https://devfeed.tech/tags/inference-endpoints.md>), [jobs](<https://devfeed.tech/tags/jobs.md>), [latency](<https://devfeed.tech/tags/latency.md>), [rag](<https://devfeed.tech/tags/rag.md>), [research](<https://devfeed.tech/tags/research.md>), [search](<https://devfeed.tech/tags/search.md>), [storage](<https://devfeed.tech/tags/storage.md>)

## AI overview

This article explains how Papers with Code uses hybrid search to find research papers through exact keyword matching and semantic vector search. The production system combines PostgreSQL full-text search, pgvector embeddings, reciprocal rank fusion, and Hugging Face Jobs, Storage Buckets, and Inference Endpoints.

## Source excerpt

We're on a journey to advance and democratize artificial intelligence through open source and open science.