- Added auto-replacement of sandbox download links in Assistants with links to downloaded local files. - Added setup for Poetry. - Added connection timeout config option to Google Search plugin. - Fixed recursion error on app exit. - Updated dependencies.
2.0.159
- Added workdir placeholders to images stored from Assistants. - Added tooltips on modes list. - Added force synchronous command call if more than one command to execute.
2.0.158
- Improved Assistants: added annotations handling, added async function outputs submit - Fixed creating function duplicates on re-import existing Assistant
2.0.157
- Added webpage (URL) indexing using Llama-Index; new options were added to the Google Search plugin: the command "web_index" for indexing a specified page (just ask to index any URL) and "Auto-index", which enables automatic indexing of URLs used by the plugin (disabled by default). - Decreased the default chunk size in the Google Search plugin. - Assistant run creation and message sending moved to an async thread. - Improved files receive from Assistants.
2.0.156
- Added disable SSL verify option for search engine calls (not only for search results) in `Google Search plugin` - issue 20. - Updated certifi to 2024.2.2. - Added custom launcher, custom plugin, custom vector store, custom LLM provider and custom data loader code examples in `examples` directory in repository. - Updated documentation.
2.0.155
- Importing assistants and assistant files (from API) has been moved to an asynchronous thread. - Upgraded OpenAI API to 1.12.0.