Skip to content

Commit

Permalink
fix docs generation
Browse files Browse the repository at this point in the history
  • Loading branch information
anakin87 committed Oct 17, 2024
1 parent 421683d commit 451001a
Show file tree
Hide file tree
Showing 28 changed files with 33 additions and 5 deletions.
1 change: 1 addition & 0 deletions integrations/amazon_bedrock/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ git_describe_command = 'git describe --tags --match="integrations/amazon_bedrock
[tool.hatch.envs.default]
installer = "uv"
dependencies = [
"setuptools",
"coverage[toml]>=6.5",
"pytest",
"pytest-rerunfailures",
Expand Down
1 change: 1 addition & 0 deletions integrations/amazon_sagemaker/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ git_describe_command = 'git describe --tags --match="integrations/amazon_sagemak
[tool.hatch.envs.default]
installer = "uv"
dependencies = [
"setuptools",
"coverage[toml]>=6.5",
"pytest",
"pytest-rerunfailures",
Expand Down
1 change: 1 addition & 0 deletions integrations/anthropic/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ git_describe_command = 'git describe --tags --match="integrations/anthropic-v[0-
[tool.hatch.envs.default]
installer = "uv"
dependencies = [
"setuptools",
"coverage[toml]>=6.5",
"pytest",
"pytest-rerunfailures",
Expand Down
1 change: 1 addition & 0 deletions integrations/astra/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ git_describe_command = 'git describe --tags --match="integrations/astra-v[0-9]*"
[tool.hatch.envs.default]
installer = "uv"
dependencies = [
"setuptools",
"coverage[toml]>=6.5",
"pytest",
"pytest-rerunfailures",
Expand Down
1 change: 1 addition & 0 deletions integrations/chroma/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ git_describe_command = 'git describe --tags --match="integrations/chroma-v[0-9]*
[tool.hatch.envs.default]
installer = "uv"
dependencies = [
"setuptools",
"coverage[toml]>=6.5",
"pytest",
"pytest-rerunfailures",
Expand Down
1 change: 1 addition & 0 deletions integrations/cohere/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ git_describe_command = 'git describe --tags --match="integrations/cohere-v[0-9]*
[tool.hatch.envs.default]
installer = "uv"
dependencies = [
"setuptools",
"coverage[toml]>=6.5",
"pytest",
"pytest-rerunfailures",
Expand Down
3 changes: 2 additions & 1 deletion integrations/deepeval/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ git_describe_command = 'git describe --tags --match="integrations/deepeval-v[0-9

[tool.hatch.envs.default]
installer = "uv"
dependencies = ["coverage[toml]>=6.5", "pytest", "pytest-rerunfailures", "haystack-pydoc-tools"]
dependencies = [
"setuptools","coverage[toml]>=6.5", "pytest", "pytest-rerunfailures", "haystack-pydoc-tools"]
[tool.hatch.envs.default.scripts]
test = "pytest {args:tests}"
test-cov = "coverage run -m pytest {args:tests}"
Expand Down
1 change: 1 addition & 0 deletions integrations/elasticsearch/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ git_describe_command = 'git describe --tags --match="integrations/elasticsearch-
[tool.hatch.envs.default]
installer = "uv"
dependencies = [
"setuptools",
"coverage[toml]>=6.5",
"pytest",
"pytest-rerunfailures",
Expand Down
1 change: 1 addition & 0 deletions integrations/fastembed/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ git_describe_command = 'git describe --tags --match="integrations/fastembed-v[0-
[tool.hatch.envs.default]
installer = "uv"
dependencies = [
"setuptools",
"coverage[toml]>=6.5",
"pytest",
"pytest-rerunfailures",
Expand Down
1 change: 1 addition & 0 deletions integrations/google_ai/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ git_describe_command = 'git describe --tags --match="integrations/google_ai-v[0-
[tool.hatch.envs.default]
installer = "uv"
dependencies = [
"setuptools",
"coverage[toml]>=6.5",
"pytest",
"pytest-rerunfailures",
Expand Down
1 change: 1 addition & 0 deletions integrations/google_vertex/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ git_describe_command = 'git describe --tags --match="integrations/google_vertex-
[tool.hatch.envs.default]
installer = "uv"
dependencies = [
"setuptools",
"coverage[toml]>=6.5",
"pytest",
"pytest-rerunfailures",
Expand Down
1 change: 1 addition & 0 deletions integrations/instructor_embedders/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ git_describe_command = 'git describe --tags --match="integrations/instructor_emb
[tool.hatch.envs.default]
installer = "uv"
dependencies = [
"setuptools",
"coverage[toml]>=6.5",
"pytest",
"pytest-rerunfailures",
Expand Down
3 changes: 2 additions & 1 deletion integrations/jina/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ git_describe_command = 'git describe --tags --match="integrations/jina-v[0-9]*"'

[tool.hatch.envs.default]
installer = "uv"
dependencies = ["coverage[toml]>=6.5", "pytest", "pytest-rerunfailures", "haystack-pydoc-tools"]
dependencies = [
"setuptools","coverage[toml]>=6.5", "pytest", "pytest-rerunfailures", "haystack-pydoc-tools"]
[tool.hatch.envs.default.scripts]
test = "pytest {args:tests}"
test-cov = "coverage run -m pytest {args:tests}"
Expand Down
1 change: 1 addition & 0 deletions integrations/langfuse/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ git_describe_command = 'git describe --tags --match="integrations/langfuse-v[0-9
[tool.hatch.envs.default]
installer = "uv"
dependencies = [
"setuptools",
"coverage[toml]>=6.5",
"pytest",
"pytest-rerunfailures",
Expand Down
1 change: 1 addition & 0 deletions integrations/llama_cpp/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ git_describe_command = 'git describe --tags --match="integrations/llama_cpp-v[0-
[tool.hatch.envs.default]
installer = "uv"
dependencies = [
"setuptools",
"coverage[toml]>=6.5",
"pytest",
"pytest-rerunfailures",
Expand Down
1 change: 1 addition & 0 deletions integrations/mistral/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ git_describe_command = 'git describe --tags --match="integrations/mistral-v[0-9]
[tool.hatch.envs.default]
installer = "uv"
dependencies = [
"setuptools",
"coverage[toml]>=6.5",
"pytest",
"pytest-rerunfailures",
Expand Down
1 change: 1 addition & 0 deletions integrations/mongodb_atlas/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ git_describe_command = 'git describe --tags --match="integrations/mongodb_atlas-
[tool.hatch.envs.default]
installer = "uv"
dependencies = [
"setuptools",
"coverage[toml]>=6.5",
"pytest",
"pytest-rerunfailures",
Expand Down
1 change: 1 addition & 0 deletions integrations/nvidia/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ git_describe_command = 'git describe --tags --match="integrations/nvidia-v[0-9]*
[tool.hatch.envs.default]
installer = "uv"
dependencies = [
"setuptools",
"coverage[toml]>=6.5",
"pytest",
"pytest-rerunfailures",
Expand Down
1 change: 1 addition & 0 deletions integrations/ollama/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ git_describe_command = 'git describe --tags --match="integrations/ollama-v[0-9]*
[tool.hatch.envs.default]
installer = "uv"
dependencies = [
"setuptools",
"coverage[toml]>=6.5",
"pytest",
"pytest-rerunfailures",
Expand Down
1 change: 1 addition & 0 deletions integrations/opensearch/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ git_describe_command = 'git describe --tags --match="integrations/opensearch-v[0
[tool.hatch.envs.default]
installer = "uv"
dependencies = [
"setuptools",
"coverage[toml]>=6.5",
"pytest",
"pytest-rerunfailures",
Expand Down
1 change: 1 addition & 0 deletions integrations/optimum/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ git_describe_command = 'git describe --tags --match="integrations/optimum-v[0-9]
[tool.hatch.envs.default]
installer = "uv"
dependencies = [
"setuptools",
"coverage[toml]>=6.5",
"pytest",
"pytest-rerunfailures",
Expand Down
1 change: 1 addition & 0 deletions integrations/pgvector/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ git_describe_command = 'git describe --tags --match="integrations/pgvector-v[0-9
[tool.hatch.envs.default]
installer = "uv"
dependencies = [
"setuptools",
"coverage[toml]>=6.5",
"pytest",
"pytest-rerunfailures",
Expand Down
1 change: 1 addition & 0 deletions integrations/pinecone/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ git_describe_command = 'git describe --tags --match="integrations/pinecone-v[0-9
[tool.hatch.envs.default]
installer = "uv"
dependencies = [
"setuptools",
"coverage[toml]>=6.5",
"pytest",
"pytest-rerunfailures",
Expand Down
3 changes: 2 additions & 1 deletion integrations/qdrant/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ git_describe_command = 'git describe --tags --match="integrations/qdrant-v[0-9]*

[tool.hatch.envs.default]
installer = "uv"
dependencies = ["coverage[toml]>=6.5", "pytest", "pytest-rerunfailures", "haystack-pydoc-tools"]
dependencies = [
"setuptools","coverage[toml]>=6.5", "pytest", "pytest-rerunfailures", "haystack-pydoc-tools"]
[tool.hatch.envs.default.scripts]
test = "pytest {args:tests}"
test-cov = "coverage run -m pytest {args:tests}"
Expand Down
1 change: 1 addition & 0 deletions integrations/ragas/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ git_describe_command = 'git describe --tags --match="integrations/ragas-v[0-9]*"
[tool.hatch.envs.default]
installer = "uv"
dependencies = [
"setuptools",
"coverage[toml]>=6.5",
"pytest",
"pytest-rerunfailures",
Expand Down
3 changes: 2 additions & 1 deletion integrations/snowflake/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ git_describe_command = 'git describe --tags --match="integrations/snowflake-v[0-

[tool.hatch.envs.default]
installer = "uv"
dependencies = ["coverage[toml]>=6.5", "pytest", "pytest-rerunfailures", "haystack-pydoc-tools"]
dependencies = [
"setuptools","coverage[toml]>=6.5", "pytest", "pytest-rerunfailures", "haystack-pydoc-tools"]
[tool.hatch.envs.default.scripts]
test = "pytest {args:tests}"
test-cov = "coverage run -m pytest {args:tests}"
Expand Down
1 change: 1 addition & 0 deletions integrations/unstructured/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ git_describe_command = 'git describe --tags --match="integrations/unstructured-v
[tool.hatch.envs.default]
installer = "uv"
dependencies = [
"setuptools",
"coverage[toml]>=6.5",
"pytest",
"pytest-rerunfailures",
Expand Down
3 changes: 2 additions & 1 deletion integrations/weaviate/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ git_describe_command = 'git describe --tags --match="integrations/weaviate-v[0-9

[tool.hatch.envs.default]
installer = "uv"
dependencies = ["coverage[toml]>=6.5", "pytest", "pytest-rerunfailures", "ipython"]
dependencies = [
"setuptools","coverage[toml]>=6.5", "pytest", "pytest-rerunfailures", "ipython"]
[tool.hatch.envs.default.scripts]
test = "pytest {args:tests}"
test-cov = "coverage run -m pytest {args:tests}"
Expand Down

0 comments on commit 451001a

Please sign in to comment.