Skip to content

Commit

Permalink
Update API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
masci authored Feb 27, 2024
1 parent 9361465 commit e13fbab
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions integrations/ollama/pydoc/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ loaders:
search_path: [../src]
modules: [
"haystack_integrations.components.generators.ollama.generator",
"haystack_integrations.components.generators.ollama.chat.chat_generator"
"haystack_integrations.components.generators.ollama.chat.chat_generator",
"haystack_integrations.components.embedders.ollama.document_embedder",
"haystack_integrations.components.embedders.ollama.text_embedder",
]
ignore_when_discovered: ["__init__"]
processors:
Expand All @@ -26,4 +28,4 @@ renderer:
descriptive_module_title: true
add_method_class_prefix: true
add_member_class_prefix: false
filename: _readme_ollama.md
filename: _readme_ollama.md

0 comments on commit e13fbab

Please sign in to comment.