Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Selman <[email protected]>
  • Loading branch information
dselman committed Sep 13, 2024
1 parent 9b23776 commit 3c61300
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tags:

# Concerto Graph

This project uses a [Concerto model](https://concerto.accordproject.org) to define the nodes and edges in a Neo4J graph database and uses the model to validate the properties on the nodes.
This project uses a [Concerto model](https://concerto.accordproject.org) to define the nodes and edges in a Neo4J graph database and uses the model to validate the properties on the nodes, convert natural language queries into Neo4J Cypher queries and convert natural language text into nodes and edges in the graph.

![demo](demo.png)
[Demo](src/demo/index.ts)
Expand Down Expand Up @@ -143,7 +143,7 @@ Output:
]
```

## Similarity Query
## Similarity (Semantic) Query

```typescript
const search = 'Working in a boring job and looking for love.';
Expand All @@ -162,7 +162,7 @@ Output:
]
```

## Chat with your data (Cypher generation)
## Chat with your data/graph (Cypher generation)

You can also "chat with your data" — converting natural language queries to Neo4J Cypher
queries and running them over your graph.
Expand Down

0 comments on commit 3c61300

Please sign in to comment.