We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a03bce3 commit a8c6ce1Copy full SHA for a8c6ce1
1 file changed
integrations/dspy/pydoc/config_docusaurus.yml
@@ -0,0 +1,28 @@
1
+loaders:
2
+- ignore_when_discovered:
3
+ - __init__
4
+ modules:
5
+ - haystack_integrations.components.generators.dspy.chat.chat_generator
6
+ search_path:
7
+ - ../src
8
+ type: haystack_pydoc_tools.loaders.CustomPythonLoader
9
+processors:
10
+- do_not_filter_modules: false
11
+ documented_only: true
12
+ expression: null
13
+ skip_empty_modules: true
14
+ type: filter
15
+- type: smart
16
+- type: crossref
17
+renderer:
18
+ description: DSPy integration for Haystack
19
+ id: integrations-dspy
20
+ markdown:
21
+ add_member_class_prefix: false
22
+ add_method_class_prefix: true
23
+ classdef_code_block: false
24
+ descriptive_class_title: false
25
+ descriptive_module_title: true
26
+ filename: dspy.md
27
+ title: DSPy
28
+ type: haystack_pydoc_tools.renderers.DocusaurusRenderer
0 commit comments