Christian Tzolov
Christian Tzolov
Existing [JournalledInsertRule](https://github.com/tzolov/calcite-sql-rewriter/blob/master/journalled-sql-rewriter/src/main/java/org/apache/calcite/adapter/jdbc/JournalledInsertRule.java) implementation is designed for high throughput and minimal overhead. Rule converts INSERT on `virtual table` into INSERT on the target `journal table`. In practice the performance of the...
- Add isMetadataResourceExists(Resource app) method to the App configuration metadata resolver APIs - later verifies that the metadata artifact being a metadata jar, application jar or docker image exists physically....
@ipazc , could provide more details about the [benchmark](https://github.com/ipazc/mtcnn#benchmark) setup? In particular: - What minFaceSize, scaleFactor and stepsThreshold where used? - Could you please share the benchmark test images, so...
When checking massive amount links the chances that some link may sporadically fail is hight. Does linkinator provides an option for re-checking (e.g. some sort of retry with random waiting)...
Currently the applications that don't have at lest one version set as default are not show in the application list. At the same time the shell's `app list` as well...
Trying a demo Spring Boot app with the latest (0.8.0-SNAPSHOT) rsocket client and proxy but getting rsocket exceptions on the proxy side. My proxy runs locally and the Boot application...
On a plain web Spring Boot (3.0.5) application if one do `context.stop()` and then `context.start()` the context on a I get an error: ``` Exception in thread "main" org.springframework.context.ApplicationContextException: Failed...
The AiClient, EmbeddingClient or VectorStore clients interaction with their remote service endpoints could suffer from transient errors such as a momentary network glitch or rate limitation errors. Often, those communication...
Currently the `Document` if not provided with an explicit `ID`, generates a random UUID for every document. Even if the document content/metadata haven't changed a new ID is generated every...
The spring-ai-test is meant to help evaluating generative responses using the the LLM itself. But is it stands at the moment it is not obvious how to make use of...