Products
  • Wolfram|One

    The definitive Wolfram Language and notebook experience

  • Mathematica

    The original technical computing environment

  • Wolfram Notebook Assistant + LLM Kit

    All-in-one AI assistance for your Wolfram experience

  • System Modeler
  • Wolfram Player
  • Finance Platform
  • Wolfram Engine
  • Enterprise Private Cloud
  • Application Server
  • Wolfram|Alpha Notebook Edition
  • Wolfram Cloud App
  • Wolfram Player App

More mobile apps

Core Technologies of Wolfram Products

  • Wolfram Language
  • Computable Data
  • Wolfram Notebooks
  • AI & Linguistic Understanding

Deployment Options

  • Wolfram Cloud
  • wolframscript
  • Wolfram Engine Community Edition
  • Wolfram LLM API
  • WSTPServer
  • Wolfram|Alpha APIs

From the Community

  • Function Repository
  • Community Paclet Repository
  • Example Repository
  • Neural Net Repository
  • Prompt Repository
  • Wolfram Demonstrations
  • Data Repository
  • Group & Organizational Licensing
  • All Products
Consulting & Solutions

We deliver solutions for the AI era—combining symbolic computation, data-driven insights and deep technical expertise

  • Data & Computational Intelligence
  • Model-Based Design
  • Algorithm Development
  • Wolfram|Alpha for Business
  • Blockchain Technology
  • Education Technology
  • Quantum Computation

WolframConsulting.com

Wolfram Solutions

  • Data Science
  • Artificial Intelligence
  • Biosciences
  • Healthcare Intelligence
  • Sustainable Energy
  • Control Systems
  • Enterprise Wolfram|Alpha
  • Blockchain Labs

More Wolfram Solutions

Wolfram Solutions For Education

  • Research Universities
  • Colleges & Teaching Universities
  • Junior & Community Colleges
  • High Schools
  • Educational Technology
  • Computer-Based Math

More Solutions for Education

  • Contact Us
Learning & Support

Get Started

  • Wolfram Language Introduction
  • Fast Intro for Programmers
  • Fast Intro for Math Students
  • Wolfram Language Documentation

More Learning

  • Highlighted Core Areas
  • Demonstrations
  • YouTube
  • Daily Study Groups
  • Wolfram Schools and Programs
  • Books

Grow Your Skills

  • Wolfram U

    Courses in computing, science, life and more

  • Community

    Learn, solve problems and share ideas.

  • Blog

    News, views and insights from Wolfram

  • Resources for

    Software Developers

Tech Support

  • Contact Us
  • Support FAQs
  • Support FAQs
  • Contact Us
Company
  • About Wolfram
  • Career Center
  • All Sites & Resources
  • Connect & Follow
  • Contact Us

Work with Us

  • Student Ambassador Initiative
  • Wolfram for Startups
  • Student Opportunities
  • Jobs Using Wolfram Language

Educational Programs for Adults

  • Summer School
  • Winter School

Educational Programs for Youth

  • Middle School Camp
  • High School Research Program
  • Computational Adventures

Read

  • Stephen Wolfram's Writings
  • Wolfram Blog
  • Wolfram Tech | Books
  • Wolfram Media
  • Complex Systems

Educational Resources

  • Wolfram MathWorld
  • Wolfram in STEM/STEAM
  • Wolfram Challenges
  • Wolfram Problem Generator

Wolfram Initiatives

  • Wolfram Science
  • Wolfram Foundation
  • History of Mathematics Project

Events

  • Stephen Wolfram Livestreams
  • Online & In-Person Events
  • Contact Us
  • Connect & Follow
