# VectorAdmin Usage Documentation

VectorAdmin is an[ OpenSource project](https://github.com/Mintplex-Labs/vector-admin) that you can run locally, on a cloud machine you maintain, or hosted via [vectoradmin.com](https://vectoradmin.com)

{% embed url="<https://www.youtube.com/watch?v=cW8Eohz6pzs>" %}

### Supported vector database providers

* [Pinecone](https://pinecone.io)

  You must have an index that allows **namespaces**. VectorAdmin currently does not support the empty-namespace default in Pinecone.
* [QDrant](https://qdrant.tech)
* [Chroma](https://trychroma.com)
* [Weaviate](https://weaviate.io)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mintplex-labs-inc.gitbook.io/vectoradmin-by-mintplex-labs/vectoradmin-usage-documentation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
