Skip to content

Commit b4ddc92

Browse files
committed
Updated docs
1 parent f3c5296 commit b4ddc92

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

docs/source/api.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,15 @@ Database Interaction
403403
.. autofunction:: neo4j_graphrag.schema.format_schema
404404

405405

406+
***************
407+
Message History
408+
***************
409+
410+
.. autoclass:: neo4j_graphrag.message_history.InMemoryMessageHistory
411+
412+
.. autoclass:: neo4j_graphrag.message_history.Neo4jMessageHistory
413+
414+
406415
******
407416
Errors
408417
******

docs/source/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ Note that the below example is not the only way you can upsert data into your Ne
148148

149149

150150
.. code:: python
151+
151152
from neo4j import GraphDatabase
152153
from neo4j_graphrag.indexes import upsert_vectors
153154
from neo4j_graphrag.types import EntityType

docs/source/user_guide_rag.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -917,6 +917,7 @@ Populate a Vector Index
917917
==========================
918918

919919
.. code:: python
920+
920921
from random import random
921922
922923
from neo4j import GraphDatabase

0 commit comments

Comments
 (0)