Wolfram|Alpha
  • Your Account
  • User Portal
  • Wolfram Cloud
  • Products
    • Wolfram|One
    • Mathematica
    • Wolfram Notebook Assistant + LLM Kit
    • System Modeler
    • Wolfram Player
    • Finance Platform
    • Wolfram|Alpha Notebook Edition
    • Wolfram Engine
    • Enterprise Private Cloud
    • Application Server
    • Wolfram Cloud App
    • Wolfram Player App

    More mobile apps

    • Core Technologies
      • Wolfram Language
      • Computable Data
      • Wolfram Notebooks
      • AI & Linguistic Understanding
    • Deployment Options
      • Wolfram Cloud
      • wolframscript
      • Wolfram Engine Community Edition
      • Wolfram LLM API
      • WSTPServer
      • Wolfram|Alpha APIs
    • From the Community
      • Function Repository
      • Community Paclet Repository
      • Example Repository
      • Neural Net Repository
      • Prompt Repository
      • Wolfram Demonstrations
      • Data Repository
    • Group & Organizational Licensing
    • All Products
  • Consulting & Solutions

    We deliver solutions for the AI era—combining symbolic computation, data-driven insights and deep technical expertise

    WolframConsulting.com

    Wolfram Solutions

    • Data Science
    • Artificial Intelligence
    • Biosciences
    • Healthcare Intelligence
    • Sustainable Energy
    • Control Systems
    • Enterprise Wolfram|Alpha
    • Blockchain Labs

    More Wolfram Solutions

    Wolfram Solutions For Education

    • Research Universities
    • Colleges & Teaching Universities
    • Junior & Community Colleges
    • High Schools
    • Educational Technology
    • Computer-Based Math

    More Solutions for Education

    • Contact Us
  • Learning & Support

    Get Started

    • Wolfram Language Introduction
    • Fast Intro for Programmers
    • Fast Intro for Math Students
    • Wolfram Language Documentation

    Grow Your Skills

    • Wolfram U

      Courses in computing, science, life and more

    • Community

      Learn, solve problems and share ideas.

    • Blog

      News, views and insights from Wolfram

    • Resources for

      Software Developers
    • Tech Support
      • Contact Us
      • Support FAQs
    • More Learning
      • Highlighted Core Areas
      • Demonstrations
      • YouTube
      • Daily Study Groups
      • Wolfram Schools and Programs
      • Books
    • Support FAQs
    • Contact Us
  • Company
    • About Wolfram
    • Career Center
    • All Sites & Resources
    • Connect & Follow
    • Contact Us

    Work with Us

    • Student Ambassador Initiative
    • Wolfram for Startups
    • Student Opportunities
    • Jobs Using Wolfram Language

    Educational Programs for Adults

    • Summer School
    • Winter School

    Educational Programs for Youth

    • Middle School Camp
    • High School Research Program
    • Computational Adventures

    Read

    • Stephen Wolfram's Writings
    • Wolfram Blog
    • Wolfram Tech | Books
    • Wolfram Media
    • Complex Systems
    • Educational Resources
      • Wolfram MathWorld
      • Wolfram in STEM/STEAM
      • Wolfram Challenges
      • Wolfram Problem Generator
    • Wolfram Initiatives
      • Wolfram Science
      • Wolfram Foundation
      • History of Mathematics Project
    • Events
      • Stephen Wolfram Livestreams
      • Online & In-Person Events
    • Contact Us
    • Connect & Follow
  • Wolfram|Alpha
  • Wolfram Cloud
  • Your Account
  • User Portal
Wolfram Language & System Documentation Center
VectorDatabaseSearch
  • See Also
    • VectorDatabaseObject
    • CreateVectorDatabase
    • VectorDatabaseObjects
    • AddToVectorDatabase
    • Nearest
    • SemanticSearch
  • Related Guides
    • LLM-Related Functionality
    • See Also
      • VectorDatabaseObject
      • CreateVectorDatabase
      • VectorDatabaseObjects
      • AddToVectorDatabase
      • Nearest
      • SemanticSearch
    • Related Guides
      • LLM-Related Functionality

VectorDatabaseSearch[db,vector]

gives the element of the vector database db nearest to vector.

VectorDatabaseSearch[db,vector,n]

gives the n nearest vectors.

VectorDatabaseSearch[db,vector,prop]

returns the property prop associated with the result.

VectorDatabaseSearch[db,vector,prop,n]

returns the property prop associated with the n nearest vectors.

VectorDatabaseSearch[db,vectorf,…]

filters the results using the function f.

Details
Details and Options Details and Options
Examples  
Basic Examples  
Scope  
Applications  
Image Search  
Properties & Relations  
Possible Issues  
See Also
Related Guides
History
Cite this Page
BUILT-IN SYMBOL
  • See Also
    • VectorDatabaseObject
    • CreateVectorDatabase
    • VectorDatabaseObjects
    • AddToVectorDatabase
    • Nearest
    • SemanticSearch
  • Related Guides
    • LLM-Related Functionality
    • See Also
      • VectorDatabaseObject
      • CreateVectorDatabase
      • VectorDatabaseObjects
      • AddToVectorDatabase
      • Nearest
      • SemanticSearch
    • Related Guides
      • LLM-Related Functionality

VectorDatabaseSearch

VectorDatabaseSearch[db,vector]

gives the element of the vector database db nearest to vector.

VectorDatabaseSearch[db,vector,n]

gives the n nearest vectors.

VectorDatabaseSearch[db,vector,prop]

returns the property prop associated with the result.

VectorDatabaseSearch[db,vector,prop,n]

returns the property prop associated with the n nearest vectors.

VectorDatabaseSearch[db,vectorf,…]

filters the results using the function f.

Details

  • VectorDatabaseSearch performs a search on the vector database using a query to find and retrieve similar items.
  • This function is used for tasks like finding similar documents, images or products via their vector representation, enhancing capabilities in recommendation systems and content discovery.
  • Valid db specifications are:
  • "name"a string matching a named vector database
    VectorDatabaseObject[…]a valid VectorDatabaseObject
  • The vector must have the same length as the vector stored in the database. »
  • The input to the function f is the same annotation specified when the database was created. »
  • Possible property values prop include:
  • "Distance"the distance from vector
    "Element"the vector found to be nearest
    "Index"the element position in the database
    "Metadata"metadata associated with the element
    "Metadata"taga specific metadata value
    "Metadata"->{"tag1",…}multiple metadata values
    {prop1,…}a list of properties
    Alla Dataset with all the properties

