File tree Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -403,6 +403,15 @@ Database Interaction
403
403
.. autofunction :: neo4j_graphrag.schema.format_schema
404
404
405
405
406
+ ***************
407
+ Message History
408
+ ***************
409
+
410
+ .. autoclass :: neo4j_graphrag.message_history.InMemoryMessageHistory
411
+
412
+ .. autoclass :: neo4j_graphrag.message_history.Neo4jMessageHistory
413
+
414
+
406
415
******
407
416
Errors
408
417
******
Original file line number Diff line number Diff line change @@ -148,6 +148,7 @@ Note that the below example is not the only way you can upsert data into your Ne
148
148
149
149
150
150
.. code :: python
151
+
151
152
from neo4j import GraphDatabase
152
153
from neo4j_graphrag.indexes import upsert_vectors
153
154
from neo4j_graphrag.types import EntityType
Original file line number Diff line number Diff line change @@ -917,6 +917,7 @@ Populate a Vector Index
917
917
==========================
918
918
919
919
.. code :: python
920
+
920
921
from random import random
921
922
922
923
from neo4j import GraphDatabase
You can’t perform that action at this time.
0 commit comments