Skip to content

Commit 4e36222

Browse files
committed
Update Documentation for exceptions
1 parent 4d5af5a commit 4e36222

File tree

2 files changed

+46
-1
lines changed

2 files changed

+46
-1
lines changed

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33

44
# You can set these variables from the command line.
5-
VERSION = SNAPSHOT
5+
VERSION = 1.4.0
66
PRODUCT = neo4j-graphrag-python
77
SPHINXOPTS =
88
SPHINXBUILD = poetry run sphinx-build

docs/source/api.rst

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,16 @@ Errors
445445

446446
* :class:`neo4j_graphrag.exceptions.LLMGenerationError`
447447

448+
* :class:`neo4j_graphrag.exceptions.SchemaValidationError`
449+
450+
* :class:`neo4j_graphrag.exceptions.PdfLoaderError`
451+
452+
* :class:`neo4j_graphrag.exceptions.PromptMissingPlaceholderError`
453+
454+
* :class:`neo4j_graphrag.exceptions.InvalidHybridSearchRankerError`
455+
456+
* :class:`neo4j_graphrag.exceptions.SearchQueryParseError`
457+
448458
* :class:`neo4j_graphrag.experimental.pipeline.exceptions.PipelineDefinitionError`
449459

450460
* :class:`neo4j_graphrag.experimental.pipeline.exceptions.PipelineMissingDependencyError`
@@ -559,6 +569,41 @@ LLMGenerationError
559569
:show-inheritance:
560570

561571

572+
SchemaValidationError
573+
=====================
574+
575+
.. autoclass:: neo4j_graphrag.exceptions.SchemaValidationError
576+
:show-inheritance:
577+
578+
579+
PdfLoaderError
580+
==============
581+
582+
.. autoclass:: neo4j_graphrag.exceptions.PdfLoaderError
583+
:show-inheritance:
584+
585+
586+
PromptMissingPlaceholderError
587+
=============================
588+
589+
.. autoclass:: neo4j_graphrag.exceptions.PromptMissingPlaceholderError
590+
:show-inheritance:
591+
592+
593+
InvalidHybridSearchRankerError
594+
==============================
595+
596+
.. autoclass:: neo4j_graphrag.exceptions.InvalidHybridSearchRankerError
597+
:show-inheritance:
598+
599+
600+
SearchQueryParseError
601+
=====================
602+
603+
.. autoclass:: neo4j_graphrag.exceptions.SearchQueryParseError
604+
:show-inheritance:
605+
606+
562607
PipelineDefinitionError
563608
=======================
564609

0 commit comments

Comments
 (0)