twatzl
twatzl
So maybe I do not understand the documentation or this is either missing from the documentation or it is indeed a missing feature. I have some custom types defined in...
attempt to convert common model to kotlin multiplatform
Right now it throws a lot of warnings which are simply ignored, sometimes it fails, because there are too many warnings. we should update the config in such a way...
In the first version of variants we somehow discussed enums and json, but we don't have a clean way yet for them. We should discuss this and come up with...
Right now the events in the ical published calendar are rather useless. They have neither a description nor a link to where to find more information. Add an additional field...
we have query dto twice for example but the parameter types do not match https://github.com/boudicca-events/boudicca.events/blob/main/boudicca.base/search-api/src/main/kotlin/base/boudicca/api/search/model/QueryDTO.kt https://github.com/boudicca-events/boudicca.events/blob/main/boudicca.base/search-client/src/main/kotlin/base/boudicca/api/search/QueryDTO.kt
define and document how to add ai variant something like aiprovider=ollama aitype=llm aimodel=ollama-7b
we want to cache requests in AI service to minimize amount of calls to external services - use fetcher cache architecture - can be renamed to remove "fetcher" - add...
- implement ai service that can be accessed from collectors and enrichers - ai service should have predefined prompts (e.g. parse date list from string) - NO CUSTOM PROMPTS (but...
**Problem Statement** Many, especially smaller event organizers or event organizers which only host a few events a year either - don't have a website - post event announcements on social...