Metadata-Version: 2.4
Name: python-vectorspace
Version: 0.0.5
Summary: Directory file watcher for automatically creating and querying vector embeddings.
Author-email: deathbeam <slusnucky@gmail.com>
Project-URL: Homepage, https://github.com/deathbeam/vectorspace
Project-URL: Issues, https://github.com/deathbeam/vectorspace/issues
Requires-Python: >=3.13
Description-Content-Type: text/markdown
Requires-Dist: chromadb>=1.0.16
Requires-Dist: fastapi>=0.115.11
Requires-Dist: watchdog>=6.0.0

# vectorspace

## Run

```bash
pipx run python-vectorspace
```

## Development

```bash
uv run vectorspace
```

or

```bash
uv pip install -e .
```

and then

```bash
vectorspace
```

## API docs

```
http://localhost:8000/docs
```
