- Changes to support SpecialistID being passed iso CatalogID

- Removed error that stopped sync
This commit is contained in:
Josako
2024-11-15 13:13:45 +01:00
parent aa4ac3ec7c
commit 4c009949b3
3 changed files with 25 additions and 1 deletions

View File

@@ -5,5 +5,6 @@ eveai_chat/
eveai_chat_workers/
eveai_entitlements/
instance/
integrations/Wordpress/eveai-chat-widget
nginx/
scripts/

View File

@@ -6,6 +6,6 @@ eveai_chat_workers/
eveai_entitlements/
eveai_workers/
instance/
integrations/
integrations/Wordpress/eveai_sync
nginx/
scripts/

View File

@@ -25,6 +25,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Security
- In case of vulnerabilities.
## [2.0.0-alfa]
### Added
- Introduction of dynamic Retrievers & Specialists
- Introduction of dynamic Processors
- Introduction of caching system
- Introduction of a better template manager
### Changed
- For changes in existing functionality.
### Deprecated
- For soon-to-be removed features.
### Removed
- For now removed features.
### Fixed
- Set default language when registering Documents or URLs.
### Security
- In case of vulnerabilities.
## [1.0.14-alfa]
### Added