- Fix batch embeddings calculation.
- Fix validate function syntax in custom variables definition.
- Fix typo in command name.
- Add embeddings recalculation. Can be useful if you want to change
elisa-embeddings-provider
without loosing your elisa database.
- Add command to enable all collections.
- Speed up semantic splitting with batch embeddings. Experimental. Disabled by default.
- Improve prompt template for prompt rewriting.
- Add complex documents (like pdf, odt, doc etc.) support using Apache Tika.
- Add progress reporter for async operations.
- Make sql syntax uppercased to improve readability.
- Fix review issues.
- Improve package documentation.
- Inject missing variables.
- Add semantic split.
- Add optional reranker.
- Add hybrid search.
- Add collections.
- Add web search.
- Add search in local files.
- Fix asyncronous parsing.
- Search for gzipped builtin manuals.
- Improve built-in manuals directory location method.
- Warn user instead of network call during package loading.
- Refactor asyncronous parsing to fix alterantive installation ways.
- Initial release.