Examples

open all close all

Basic Examples  (1)

Initialize a new vector database with a list of vectors:

Perform a search operation:

Scope  (4)

Initialize a new vector database with a list of vectors:

Find the first nearest vector:

Find the list of the first three nearest vectors:

Find the vectors together with their distance:

List all the properties of each result:

Create a vector database with labeled arrays:

The label is automatically returned when searching:

Return the vector instead:

Return the label explicitly:

Filter the result to only contain vectors with a specific label:

Create a vector database with metadata associated to each vector:

Search for the two nearest vectors:

Return only vectors matching a specified filter:

Create a vector database with multiple metadata elements associated to each vector:

All metadata is returned when searching:

Return only the specified metadata:

Return multiple metadata elements with labels:

Return metadata elements alongside other properties:

Filter on multiple metadata elements:

Applications  (1)

Image Search  (1)

Assemble a collection of images:

Label each image with a class:

Define a feature extraction function that uses a neural network to compute vector features:

Compute the feature vector for each image:

Create a vector database with the labeled vectors:

Search for similar images in the database:

Properties & Relations  (2)

The distance function property is defined when creating the database:

Search the nearest vector using the specified distance:

Create a database with annotated vectors:

The filter function input is the annotation association:

Possible Issues  (2)

Create a database with 2D vectors:

It is not possible to search using query vectors of different lengths:

Create a vector database with multiple metadata elements associated to each vector:

Only elements that fit the specified filters will be returned, even if this is less than the number requested:

See Also

VectorDatabaseObject  CreateVectorDatabase  VectorDatabaseObjects  AddToVectorDatabase  Nearest  SemanticSearch

Related Guides

    ▪
  • LLM-Related Functionality

History

Introduced in 2024 (14.1) | Updated in 2025 (14.2)

Wolfram Research (2024), VectorDatabaseSearch, Wolfram Language function, https://reference.wolfram.com/language/ref/VectorDatabaseSearch.html (updated 2025).

Text

Wolfram Research (2024), VectorDatabaseSearch, Wolfram Language function, https://reference.wolfram.com/language/ref/VectorDatabaseSearch.html (updated 2025).

CMS

Wolfram Language. 2024. "VectorDatabaseSearch." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2025. https://reference.wolfram.com/language/ref/VectorDatabaseSearch.html.

APA

Wolfram Language. (2024). VectorDatabaseSearch. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/VectorDatabaseSearch.html

BibTeX

@misc{reference.wolfram_2025_vectordatabasesearch, author="Wolfram Research", title="{VectorDatabaseSearch}", year="2025", howpublished="\url{https://reference.wolfram.com/language/ref/VectorDatabaseSearch.html}", note=[Accessed: 01-December-2025]}

BibLaTeX

@online{reference.wolfram_2025_vectordatabasesearch, organization={Wolfram Research}, title={VectorDatabaseSearch}, year={2025}, url={https://reference.wolfram.com/language/ref/VectorDatabaseSearch.html}, note=[Accessed: 01-December-2025]}

Top
Introduction for Programmers
Introductory Book
Wolfram Function Repository | Wolfram Data Repository | Wolfram Data Drop | Wolfram Language Products
Top
  • Products
  • Wolfram|One
  • Mathematica
  • Notebook Assistant + LLM Kit
  • System Modeler

  • Wolfram|Alpha Notebook Edition
  • Wolfram|Alpha Pro
  • Mobile Apps

  • Wolfram Player
  • Wolfram Engine

  • Volume & Site Licensing
  • Server Deployment Options
  • Consulting
  • Wolfram Consulting
  • Repositories
  • Data Repository
  • Function Repository
  • Community Paclet Repository
  • Neural Net Repository
  • Prompt Repository

  • Wolfram Language Example Repository
  • Notebook Archive
  • Wolfram GitHub
  • Learning
  • Wolfram U
  • Wolfram Language Documentation
  • Webinars & Training
  • Educational Programs

  • Wolfram Language Introduction
  • Fast Introduction for Programmers
  • Fast Introduction for Math Students
  • Books

  • Wolfram Community
  • Wolfram Blog
  • Public Resources
  • Wolfram|Alpha
  • Wolfram Problem Generator
  • Wolfram Challenges

  • Computer-Based Math
  • Computational Thinking
  • Computational Adventures

  • Demonstrations Project
  • Wolfram Data Drop
  • MathWorld
  • Wolfram Science
  • Wolfram Media Publishing
  • Customer Resources
  • Store
  • Product Downloads
  • User Portal
  • Your Account
  • Organization Access

  • Support FAQ
  • Contact Support
  • Company
  • About Wolfram
  • Careers
  • Contact
  • Events
Wolfram Community Wolfram Blog
Legal & Privacy Policy
WolframAlpha.com | WolframCloud.com
© 2025 Wolfram
© 2025 Wolfram | Legal & Privacy Policy |
English