omarsol's picture
a7df18eef3dc8fa23d69c379f84383a01376f2b8c132bbebf666d7cca140236a
7fec1b1 verified
raw
history blame
458 Bytes
# Atlas
>[Nomic Atlas](https://docs.nomic.ai/index.html) is a platform for interacting with both
> small and internet scale unstructured datasets.
## Installation and Setup
- Install the Python package with `pip install nomic`
- `Nomic` is also included in langchains poetry extras `poetry install -E all`
## VectorStore
See a [usage example](/docs/integrations/vectorstores/atlas).
```python
from langchain_community.vectorstores import AtlasDB
```