- move docs page to /docs, leave / as healthcheck endpoint
- remove base prompt extra space
- Consumers to handle permissions via EDA
- Send recent activities using amqp connection instead of REST
- Create a storage usecase for xlsx logs
- Change xlsx logs api export to return to s3 boto temp link
- Fix xlsx logs type to file, it was currently returning bytes
- Wrong override method name on the export logs viewset
- Endpoint that can export repository nlp logs into a xlsx file
- Authorization creation using EDA consumer
- removing space that is messing up the classify
- get language now is a method on prompt_formatter and use the language prefix to define the language, default is pt-br
- in post processing now get the first word and normalize special characters to compare with normalize classes
- improving the none template text in
en
and es
languages
- improving the zeroshot prompt
- usecases classes to format prompt and classification
- zeroshotlog receive options
- now we send prompts to zeroshot
- Create api repository filters for catergory and repository_type
- Fixing get filter for existing phrases that need training
- Fix auto versioning after editing existing phrases
- zeroshot support to language
- Token limit validation to content AI
- Zeroshot elastic docs
- Zeroshot log data
- Zeroshot index declared
- New format to validate flows token on zeroshot
- New format with singleton to create rabbitmq connection
- Rabbitmq publisher
- Integrate AI/project using
ProjectIntelligence
objects
- When
remove
integration on dash, delete ProjectIntelligence
- Publishing messages when integrate an
AI
with Project
integrated_by
field from ProjectIntelligence
- Zeroshot flows integration with fast prediction endpoint
- Project consumer
- Template type consumer
- Data Transfer Object to project and template type
- Use case to add project creation, template type creation and exceptions
- event driven architecture setup
- model of template type
- model of project intelligence
- parsers
- eda consumer
- Field to count the trainings of a repository and `order_by_relevance` method now uses this field
- validation error in RASA imported files now are reported
- entity filter because frontend has not access to entitie.value so used the dict value 'entity'
- filter translated example by entity, intent and text value
- is_trained and original_example_text fields on RepositoryTranslatedExampleSerializer
- auto_translation endpoint to receive RepositoryExample id and filter by that to translate examples
- Update token generator to get user form keycloak with a keycloak rest client
- adding changelog to project