Giuseppe Villani
Giuseppe Villani
- Increased `apoc.export.cypher.data/graph` test coverage with indexes and constraints - Added schema relationship support to `apoc.export.cypher.data/graph` procedures
We could evaluate the use of [ProcedureCallContext](https://github.com/neo4j/neo4j/blob/4.4/community/kernel-api/src/main/java/org/neo4j/internal/kernel/api/procs/ProcedureCallContext.java), which captures info about the context in which a procedure was called. Using this class, when we call a procedure using a `YIELD`...
After [this issue](https://github.com/neo4j-contrib/neo4j-apoc-procedures/issues/3971) is done, create `apoc.vectordb.pinecone.*` and `apoc.vectordb.milvus.*` procedures. - Pinecone: https://docs.pinecone.io/guides/get-started/quickstart - Milvus: https://milvus.io/api-reference/restful/v2.4.x/About.md
## TODO - [ ] Update docs with something like the below one, i.e. to add examples to interface with vector db, when the issue `https://github.com/neo4j-contrib/neo4j-apoc-procedures/issues/3971` will be merged ```...
Analog of [this APOC issue](https://github.com/neo4j-contrib/neo4j-apoc-procedures/issues/4078). It could be a neo4j problem, as it has been occurring since version 5.10, but the code regarding the procedure has not changed from the...
The following procedure should return the root cause (i.e. embedding size different from the other ones in the collection):  --- Edit: Unlike the other...
The following procedure should return the root cause (i.e. the collection already exists):  Procedure errors to handle and improve: - apoc.vectordb..createCollection with existing...
Cherry-pick https://github.com/neo4j-contrib/neo4j-apoc-procedures/commit/170b6e05bacc1f5f10f9c7aee11bfb80e8e7ced6
Add anthropic claude support to apoc.ml procedures : https://www.anthropic.com/api