File size: 541 Bytes
2e44b1a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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
```