Skip to content

Commit c12ed70

Browse files
authored
Small fixes to doc (#199)
1 parent fd276af commit c12ed70

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

docs/source/api.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,15 @@ SinglePropertyExactMatchResolver
8080

8181
.. _pipeline-section:
8282

83-
********
84-
Pipeline
85-
********
83+
*********
84+
Pipelines
85+
*********
8686

8787
Pipeline
8888
========
8989

9090
.. autoclass:: neo4j_graphrag.experimental.pipeline.Pipeline
91-
:members: run, add_component, connect, get_pygraphviz_graph
91+
:members: run, add_component, connect, draw
9292

9393
SimpleKGPipeline
9494
================

docs/source/types.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ SchemaEntity
7676
SchemaRelation
7777
==============
7878

79-
.. autoclass:: neo4j_graphrag.experimental.components.schema.SchemaEntity
79+
.. autoclass:: neo4j_graphrag.experimental.components.schema.SchemaRelation
8080

8181
SchemaConfig
8282
============

docs/source/user_guide_rag.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ It is possible to use Azure OpenAI switching to the `AzureOpenAILLM` class:
102102
)
103103
llm.invoke("say something")
104104
105-
Check the OpenAI Python client [documentation](https://github.com/openai/openai-python?tab=readme-ov-file#microsoft-azure-openai)
105+
Check the OpenAI Python client `documentation <https://github.com/openai/openai-python?tab=readme-ov-file#microsoft-azure-openai>`_.
106106
to learn more about the configuration.
107107

108108
.. note::
@@ -766,7 +766,7 @@ be provided when instantiating the retriever:
766766
767767
See :ref:`hybridretriever`.
768768

769-
Also note that there is an helper function to create a full-text index (see `the API documentation <create-fulltext-index>`_).
769+
Also note that there is an helper function to create a full-text index (see :ref:`the API documentation<create-fulltext-index>`).
770770

771771
.. _hybrid-cypher-retriever-user-guide:
772772

src/neo4j_graphrag/retrievers/external/qdrant/qdrant.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class QdrantNeo4jRetriever(ExternalRetriever):
5050
5151
Example:
5252
53-
.. code-block:: python
53+
.. code-block:: python
5454
5555
from neo4j import GraphDatabase
5656
from neo4j_graphrag.retrievers import QdrantNeo4jRetriever
@@ -152,7 +152,7 @@ def get_search_results(
152152
153153
Example:
154154
155-
.. code-block:: python
155+
.. code-block:: python
156156
157157
from neo4j import GraphDatabase
158158
from neo4j_graphrag.retrievers import QdrantNeo4jRetriever

0 commit comments

Comments
 (0)