Giuseppe Villani
Giuseppe Villani
The issue https://github.com/neo4j-contrib/neo4j-apoc-procedures/issues/1728 seems to be due to `cypher-shell`. ## Steps to reproduce Step 1 - Create a `.cypher` with a :param line that contains a datetime function, like this:...
Change apoc.ml.fromCypher prompt, as it should focus on the actual query and not on explaining the schema. Actual output: 
Fixes #3971 # Changes - Created procedures ad-hoc for [chroma](https://docs.trychroma.com/), [qdrant](https://qdrant.tech/documentation/overview/) and [weaviate](https://weaviate.io/developers/weaviate/api/rest). Emulate the https://neo4j.com/docs/cypher-manual/current/indexes/semantic-indexes/vector-indexes/ commands. | Neo4j Vector Index | Vector database correspondent | | ------------- | -------------...
Fixes #2182 - cascade aggregation function, that emulate [ROLLUP](https://docs.oracle.com/cd/F49540_01/DOC/server.815/a68003/rollup_c.htm#32084) and [CUBE](https://docs.oracle.com/cd/F49540_01/DOC/server.815/a68003/rollup_c.htm#32311) - created common methods with the `apoc.agg.multiStats` - other fixes: changed `usage-apoc.agg.multiStats` anchor --- Tried with a db with...
As the docs team is decommissioning the developer pages, we should move some of this into the apoc NLP docs: - https://neo4j.com/developer/graph-data-science/nlp/ - https://github.com/neo4j-documentation/developer-guides/blob/publish/modules/graph-data-science/pages/nlp/index.adoc - https://neo4j.com/developer/graph-data-science/nlp/entity-extraction/ - https://github.com/neo4j-documentation/developer-guides/blob/publish/modules/graph-data-science/pages/nlp/entity-extraction.adoc --- The...
Fixes #4004 - Given (a set of) queries return the schema + explanation of the subgraph
Fixes #4055 - Updated and tested hadoop new dependencies
Fixes #1596 Now the apoc.nlp, in case of key and secret config not defined, leverage [com.amazonaws.auth.DefaultAWSCredentialsProviderChain](https://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/auth/DefaultAWSCredentialsProviderChain.html), so it look for env vars, system properties, etc..
Fixes #4057: Add Watson Embedding API - updated APIs endpoint, as the new ones have embedding models - added embedding procedure
Fixes #4058 - New procedures instead of apoc.ml.openai since it behaves a bit different, and we can use other APIs, like reranking - They leverage the openAI ones