Skip to content

Commit

Permalink
Add Cypher template diagrams (#13913)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasonjo committed Nov 27, 2023
1 parent bfc12a4 commit 4ce5254
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/neo4j-cypher-ft/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ The package utilizes a full-text index for efficient mapping of text values to d

In the provided example, the full-text index is used to map names of people and movies from the user's query to corresponding database entries.

![Workflow diagram](https://raw.githubusercontent.com/langchain-ai/langchain/master/templates/neo4j-cypher-ft/static/workflow.png)

## Environment Setup

The following environment variables need to be set:
Expand Down
Binary file added templates/neo4j-cypher-ft/static/workflow.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions templates/neo4j-cypher-memory/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Additionally, it features a conversational memory module that stores the dialogu
The conversation memory is uniquely maintained for each user session, ensuring personalized interactions.
To facilitate this, please supply both the `user_id` and `session_id` when using the conversation chain.

![Workflow diagram](https://raw.githubusercontent.com/langchain-ai/langchain/master/templates/neo4j-cypher-memory/static/workflow.png)

## Environment Setup

Define the following environment variables:
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions templates/neo4j-cypher/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ This template allows you to interact with a Neo4j graph database in natural lang

It transforms a natural language question into a Cypher query (used to fetch data from Neo4j databases), executes the query, and provides a natural language response based on the query results.

[![Workflow diagram](https://raw.githubusercontent.com/langchain-ai/langchain/master/templates/neo4j-cypher/static/workflow.png)](https://medium.com/neo4j/langchain-cypher-search-tips-tricks-f7c9e9abca4d)

## Environment Setup

Define the following environment variables:
Expand Down
Binary file added templates/neo4j-cypher/static/workflow.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4ce5254

Please sign in to comment.