this works pretty well, it has the basic capability with PCA

This commit is contained in:
2025-08-12 15:08:51 -07:00
parent 722684fa57
commit 850140481d
2 changed files with 22 additions and 10 deletions

View File

@@ -52,14 +52,16 @@ EmbeddingBuddy accepts newline-delimited JSON (NDJSON) files where each line con
This project uses [uv](https://docs.astral.sh/uv/) for dependency management.
1. **Install dependencies:**
```bash
uv sync
```
```bash
uv sync
```
2. **Run the application:**
```bash
uv run python app.py
```
```bash
uv run python app.py
```
3. **Open your browser** to http://127.0.0.1:8050