Skip to content

Commit e68ecc2

Browse files
Update README.md
1 parent 7ce1323 commit e68ecc2

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -80,16 +80,6 @@ KNN_MIN_SCORE = ""\
8080
Json response to API with fileName, nodeCount, relationshipCount, processingTime,
8181
status and model as attributes.
8282
83-
#### get_source_list_from_graph(graph):
84-
85-
Creates a list of sources
86-
87-
Args:
88-
graph: Neo4j graph object
89-
Returns:
90-
Returns a list of sources that are in the database by querying the graph and
91-
sorting the list by the last updated date.
92-
9383
#### create_source_node_graph(uri, userName, password, file):
9484
9585
Creates a source node in Neo4jGraph and sets properties.
@@ -103,6 +93,15 @@ KNN_MIN_SCORE = ""\
10393
Returns:
10494
Success or Failure message of node creation
10595
96+
<img width="958" alt="neo_workspace" src="https://github.com/neo4j-labs/llm-graph-builder/assets/118245454/f2eb11cd-718c-453e-bec9-11410ec6e45d">
97+
98+
99+
#### get_source_list_from_graph():
100+
101+
Returns a list of file sources in the database by querying the graph and
102+
sorting the list by the last updated date.
103+
104+
106105
107106
## Links
108107
The Public [ Google cloud Run URL](https://frontend-dcavk67s4a-uc.a.run.app).

0 commit comments

Comments
 (0)