- Added auto index file on read option in the `Files I/O` plugin - Improved debugger - Fixed Bing speech recognition
2.0.167
- Fixed empty API key dialog.
2.0.166
- Enabled the use of data loaders from Llama-index in the `Files I/O` plugin for reading files, which allows for reading not only text files using the plugin's `read_file` command. - Added a command for indexing files to the `Files I/O` plugin. - The `self_loop` plugin has been internally renamed to the `agent` plugin. - Fixed the display of pinned contexts when the indexed filter is enabled.
2.0.165
- Added search provider: `Bing`. - Added audio output providers: `Google` and `Eleven Labs`. - Added audio input providers: `Google`, `Google Cloud`, and `Bing`. - Added a new plugin: `Command: API calls` which allows defining commands for API calls to external services. - Added an `Excluded file extensions` configuration option in `Settings -> Llama-index`. - Fixed audio input listener initialization in the Audio Input plugin.
2.0.164
- Refactored the Audio Input, Audio Output, and Google Web Search plugins to support multiple audio and search engine providers. - Introduced the option to add your own audio input, output, and web search providers.
2.0.163
- Added storage of indexed urls - Added info about used library versions in About dialog