Giuseppe Villani
Giuseppe Villani
Error in TC: 
Cherry-pick https://github.com/neo4j-contrib/neo4j-apoc-procedures/commit/348f6fdd76d475578b9f781f15ba1646e0f00df1
Created from https://github.com/neo4j-contrib/neo4j-apoc-procedures/pull/3818, which had too many more (unrelated) commits, due to fixing various CI errors between one 5.x version and another --- WIP: - [x] There seems to be...
Create `apoc.ml.vertexai.image`, like the `apoc.ml.bedrock.image` one, using [this API](https://cloud.google.com/vertex-ai/docs/generative-ai/image/generate-images) would be great. Currently, it has limited access, so we should wait for public access to implement it.
Cherry-pick https://github.com/neo4j-contrib/neo4j-apoc-procedures/commit/e152208e092ac222bb805297f4f2f48db19a1971
Cherry-pick https://github.com/neo4j-contrib/neo4j-apoc-procedures/commit/c9c4fcbc9e70419665d83122e654dfef792bd786 Cherry-pick https://github.com/neo4j-contrib/neo4j-apoc-procedures/commit/e8d90e85505bbd731ecddfbdeb0b5ae2ec9e023a (only `LoadHtmlTest`)
Analogous to https://github.com/neo4j-contrib/neo4j-apoc-procedures/pull/3088, but pushed to `neo4j-contrib` repo (to make CI green), instead of the `vga91` one. --- Fixes #1383 Refactored `core` to reuse code, but the actual procedure is...
Related to https://github.com/neo4j-contrib/neo4j-apoc-procedures/pull/3097 (which fails because created from a fork) Fixes #2283 Added KernelTransaction.setStatusDetails(..) every 1000 rows. I don't added `@Context public KernelTransaction kernelTx` due to https://github.com/neo4j-contrib/neo4j-apoc-procedures/pull/2265#discussion_r738180605. I used `final...
- Added try-catch mechanism to retrieve cluster balancing - Added auto-close to StartupTest, otherwise the CI could fail with TimeoutException in case of errors.
Similar to how we did for OpenAI etc via their REST API. Docs: - https://www.mixedbread.ai/api-reference/endpoints/embeddings#create-embeddings