VectorDatabaseObjects

VectorDatabaseObjects[]

returns a list with all the known instances instances of VectorDatabaseObject.

VectorDatabaseObjects[patt]

returns a list of databases with the name matching the pattern patt.

Details

Examples

open allclose all

Basic Examples  (2)

Get a list with all known vector databases:

List the databases with a name matching a pattern:

Scope  (4)

List all the locally stored databases:

Filter the list using a string pattern:

Filter the list using a string expression:

Filter the list using a regular expression:

Applications  (2)

Create several new databases:

List all databases that match the base name:

Delete all objects with that name:

Indexing of the name is now reset:

Attempting to delete an object that does not exist will result in a failure:

Use VectorDatabaseObjects to check for and remove any existing instances without failing if there are none:

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

Text

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

CMS

Wolfram Language. 2024. "VectorDatabaseObjects." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/VectorDatabaseObjects.html.

APA

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

BibTeX

@misc{reference.wolfram_2024_vectordatabaseobjects, author="Wolfram Research", title="{VectorDatabaseObjects}", year="2024", howpublished="\url{https://reference.wolfram.com/language/ref/VectorDatabaseObjects.html}", note=[Accessed: 21-January-2025 ]}

BibLaTeX

@online{reference.wolfram_2024_vectordatabaseobjects, organization={Wolfram Research}, title={VectorDatabaseObjects}, year={2024}, url={https://reference.wolfram.com/language/ref/VectorDatabaseObjects.html}, note=[Accessed: 21-January-2025 ]}