Skip to content

Commit

Permalink
change the pydoc renderer class (deepset-ai#718)
Browse files Browse the repository at this point in the history
  • Loading branch information
masci committed May 6, 2024
1 parent e5667e7 commit f61db6d
Show file tree
Hide file tree
Showing 28 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion integrations/amazon_bedrock/pydoc/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ processors:
- type: smart
- type: crossref
renderer:
type: haystack_pydoc_tools.renderers.ReadmePreviewRenderer
type: haystack_pydoc_tools.renderers.ReadmeIntegrationRenderer
excerpt: Amazon Bedrock integration for Haystack
category_slug: integrations-api
title: Amazon Bedrock
Expand Down
2 changes: 1 addition & 1 deletion integrations/amazon_sagemaker/pydoc/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ processors:
- type: smart
- type: crossref
renderer:
type: haystack_pydoc_tools.renderers.ReadmePreviewRenderer
type: haystack_pydoc_tools.renderers.ReadmeIntegrationRenderer
excerpt: Amazon Sagemaker integration for Haystack
category_slug: integrations-api
title: Amazon Sagemaker
Expand Down
2 changes: 1 addition & 1 deletion integrations/anthropic/pydoc/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ processors:
- type: smart
- type: crossref
renderer:
type: haystack_pydoc_tools.renderers.ReadmePreviewRenderer
type: haystack_pydoc_tools.renderers.ReadmeIntegrationRenderer
excerpt: Anthropic integration for Haystack
category_slug: integrations-api
title: Anthropic
Expand Down
2 changes: 1 addition & 1 deletion integrations/astra/pydoc/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ processors:
- type: smart
- type: crossref
renderer:
type: haystack_pydoc_tools.renderers.ReadmePreviewRenderer
type: haystack_pydoc_tools.renderers.ReadmeIntegrationRenderer
excerpt: Astra integration for Haystack
category_slug: integrations-api
title: Astra
Expand Down
2 changes: 1 addition & 1 deletion integrations/chroma/pydoc/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ processors:
- type: smart
- type: crossref
renderer:
type: haystack_pydoc_tools.renderers.ReadmePreviewRenderer
type: haystack_pydoc_tools.renderers.ReadmeIntegrationRenderer
excerpt: Chroma integration for Haystack
category_slug: integrations-api
title: Chroma
Expand Down
2 changes: 1 addition & 1 deletion integrations/cohere/pydoc/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ processors:
- type: smart
- type: crossref
renderer:
type: haystack_pydoc_tools.renderers.ReadmePreviewRenderer
type: haystack_pydoc_tools.renderers.ReadmeIntegrationRenderer
excerpt: Cohere integration for Haystack
category_slug: integrations-api
title: Cohere
Expand Down
2 changes: 1 addition & 1 deletion integrations/deepeval/pydoc/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ processors:
- type: smart
- type: crossref
renderer:
type: haystack_pydoc_tools.renderers.ReadmePreviewRenderer
type: haystack_pydoc_tools.renderers.ReadmeIntegrationRenderer
excerpt: DeepEval integration for Haystack
category_slug: integrations-api
title: DeepEval
Expand Down
2 changes: 1 addition & 1 deletion integrations/elasticsearch/pydoc/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ processors:
- type: smart
- type: crossref
renderer:
type: haystack_pydoc_tools.renderers.ReadmePreviewRenderer
type: haystack_pydoc_tools.renderers.ReadmeIntegrationRenderer
excerpt: Elasticsearch integration for Haystack
category_slug: integrations-api
title: Elasticsearch
Expand Down
2 changes: 1 addition & 1 deletion integrations/fastembed/pydoc/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ processors:
- type: smart
- type: crossref
renderer:
type: haystack_pydoc_tools.renderers.ReadmePreviewRenderer
type: haystack_pydoc_tools.renderers.ReadmeIntegrationRenderer
excerpt: FastEmbed integration for Haystack
category_slug: integrations-api
title: FastEmbed
Expand Down
2 changes: 1 addition & 1 deletion integrations/google_ai/pydoc/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ processors:
- type: smart
- type: crossref
renderer:
type: haystack_pydoc_tools.renderers.ReadmePreviewRenderer
type: haystack_pydoc_tools.renderers.ReadmeIntegrationRenderer
excerpt: Google AI integration for Haystack
category_slug: integrations-api
title: Google AI
Expand Down
2 changes: 1 addition & 1 deletion integrations/google_vertex/pydoc/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ processors:
- type: smart
- type: crossref
renderer:
type: haystack_pydoc_tools.renderers.ReadmePreviewRenderer
type: haystack_pydoc_tools.renderers.ReadmeIntegrationRenderer
excerpt: Google Vertex integration for Haystack
category_slug: integrations-api
title: Google Vertex
Expand Down
2 changes: 1 addition & 1 deletion integrations/gradient/pydoc/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ processors:
- type: smart
- type: crossref
renderer:
type: haystack_pydoc_tools.renderers.ReadmePreviewRenderer
type: haystack_pydoc_tools.renderers.ReadmeIntegrationRenderer
excerpt: Cohere integration for Haystack
category_slug: integrations-api
title: Gradient
Expand Down
2 changes: 1 addition & 1 deletion integrations/instructor_embedders/pydoc/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ processors:
- type: smart
- type: crossref
renderer:
type: haystack_pydoc_tools.renderers.ReadmePreviewRenderer
type: haystack_pydoc_tools.renderers.ReadmeIntegrationRenderer
excerpt: Instructor embedders integration for Haystack
category_slug: integrations-api
title: Instructor Embedders
Expand Down
4 changes: 2 additions & 2 deletions integrations/jina/pydoc/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
loaders:
- type: haystack_pydoc_tools.loaders.CustomPythonLoader
search_path: [../src]
modules:
modules:
[
"haystack_integrations.components.embedders.jina.document_embedder",
"haystack_integrations.components.embedders.jina.text_embedder",
Expand All @@ -17,7 +17,7 @@ processors:
- type: smart
- type: crossref
renderer:
type: haystack_pydoc_tools.renderers.ReadmePreviewRenderer
type: haystack_pydoc_tools.renderers.ReadmeIntegrationRenderer
excerpt: Jina integration for Haystack
category_slug: integrations-api
title: Jina
Expand Down
2 changes: 1 addition & 1 deletion integrations/langfuse/pydoc/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ processors:
- type: smart
- type: crossref
renderer:
type: haystack_pydoc_tools.renderers.ReadmePreviewRenderer
type: haystack_pydoc_tools.renderers.ReadmeIntegrationRenderer
excerpt: Langfuse integration for Haystack
category_slug: integrations-api
title: langfuse
Expand Down
2 changes: 1 addition & 1 deletion integrations/llama_cpp/pydoc/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ processors:
- type: smart
- type: crossref
renderer:
type: haystack_pydoc_tools.renderers.ReadmePreviewRenderer
type: haystack_pydoc_tools.renderers.ReadmeIntegrationRenderer
excerpt: Llama.cpp integration for Haystack
category_slug: integrations-api
title: Llama.cpp
Expand Down
2 changes: 1 addition & 1 deletion integrations/mistral/pydoc/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ processors:
- type: smart
- type: crossref
renderer:
type: haystack_pydoc_tools.renderers.ReadmePreviewRenderer
type: haystack_pydoc_tools.renderers.ReadmeIntegrationRenderer
excerpt: Mistral integration for Haystack
category_slug: integrations-api
title: Mistral
Expand Down
2 changes: 1 addition & 1 deletion integrations/mongodb_atlas/pydoc/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ processors:
- type: smart
- type: crossref
renderer:
type: haystack_pydoc_tools.renderers.ReadmePreviewRenderer
type: haystack_pydoc_tools.renderers.ReadmeIntegrationRenderer
excerpt: MongoDB Atlas integration for Haystack
category_slug: integrations-api
title: MongoDB Atlas
Expand Down
2 changes: 1 addition & 1 deletion integrations/nvidia/pydoc/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ processors:
- type: smart
- type: crossref
renderer:
type: haystack_pydoc_tools.renderers.ReadmePreviewRenderer
type: haystack_pydoc_tools.renderers.ReadmeIntegrationRenderer
excerpt: Nvidia integration for Haystack
category_slug: integrations-api
title: Nvidia
Expand Down
2 changes: 1 addition & 1 deletion integrations/ollama/pydoc/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ processors:
- type: smart
- type: crossref
renderer:
type: haystack_pydoc_tools.renderers.ReadmePreviewRenderer
type: haystack_pydoc_tools.renderers.ReadmeIntegrationRenderer
excerpt: Ollama integration for Haystack
category_slug: integrations-api
title: Ollama
Expand Down
2 changes: 1 addition & 1 deletion integrations/opensearch/pydoc/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ processors:
- type: smart
- type: crossref
renderer:
type: haystack_pydoc_tools.renderers.ReadmePreviewRenderer
type: haystack_pydoc_tools.renderers.ReadmeIntegrationRenderer
excerpt: OpenSearch integration for Haystack
category_slug: integrations-api
title: OpenSearch
Expand Down
2 changes: 1 addition & 1 deletion integrations/optimum/pydoc/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ processors:
- type: smart
- type: crossref
renderer:
type: haystack_pydoc_tools.renderers.ReadmePreviewRenderer
type: haystack_pydoc_tools.renderers.ReadmeIntegrationRenderer
excerpt: Optimum integration for Haystack
category_slug: integrations-api
title: Optimum
Expand Down
2 changes: 1 addition & 1 deletion integrations/pgvector/pydoc/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ processors:
- type: smart
- type: crossref
renderer:
type: haystack_pydoc_tools.renderers.ReadmePreviewRenderer
type: haystack_pydoc_tools.renderers.ReadmeIntegrationRenderer
excerpt: Pgvector integration for Haystack
category_slug: integrations-api
title: Pgvector
Expand Down
2 changes: 1 addition & 1 deletion integrations/pinecone/pydoc/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ processors:
- type: smart
- type: crossref
renderer:
type: haystack_pydoc_tools.renderers.ReadmePreviewRenderer
type: haystack_pydoc_tools.renderers.ReadmeIntegrationRenderer
excerpt: Pinecone integration for Haystack
category_slug: integrations-api
title: Pinecone
Expand Down
2 changes: 1 addition & 1 deletion integrations/qdrant/pydoc/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ processors:
- type: smart
- type: crossref
renderer:
type: haystack_pydoc_tools.renderers.ReadmePreviewRenderer
type: haystack_pydoc_tools.renderers.ReadmeIntegrationRenderer
excerpt: Qdrant integration for Haystack
category_slug: integrations-api
title: Qdrant
Expand Down
2 changes: 1 addition & 1 deletion integrations/ragas/pydoc/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ processors:
- type: smart
- type: crossref
renderer:
type: haystack_pydoc_tools.renderers.ReadmePreviewRenderer
type: haystack_pydoc_tools.renderers.ReadmeIntegrationRenderer
excerpt: Ragas integration for Haystack
category_slug: integrations-api
title: Ragas
Expand Down
2 changes: 1 addition & 1 deletion integrations/unstructured/pydoc/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ processors:
- type: smart
- type: crossref
renderer:
type: haystack_pydoc_tools.renderers.ReadmePreviewRenderer
type: haystack_pydoc_tools.renderers.ReadmeIntegrationRenderer
excerpt: Unstructured integration for Haystack
category_slug: integrations-api
title: Unstructured
Expand Down
2 changes: 1 addition & 1 deletion integrations/weaviate/pydoc/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ processors:
- type: smart
- type: crossref
renderer:
type: haystack_pydoc_tools.renderers.ReadmePreviewRenderer
type: haystack_pydoc_tools.renderers.ReadmeIntegrationRenderer
excerpt: Weaviate integration for Haystack
category_slug: integrations-api
title: Weaviate
Expand Down

0 comments on commit f61db6d

Please sign in to comment.