Giuseppe Villani

Results 127 issues of Giuseppe Villani

Error in TC: ![Bildschirmfoto 2024-02-26 um 14 07 58](https://github.com/neo4j-contrib/neo4j-apoc-procedures/assets/25103389/3373ff6f-d853-497a-9e7a-eca841d0cc34)

Cherry-pick https://github.com/neo4j-contrib/neo4j-apoc-procedures/commit/348f6fdd76d475578b9f781f15ba1646e0f00df1

cherry-picked
4.4
extended-functionality

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...

extended-functionality
dev

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-picked
4.4
extended-functionality

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`)

cherry-picked
4.4
extended-functionality

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...

4.4
extended-functionality

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...

4.4

- Added try-catch mechanism to retrieve cluster balancing - Added auto-close to StartupTest, otherwise the CI could fail with TimeoutException in case of errors.

4.4
extended-functionality

Similar to how we did for OpenAI etc via their REST API. Docs: - https://www.mixedbread.ai/api-reference/endpoints/embeddings#create-embeddings

extended-functionality