Documentation Index
Fetch the complete documentation index at: https://mintlify.com/ynbh/know/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Thereset command clears the entire search index, removing all indexed chunks and embeddings. This does not affect the watch list or source files.
Syntax
Parameters
This command takes no parameters or options.Behavior
- Deletes all indexed chunks from the database
- Removes all vector embeddings
- Does not modify the watch list (
~/.know_dirs) - Does not delete or modify any source files
When to Use Reset
Useknow reset when:
- You want to rebuild the index from scratch
- The index is corrupted or producing incorrect results
- You’ve made significant changes to indexing configuration
- You want to clear all indexed data before removing know
Examples
Clear the index
Reset and rebuild
Comparison with Other Commands
| Command | Effect |
|---|---|
know reset | Clears entire index, keeps watch list |
know index --force | Clears index AND immediately re-indexes |
know prune | Removes only orphaned chunks from deleted files |
know remove <dir> | Removes directory from watch list, keeps indexed data |
After Reset
After runningreset, you’ll need to re-index to use search:
Complete Cleanup
To completely remove all know data:See Also
know index --force- Clear and re-index in one commandknow prune- Remove only orphaned chunksknow remove- Remove directories from watch list