File tree Expand file tree Collapse file tree 2 files changed +46
-1
lines changed Expand file tree Collapse file tree 2 files changed +46
-1
lines changed Original file line number Diff line number Diff line change 2
2
#
3
3
4
4
# You can set these variables from the command line.
5
- VERSION = SNAPSHOT
5
+ VERSION = 1.4.0
6
6
PRODUCT = neo4j-graphrag-python
7
7
SPHINXOPTS =
8
8
SPHINXBUILD = poetry run sphinx-build
Original file line number Diff line number Diff line change @@ -445,6 +445,16 @@ Errors
445
445
446
446
* :class: `neo4j_graphrag.exceptions.LLMGenerationError `
447
447
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
+
448
458
* :class: `neo4j_graphrag.experimental.pipeline.exceptions.PipelineDefinitionError `
449
459
450
460
* :class: `neo4j_graphrag.experimental.pipeline.exceptions.PipelineMissingDependencyError `
@@ -559,6 +569,41 @@ LLMGenerationError
559
569
:show-inheritance:
560
570
561
571
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
+
562
607
PipelineDefinitionError
563
608
=======================
564
609
You can’t perform that action at this time.
0 commit comments