omarsol's picture
a7df18eef3dc8fa23d69c379f84383a01376f2b8c132bbebf666d7cca140236a
7fec1b1 verified
raw
history blame
541 Bytes
# Bagel
> [Bagel](https://www.bagel.net/) (`Open Vector Database for AI`), is like GitHub for AI data.
It is a collaborative platform where users can create,
share, and manage vector datasets. It can support private projects for independent developers,
internal collaborations for enterprises, and public contributions for data DAOs.
## Installation and Setup
```bash
pip install bagelML
```
## VectorStore
See a [usage example](/docs/integrations/vectorstores/bagel).
```python
from langchain_community.vectorstores import Bagel
```