Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,8 @@ fixes). Newest entries at the bottom.
already-working Windows `cp314` installs. Completing the wheel matrix is the
correct fix; the next 0.3.8 patch release will carry full `cp314` coverage
once CI confirms the new platforms build cleanly.

## 2026-09-06: Restore CLI parsing after duplicate index command registration

- Remove the seven duplicate index command parsers and handlers introduced by #269 after #285 had already supplied them. This fixes `argparse.ArgumentError: conflicting subparser: index-browser`, which prevented every CLI command, including help, from running.
- Retain the #285 command interface (`--max-count`, `--index-name`, `--no-recompute`), application readers, and shared builder; native indexing and standalone wheel reader packaging are unchanged.
2 changes: 1 addition & 1 deletion docs/user-scripts-tr.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ ollama list

C: Daha küçük bir dataset ile test edin:
```bash
--max-items 1000
--max-count 1000
```

## İleri Düzey Kullanım
Expand Down
2 changes: 1 addition & 1 deletion docs/user-scripts.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ ollama list

Try with a smaller dataset:
```bash
--max-items 1000
--max-count 1000
```

## Advanced Usage
Expand Down
Loading
Loading