UK Recruitment Glossary
Vector Database
In recruiter context
If RAG is the pattern, the vector database is the storage layer that makes it work. Each chunk of source text is converted to an embedding (a vector of floats, typically 384-3072 dimensions) and stored alongside metadata. At query time, the user's query is also embedded, and the database returns the chunks whose vectors are closest by cosine similarity or dot product. Choice of vector DB matters: Pinecone for managed simplicity and scale; Qdrant or Weaviate for self-hosted with rich filtering; pgvector when you already run Postgres and don't want a separate system. Data Engineer and AI Engineer roles increasingly require hands-on vector DB experience.
Related terms
Contingent Search
The recruitment model where the agency only earns a fee if their candidate is successfully placed.
P60
Your annual UK summary of total pay and tax for the year ending 5 April, issued by your employer by …
Job Offer
A formal proposal of employment from an employer, usually issued verbally first then confirmed in wr…
Reskilling
Learning new skills to move into a different career or industry — the deeper version of upskilling.