mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-08-30 03:16:46 +00:00

* Add DynamicPromptBuilder * Improve pydocs, add unit tests * Add release note * Make expected_runtime_variables optional * Add pydocs usage example * Add more pydocs * Remove test markers * Update type in unit test * Update after canals upgrade * add to api ref * docstrings updates * Update test/preview/components/builders/test_dynamic_prompt_builder.py Co-authored-by: Silvano Cerza <3314350+silvanocerza@users.noreply.github.com> * Update haystack/preview/components/builders/dynamic_prompt_builder.py Co-authored-by: Silvano Cerza <3314350+silvanocerza@users.noreply.github.com> * Deparametrize init test * Rename expected_runtime_variables to runtime_variables * Rephrase docstring so meaning is clearer --------- Co-authored-by: Darja Fokina <daria.f93@gmail.com> Co-authored-by: Daria Fokina <daria.fokina@deepset.ai> Co-authored-by: Silvano Cerza <3314350+silvanocerza@users.noreply.github.com> Co-authored-by: Silvano Cerza <silvanocerza@gmail.com>
27 lines
797 B
YAML
27 lines
797 B
YAML
loaders:
|
|
- type: loaders.CustomPythonLoader
|
|
search_path: [../../../haystack/preview/components/builders]
|
|
modules: ["answer_builder", "prompt_builder", "dynamic_prompt_builder"]
|
|
ignore_when_discovered: ["__init__"]
|
|
processors:
|
|
- type: filter
|
|
expression:
|
|
documented_only: true
|
|
do_not_filter_modules: false
|
|
skip_empty_modules: true
|
|
- type: smart
|
|
- type: crossref
|
|
renderer:
|
|
type: renderers.ReadmePreviewRenderer
|
|
excerpt: Extract the output of a Generator to an Answer format, and build prompts.
|
|
category_slug: haystack-classes
|
|
title: Builder API
|
|
slug: builder-api
|
|
order: 5
|
|
markdown:
|
|
descriptive_class_title: false
|
|
descriptive_module_title: true
|
|
add_method_class_prefix: true
|
|
add_member_class_prefix: false
|
|
filename: builder_api.md
|