Commands
list-libraries (ls)
List available libraries and their versions stored in the local vector database.Output Example
list-raw-libraries
List available libraries in the raw_data directory (before embedding).Output Example
Use Cases
Check What’s Installed
Before Querying
Verify which libraries and versions are available:Before Removing
See what libraries exist before removing:Differences
| Command | Source | Status |
|---|---|---|
list-libraries | Vector database | Embedded and searchable |
list-raw-libraries | Raw data directory | Extracted but not embedded |
Why Two Commands?
Libraries appear inlist-raw-libraries after extraction but before embedding. Use this to:
- Debug extraction issues
- Check what was extracted before embedding
- See if raw files exist for re-embedding
Related Commands
- openground add - Add new libraries
- openground remove - Remove libraries
- openground query - Search libraries