v0.1.5
Added
- Added
cleanup_indexes
command to clean up outdated indexes and inaccessible repositories.
Fixed
- Fixed connection closed or lost on
ConnectionPool
by usingcheck_connection
to verify if the connection is still working. - Fixed chunks length check to use the correct number of tokens instead of the number of characters.