Compare commits
61
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d52d80681e | ||
|
|
bac7da83f5 | ||
|
|
0fa063c640 | ||
|
|
40d35304ea | ||
|
|
89821d66bb | ||
|
|
09d84e900c | ||
|
|
a8746bff30 | ||
|
|
c4d8bf0ce9 | ||
|
|
9cca605bac | ||
|
|
dbd23f91e5 | ||
|
|
9387cc088c | ||
|
|
11f7a89e25 | ||
|
|
654d522b31 | ||
|
|
31e6ef77a6 | ||
|
|
e56c847210 | ||
|
|
e00172199a | ||
|
|
04f47836d8 | ||
|
|
faaca822e4 | ||
|
|
dc0f053925 | ||
|
|
517726da3a | ||
|
|
1d6c03eddf | ||
|
|
fdfccd1205 | ||
|
|
b30e7ced0a | ||
|
|
11770439be | ||
|
|
d89c5f7146 | ||
|
|
4a475bf1cd | ||
|
|
10be9cfbbf | ||
|
|
c20e0ad90d | ||
|
|
22f64d60bb | ||
|
|
7b7d332239 | ||
|
|
b1d189324a | ||
|
|
00fb468f2e | ||
|
|
bbbb6e04cb | ||
|
|
f5161d9add | ||
|
|
787251f00e | ||
|
|
cfe21f0826 | ||
|
|
196f691865 | ||
|
|
7a5bb1cfac | ||
|
|
b80d55b764 | ||
|
|
dd71625f52 | ||
|
|
19936d23d1 | ||
|
|
decf0f3da0 | ||
|
|
7242a67f84 | ||
|
|
c4884eb669 | ||
|
|
d49f3327e4 | ||
|
|
633e68a2f7 | ||
|
|
809f48f733 | ||
|
|
578b1b45ea | ||
|
|
86c3c58e64 | ||
|
|
8d803a26eb | ||
|
|
aa3129c2a9 | ||
|
|
97c924fe29 | ||
|
|
591c463e4b | ||
|
|
e1691fddaa | ||
|
|
b4d4351203 | ||
|
|
f7b1348623 | ||
|
|
2619c7553a | ||
|
|
f79d8baf63 | ||
|
|
bbdcbac544 | ||
|
|
d552680e72 | ||
|
|
df43c6ab8a |
@@ -1,4 +1,4 @@
|
||||
FROM mcr.microsoft.com/devcontainers/python:3.12-bullseye
|
||||
FROM mcr.microsoft.com/devcontainers/python:3.12-bookworm
|
||||
|
||||
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
|
||||
&& apt-get -y install libgmp-dev libmpfr-dev libmpc-dev
|
||||
|
||||
@@ -26,7 +26,6 @@ prepare-web:
|
||||
@echo "🌐 Setting up web environment..."
|
||||
@cp -n web/.env.example web/.env 2>/dev/null || echo "Web .env already exists"
|
||||
@cd web && pnpm install
|
||||
@cd web && pnpm build
|
||||
@echo "✅ Web environment prepared (not started)"
|
||||
|
||||
# Step 3: Prepare API environment
|
||||
|
||||
@@ -40,18 +40,18 @@
|
||||
|
||||
<p align="center">
|
||||
<a href="./README.md"><img alt="README in English" src="https://img.shields.io/badge/English-d9d9d9"></a>
|
||||
<a href="./README/README_TW.md"><img alt="繁體中文文件" src="https://img.shields.io/badge/繁體中文-d9d9d9"></a>
|
||||
<a href="./README/README_CN.md"><img alt="简体中文版自述文件" src="https://img.shields.io/badge/简体中文-d9d9d9"></a>
|
||||
<a href="./README/README_JA.md"><img alt="日本語のREADME" src="https://img.shields.io/badge/日本語-d9d9d9"></a>
|
||||
<a href="./README/README_ES.md"><img alt="README en Español" src="https://img.shields.io/badge/Español-d9d9d9"></a>
|
||||
<a href="./README/README_FR.md"><img alt="README en Français" src="https://img.shields.io/badge/Français-d9d9d9"></a>
|
||||
<a href="./README/README_KL.md"><img alt="README tlhIngan Hol" src="https://img.shields.io/badge/Klingon-d9d9d9"></a>
|
||||
<a href="./README/README_KR.md"><img alt="README in Korean" src="https://img.shields.io/badge/한국어-d9d9d9"></a>
|
||||
<a href="./README/README_AR.md"><img alt="README بالعربية" src="https://img.shields.io/badge/العربية-d9d9d9"></a>
|
||||
<a href="./README/README_TR.md"><img alt="Türkçe README" src="https://img.shields.io/badge/Türkçe-d9d9d9"></a>
|
||||
<a href="./README/README_VI.md"><img alt="README Tiếng Việt" src="https://img.shields.io/badge/Ti%E1%BA%BFng%20Vi%E1%BB%87t-d9d9d9"></a>
|
||||
<a href="./README/README_DE.md"><img alt="README in Deutsch" src="https://img.shields.io/badge/German-d9d9d9"></a>
|
||||
<a href="./README/README_BN.md"><img alt="README in বাংলা" src="https://img.shields.io/badge/বাংলা-d9d9d9"></a>
|
||||
<a href="./docs/zh-TW/README.md"><img alt="繁體中文文件" src="https://img.shields.io/badge/繁體中文-d9d9d9"></a>
|
||||
<a href="./docs/zh-CN/README.md"><img alt="简体中文文件" src="https://img.shields.io/badge/简体中文-d9d9d9"></a>
|
||||
<a href="./docs/ja-JP/README.md"><img alt="日本語のREADME" src="https://img.shields.io/badge/日本語-d9d9d9"></a>
|
||||
<a href="./docs/es-ES/README.md"><img alt="README en Español" src="https://img.shields.io/badge/Español-d9d9d9"></a>
|
||||
<a href="./docs/fr-FR/README.md"><img alt="README en Français" src="https://img.shields.io/badge/Français-d9d9d9"></a>
|
||||
<a href="./docs/tlh/README.md"><img alt="README tlhIngan Hol" src="https://img.shields.io/badge/Klingon-d9d9d9"></a>
|
||||
<a href="./docs/ko-KR/README.md"><img alt="README in Korean" src="https://img.shields.io/badge/한국어-d9d9d9"></a>
|
||||
<a href="./docs/ar-SA/README.md"><img alt="README بالعربية" src="https://img.shields.io/badge/العربية-d9d9d9"></a>
|
||||
<a href="./docs/tr-TR/README.md"><img alt="Türkçe README" src="https://img.shields.io/badge/Türkçe-d9d9d9"></a>
|
||||
<a href="./docs/vi-VN/README.md"><img alt="README Tiếng Việt" src="https://img.shields.io/badge/Ti%E1%BA%BFng%20Vi%E1%BB%87t-d9d9d9"></a>
|
||||
<a href="./docs/de-DE/README.md"><img alt="README in Deutsch" src="https://img.shields.io/badge/German-d9d9d9"></a>
|
||||
<a href="./docs/bn-BD/README.md"><img alt="README in বাংলা" src="https://img.shields.io/badge/বাংলা-d9d9d9"></a>
|
||||
</p>
|
||||
|
||||
Dify is an open-source platform for developing LLM applications. Its intuitive interface combines agentic AI workflows, RAG pipelines, agent capabilities, model management, observability features, and more—allowing you to quickly move from prototype to production.
|
||||
|
||||
+2
-2
@@ -427,8 +427,8 @@ CODE_EXECUTION_POOL_MAX_KEEPALIVE_CONNECTIONS=20
|
||||
CODE_EXECUTION_POOL_KEEPALIVE_EXPIRY=5.0
|
||||
CODE_MAX_NUMBER=9223372036854775807
|
||||
CODE_MIN_NUMBER=-9223372036854775808
|
||||
CODE_MAX_STRING_LENGTH=80000
|
||||
TEMPLATE_TRANSFORM_MAX_LENGTH=80000
|
||||
CODE_MAX_STRING_LENGTH=400000
|
||||
TEMPLATE_TRANSFORM_MAX_LENGTH=400000
|
||||
CODE_MAX_STRING_ARRAY_LENGTH=30
|
||||
CODE_MAX_OBJECT_ARRAY_LENGTH=30
|
||||
CODE_MAX_NUMBER_ARRAY_LENGTH=1000
|
||||
|
||||
@@ -50,6 +50,7 @@ def initialize_extensions(app: DifyApp):
|
||||
ext_commands,
|
||||
ext_compress,
|
||||
ext_database,
|
||||
ext_elasticsearch,
|
||||
ext_hosting_provider,
|
||||
ext_import_modules,
|
||||
ext_logging,
|
||||
@@ -82,6 +83,7 @@ def initialize_extensions(app: DifyApp):
|
||||
ext_migrate,
|
||||
ext_redis,
|
||||
ext_storage,
|
||||
ext_elasticsearch,
|
||||
ext_celery,
|
||||
ext_login,
|
||||
ext_mail,
|
||||
|
||||
+292
@@ -1824,3 +1824,295 @@ def migrate_oss(
|
||||
except Exception as e:
|
||||
db.session.rollback()
|
||||
click.echo(click.style(f"Failed to update DB storage_type: {str(e)}", fg="red"))
|
||||
|
||||
|
||||
# Elasticsearch Migration Commands
|
||||
@click.group()
|
||||
def elasticsearch():
|
||||
"""Elasticsearch migration and management commands."""
|
||||
pass
|
||||
|
||||
|
||||
@elasticsearch.command()
|
||||
@click.option(
|
||||
"--tenant-id",
|
||||
help="Migrate data for specific tenant only",
|
||||
)
|
||||
@click.option(
|
||||
"--start-date",
|
||||
help="Start date for migration (YYYY-MM-DD format)",
|
||||
)
|
||||
@click.option(
|
||||
"--end-date",
|
||||
help="End date for migration (YYYY-MM-DD format)",
|
||||
)
|
||||
@click.option(
|
||||
"--data-type",
|
||||
type=click.Choice(["workflow_runs", "app_logs", "node_executions", "all"]),
|
||||
default="all",
|
||||
help="Type of data to migrate",
|
||||
)
|
||||
@click.option(
|
||||
"--batch-size",
|
||||
type=int,
|
||||
default=1000,
|
||||
help="Number of records to process in each batch",
|
||||
)
|
||||
@click.option(
|
||||
"--dry-run",
|
||||
is_flag=True,
|
||||
help="Perform a dry run without actually migrating data",
|
||||
)
|
||||
def migrate(
|
||||
tenant_id: str | None,
|
||||
start_date: str | None,
|
||||
end_date: str | None,
|
||||
data_type: str,
|
||||
batch_size: int,
|
||||
dry_run: bool,
|
||||
):
|
||||
"""
|
||||
Migrate workflow log data from PostgreSQL to Elasticsearch.
|
||||
"""
|
||||
from datetime import datetime
|
||||
|
||||
from extensions.ext_elasticsearch import elasticsearch as es_extension
|
||||
from services.elasticsearch_migration_service import ElasticsearchMigrationService
|
||||
|
||||
if not es_extension.is_available():
|
||||
click.echo("Error: Elasticsearch is not available. Please check your configuration.", err=True)
|
||||
return
|
||||
|
||||
# Parse dates
|
||||
start_dt = None
|
||||
end_dt = None
|
||||
|
||||
if start_date:
|
||||
try:
|
||||
start_dt = datetime.strptime(start_date, "%Y-%m-%d")
|
||||
except ValueError:
|
||||
click.echo(f"Error: Invalid start date format '{start_date}'. Use YYYY-MM-DD.", err=True)
|
||||
return
|
||||
|
||||
if end_date:
|
||||
try:
|
||||
end_dt = datetime.strptime(end_date, "%Y-%m-%d")
|
||||
except ValueError:
|
||||
click.echo(f"Error: Invalid end date format '{end_date}'. Use YYYY-MM-DD.", err=True)
|
||||
return
|
||||
|
||||
# Initialize migration service
|
||||
migration_service = ElasticsearchMigrationService(batch_size=batch_size)
|
||||
|
||||
click.echo(f"Starting {'dry run' if dry_run else 'migration'} to Elasticsearch...")
|
||||
click.echo(f"Tenant ID: {tenant_id or 'All tenants'}")
|
||||
click.echo(f"Date range: {start_date or 'No start'} to {end_date or 'No end'}")
|
||||
click.echo(f"Data type: {data_type}")
|
||||
click.echo(f"Batch size: {batch_size}")
|
||||
click.echo()
|
||||
|
||||
total_stats = {
|
||||
"workflow_runs": {},
|
||||
"app_logs": {},
|
||||
"node_executions": {},
|
||||
}
|
||||
|
||||
try:
|
||||
# Migrate workflow runs
|
||||
if data_type in ["workflow_runs", "all"]:
|
||||
click.echo("Migrating WorkflowRun data...")
|
||||
stats = migration_service.migrate_workflow_runs(
|
||||
tenant_id=tenant_id,
|
||||
start_date=start_dt,
|
||||
end_date=end_dt,
|
||||
dry_run=dry_run,
|
||||
)
|
||||
total_stats["workflow_runs"] = stats
|
||||
|
||||
click.echo(f" Total records: {stats['total_records']}")
|
||||
click.echo(f" Migrated: {stats['migrated_records']}")
|
||||
click.echo(f" Failed: {stats['failed_records']}")
|
||||
if stats.get("duration"):
|
||||
click.echo(f" Duration: {stats['duration']:.2f}s")
|
||||
click.echo()
|
||||
|
||||
# Migrate app logs
|
||||
if data_type in ["app_logs", "all"]:
|
||||
click.echo("Migrating WorkflowAppLog data...")
|
||||
stats = migration_service.migrate_workflow_app_logs(
|
||||
tenant_id=tenant_id,
|
||||
start_date=start_dt,
|
||||
end_date=end_dt,
|
||||
dry_run=dry_run,
|
||||
)
|
||||
total_stats["app_logs"] = stats
|
||||
|
||||
click.echo(f" Total records: {stats['total_records']}")
|
||||
click.echo(f" Migrated: {stats['migrated_records']}")
|
||||
click.echo(f" Failed: {stats['failed_records']}")
|
||||
if stats.get("duration"):
|
||||
click.echo(f" Duration: {stats['duration']:.2f}s")
|
||||
click.echo()
|
||||
|
||||
# Migrate node executions
|
||||
if data_type in ["node_executions", "all"]:
|
||||
click.echo("Migrating WorkflowNodeExecution data...")
|
||||
stats = migration_service.migrate_workflow_node_executions(
|
||||
tenant_id=tenant_id,
|
||||
start_date=start_dt,
|
||||
end_date=end_dt,
|
||||
dry_run=dry_run,
|
||||
)
|
||||
total_stats["node_executions"] = stats
|
||||
|
||||
click.echo(f" Total records: {stats['total_records']}")
|
||||
click.echo(f" Migrated: {stats['migrated_records']}")
|
||||
click.echo(f" Failed: {stats['failed_records']}")
|
||||
if stats.get("duration"):
|
||||
click.echo(f" Duration: {stats['duration']:.2f}s")
|
||||
click.echo()
|
||||
|
||||
# Summary
|
||||
total_migrated = sum(stats.get("migrated_records", 0) for stats in total_stats.values())
|
||||
total_failed = sum(stats.get("failed_records", 0) for stats in total_stats.values())
|
||||
|
||||
click.echo("Migration Summary:")
|
||||
click.echo(f" Total migrated: {total_migrated}")
|
||||
click.echo(f" Total failed: {total_failed}")
|
||||
|
||||
# Show errors if any
|
||||
all_errors = []
|
||||
for stats in total_stats.values():
|
||||
all_errors.extend(stats.get("errors", []))
|
||||
|
||||
if all_errors:
|
||||
click.echo(f" Errors ({len(all_errors)}):")
|
||||
for error in all_errors[:10]: # Show first 10 errors
|
||||
click.echo(f" - {error}")
|
||||
if len(all_errors) > 10:
|
||||
click.echo(f" ... and {len(all_errors) - 10} more errors")
|
||||
|
||||
if dry_run:
|
||||
click.echo("\nThis was a dry run. No data was actually migrated.")
|
||||
else:
|
||||
click.echo(f"\nMigration {'completed successfully' if total_failed == 0 else 'completed with errors'}!")
|
||||
|
||||
except Exception as e:
|
||||
click.echo(f"Error: Migration failed: {str(e)}", err=True)
|
||||
logger.exception("Migration failed")
|
||||
|
||||
|
||||
@elasticsearch.command()
|
||||
@click.option(
|
||||
"--tenant-id",
|
||||
required=True,
|
||||
help="Tenant ID to validate",
|
||||
)
|
||||
@click.option(
|
||||
"--sample-size",
|
||||
type=int,
|
||||
default=100,
|
||||
help="Number of records to sample for validation",
|
||||
)
|
||||
def validate(tenant_id: str, sample_size: int):
|
||||
"""
|
||||
Validate migrated data by comparing samples from PostgreSQL and Elasticsearch.
|
||||
"""
|
||||
from extensions.ext_elasticsearch import elasticsearch as es_extension
|
||||
from services.elasticsearch_migration_service import ElasticsearchMigrationService
|
||||
|
||||
if not es_extension.is_available():
|
||||
click.echo("Error: Elasticsearch is not available. Please check your configuration.", err=True)
|
||||
return
|
||||
|
||||
migration_service = ElasticsearchMigrationService()
|
||||
|
||||
click.echo(f"Validating migration for tenant: {tenant_id}")
|
||||
click.echo(f"Sample size: {sample_size}")
|
||||
click.echo()
|
||||
|
||||
try:
|
||||
results = migration_service.validate_migration(tenant_id, sample_size)
|
||||
|
||||
click.echo("Validation Results:")
|
||||
|
||||
for data_type, stats in results.items():
|
||||
if data_type == "errors":
|
||||
continue
|
||||
|
||||
click.echo(f"\n{data_type.replace('_', ' ').title()}:")
|
||||
click.echo(f" Total sampled: {stats['total']}")
|
||||
click.echo(f" Matched: {stats['matched']}")
|
||||
click.echo(f" Mismatched: {stats['mismatched']}")
|
||||
click.echo(f" Missing in ES: {stats['missing']}")
|
||||
|
||||
if stats['total'] > 0:
|
||||
accuracy = (stats['matched'] / stats['total']) * 100
|
||||
click.echo(f" Accuracy: {accuracy:.1f}%")
|
||||
|
||||
if results["errors"]:
|
||||
click.echo(f"\nValidation Errors ({len(results['errors'])}):")
|
||||
for error in results["errors"][:10]:
|
||||
click.echo(f" - {error}")
|
||||
if len(results["errors"]) > 10:
|
||||
click.echo(f" ... and {len(results['errors']) - 10} more errors")
|
||||
|
||||
except Exception as e:
|
||||
click.echo(f"Error: Validation failed: {str(e)}", err=True)
|
||||
logger.exception("Validation failed")
|
||||
|
||||
|
||||
@elasticsearch.command()
|
||||
def status():
|
||||
"""
|
||||
Check Elasticsearch connection and index status.
|
||||
"""
|
||||
from extensions.ext_elasticsearch import elasticsearch as es_extension
|
||||
|
||||
if not es_extension.is_available():
|
||||
click.echo("Error: Elasticsearch is not available. Please check your configuration.", err=True)
|
||||
return
|
||||
|
||||
try:
|
||||
es_client = es_extension.client
|
||||
|
||||
# Cluster health
|
||||
health = es_client.cluster.health()
|
||||
click.echo("Elasticsearch Cluster Status:")
|
||||
click.echo(f" Status: {health['status']}")
|
||||
click.echo(f" Nodes: {health['number_of_nodes']}")
|
||||
click.echo(f" Data nodes: {health['number_of_data_nodes']}")
|
||||
click.echo()
|
||||
|
||||
# Index information
|
||||
index_pattern = "dify-*"
|
||||
|
||||
try:
|
||||
indices = es_client.indices.get(index=index_pattern)
|
||||
|
||||
click.echo(f"Indices matching '{index_pattern}':")
|
||||
total_docs = 0
|
||||
total_size = 0
|
||||
|
||||
for index_name, index_info in indices.items():
|
||||
stats = es_client.indices.stats(index=index_name)
|
||||
docs = stats['indices'][index_name]['total']['docs']['count']
|
||||
size_bytes = stats['indices'][index_name]['total']['store']['size_in_bytes']
|
||||
size_mb = size_bytes / (1024 * 1024)
|
||||
|
||||
total_docs += docs
|
||||
total_size += size_mb
|
||||
|
||||
click.echo(f" {index_name}: {docs:,} docs, {size_mb:.1f} MB")
|
||||
|
||||
click.echo(f"\nTotal: {total_docs:,} documents, {total_size:.1f} MB")
|
||||
|
||||
except Exception as e:
|
||||
if "index_not_found_exception" in str(e):
|
||||
click.echo(f"No indices found matching pattern '{index_pattern}'")
|
||||
else:
|
||||
raise
|
||||
|
||||
except Exception as e:
|
||||
click.echo(f"Error: Failed to get Elasticsearch status: {str(e)}", err=True)
|
||||
logger.exception("Status check failed")
|
||||
|
||||
@@ -150,7 +150,7 @@ class CodeExecutionSandboxConfig(BaseSettings):
|
||||
|
||||
CODE_MAX_STRING_LENGTH: PositiveInt = Field(
|
||||
description="Maximum allowed length for strings in code execution",
|
||||
default=80000,
|
||||
default=400_000,
|
||||
)
|
||||
|
||||
CODE_MAX_STRING_ARRAY_LENGTH: PositiveInt = Field(
|
||||
@@ -582,6 +582,11 @@ class WorkflowConfig(BaseSettings):
|
||||
default=200 * 1024,
|
||||
)
|
||||
|
||||
TEMPLATE_TRANSFORM_MAX_LENGTH: PositiveInt = Field(
|
||||
description="Maximum number of characters allowed in Template Transform node output",
|
||||
default=400_000,
|
||||
)
|
||||
|
||||
# GraphEngine Worker Pool Configuration
|
||||
GRAPH_ENGINE_MIN_WORKERS: PositiveInt = Field(
|
||||
description="Minimum number of workers per GraphEngine instance",
|
||||
@@ -654,6 +659,67 @@ class RepositoryConfig(BaseSettings):
|
||||
)
|
||||
|
||||
|
||||
class ElasticsearchConfig(BaseSettings):
|
||||
"""
|
||||
Configuration for Elasticsearch integration
|
||||
"""
|
||||
|
||||
ELASTICSEARCH_ENABLED: bool = Field(
|
||||
description="Enable Elasticsearch for workflow logs storage",
|
||||
default=False,
|
||||
)
|
||||
|
||||
ELASTICSEARCH_HOSTS: list[str] = Field(
|
||||
description="List of Elasticsearch hosts",
|
||||
default=["http://localhost:9200"],
|
||||
)
|
||||
|
||||
ELASTICSEARCH_USERNAME: str | None = Field(
|
||||
description="Elasticsearch username for authentication",
|
||||
default=None,
|
||||
)
|
||||
|
||||
ELASTICSEARCH_PASSWORD: str | None = Field(
|
||||
description="Elasticsearch password for authentication",
|
||||
default=None,
|
||||
)
|
||||
|
||||
ELASTICSEARCH_USE_SSL: bool = Field(
|
||||
description="Use SSL/TLS for Elasticsearch connections",
|
||||
default=False,
|
||||
)
|
||||
|
||||
ELASTICSEARCH_VERIFY_CERTS: bool = Field(
|
||||
description="Verify SSL certificates for Elasticsearch connections",
|
||||
default=True,
|
||||
)
|
||||
|
||||
ELASTICSEARCH_CA_CERTS: str | None = Field(
|
||||
description="Path to CA certificates file for Elasticsearch SSL verification",
|
||||
default=None,
|
||||
)
|
||||
|
||||
ELASTICSEARCH_TIMEOUT: int = Field(
|
||||
description="Elasticsearch request timeout in seconds",
|
||||
default=30,
|
||||
)
|
||||
|
||||
ELASTICSEARCH_MAX_RETRIES: int = Field(
|
||||
description="Maximum number of retries for Elasticsearch requests",
|
||||
default=3,
|
||||
)
|
||||
|
||||
ELASTICSEARCH_INDEX_PREFIX: str = Field(
|
||||
description="Prefix for Elasticsearch indices",
|
||||
default="dify",
|
||||
)
|
||||
|
||||
ELASTICSEARCH_RETENTION_DAYS: int = Field(
|
||||
description="Number of days to retain data in Elasticsearch",
|
||||
default=30,
|
||||
)
|
||||
|
||||
|
||||
class AuthConfig(BaseSettings):
|
||||
"""
|
||||
Configuration for authentication and OAuth
|
||||
@@ -1103,6 +1169,7 @@ class FeatureConfig(
|
||||
AuthConfig, # Changed from OAuthConfig to AuthConfig
|
||||
BillingConfig,
|
||||
CodeExecutionSandboxConfig,
|
||||
ElasticsearchConfig,
|
||||
PluginConfig,
|
||||
MarketplaceConfig,
|
||||
DataSetConfig,
|
||||
|
||||
+30
-14
@@ -1,4 +1,5 @@
|
||||
from configs import dify_config
|
||||
from libs.collection_utils import convert_to_lower_and_upper_set
|
||||
|
||||
HIDDEN_VALUE = "[__HIDDEN__]"
|
||||
UNKNOWN_VALUE = "[__UNKNOWN__]"
|
||||
@@ -6,24 +7,39 @@ UUID_NIL = "00000000-0000-0000-0000-000000000000"
|
||||
|
||||
DEFAULT_FILE_NUMBER_LIMITS = 3
|
||||
|
||||
IMAGE_EXTENSIONS = ["jpg", "jpeg", "png", "webp", "gif", "svg"]
|
||||
IMAGE_EXTENSIONS.extend([ext.upper() for ext in IMAGE_EXTENSIONS])
|
||||
IMAGE_EXTENSIONS = convert_to_lower_and_upper_set({"jpg", "jpeg", "png", "webp", "gif", "svg"})
|
||||
|
||||
VIDEO_EXTENSIONS = ["mp4", "mov", "mpeg", "webm"]
|
||||
VIDEO_EXTENSIONS.extend([ext.upper() for ext in VIDEO_EXTENSIONS])
|
||||
VIDEO_EXTENSIONS = convert_to_lower_and_upper_set({"mp4", "mov", "mpeg", "webm"})
|
||||
|
||||
AUDIO_EXTENSIONS = ["mp3", "m4a", "wav", "amr", "mpga"]
|
||||
AUDIO_EXTENSIONS.extend([ext.upper() for ext in AUDIO_EXTENSIONS])
|
||||
AUDIO_EXTENSIONS = convert_to_lower_and_upper_set({"mp3", "m4a", "wav", "amr", "mpga"})
|
||||
|
||||
|
||||
_doc_extensions: list[str]
|
||||
_doc_extensions: set[str]
|
||||
if dify_config.ETL_TYPE == "Unstructured":
|
||||
_doc_extensions = ["txt", "markdown", "md", "mdx", "pdf", "html", "htm", "xlsx", "xls", "vtt", "properties"]
|
||||
_doc_extensions.extend(("doc", "docx", "csv", "eml", "msg", "pptx", "xml", "epub"))
|
||||
_doc_extensions = {
|
||||
"txt",
|
||||
"markdown",
|
||||
"md",
|
||||
"mdx",
|
||||
"pdf",
|
||||
"html",
|
||||
"htm",
|
||||
"xlsx",
|
||||
"xls",
|
||||
"vtt",
|
||||
"properties",
|
||||
"doc",
|
||||
"docx",
|
||||
"csv",
|
||||
"eml",
|
||||
"msg",
|
||||
"pptx",
|
||||
"xml",
|
||||
"epub",
|
||||
}
|
||||
if dify_config.UNSTRUCTURED_API_URL:
|
||||
_doc_extensions.append("ppt")
|
||||
_doc_extensions.add("ppt")
|
||||
else:
|
||||
_doc_extensions = [
|
||||
_doc_extensions = {
|
||||
"txt",
|
||||
"markdown",
|
||||
"md",
|
||||
@@ -37,5 +53,5 @@ else:
|
||||
"csv",
|
||||
"vtt",
|
||||
"properties",
|
||||
]
|
||||
DOCUMENT_EXTENSIONS = _doc_extensions + [ext.upper() for ext in _doc_extensions]
|
||||
}
|
||||
DOCUMENT_EXTENSIONS: set[str] = convert_to_lower_and_upper_set(_doc_extensions)
|
||||
|
||||
@@ -19,6 +19,7 @@ from core.ops.ops_trace_manager import OpsTraceManager
|
||||
from extensions.ext_database import db
|
||||
from fields.app_fields import app_detail_fields, app_detail_fields_with_site, app_pagination_fields
|
||||
from libs.login import login_required
|
||||
from libs.validators import validate_description_length
|
||||
from models import Account, App
|
||||
from services.app_dsl_service import AppDslService, ImportMode
|
||||
from services.app_service import AppService
|
||||
@@ -28,12 +29,6 @@ from services.feature_service import FeatureService
|
||||
ALLOW_CREATE_APP_MODES = ["chat", "agent-chat", "advanced-chat", "workflow", "completion"]
|
||||
|
||||
|
||||
def _validate_description_length(description):
|
||||
if description and len(description) > 400:
|
||||
raise ValueError("Description cannot exceed 400 characters.")
|
||||
return description
|
||||
|
||||
|
||||
@console_ns.route("/apps")
|
||||
class AppListApi(Resource):
|
||||
@api.doc("list_apps")
|
||||
@@ -138,7 +133,7 @@ class AppListApi(Resource):
|
||||
"""Create app"""
|
||||
parser = reqparse.RequestParser()
|
||||
parser.add_argument("name", type=str, required=True, location="json")
|
||||
parser.add_argument("description", type=_validate_description_length, location="json")
|
||||
parser.add_argument("description", type=validate_description_length, location="json")
|
||||
parser.add_argument("mode", type=str, choices=ALLOW_CREATE_APP_MODES, location="json")
|
||||
parser.add_argument("icon_type", type=str, location="json")
|
||||
parser.add_argument("icon", type=str, location="json")
|
||||
@@ -219,7 +214,7 @@ class AppApi(Resource):
|
||||
|
||||
parser = reqparse.RequestParser()
|
||||
parser.add_argument("name", type=str, required=True, nullable=False, location="json")
|
||||
parser.add_argument("description", type=_validate_description_length, location="json")
|
||||
parser.add_argument("description", type=validate_description_length, location="json")
|
||||
parser.add_argument("icon_type", type=str, location="json")
|
||||
parser.add_argument("icon", type=str, location="json")
|
||||
parser.add_argument("icon_background", type=str, location="json")
|
||||
@@ -297,7 +292,7 @@ class AppCopyApi(Resource):
|
||||
|
||||
parser = reqparse.RequestParser()
|
||||
parser.add_argument("name", type=str, location="json")
|
||||
parser.add_argument("description", type=_validate_description_length, location="json")
|
||||
parser.add_argument("description", type=validate_description_length, location="json")
|
||||
parser.add_argument("icon_type", type=str, location="json")
|
||||
parser.add_argument("icon", type=str, location="json")
|
||||
parser.add_argument("icon_background", type=str, location="json")
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
import flask_restx
|
||||
from typing import Any, cast
|
||||
|
||||
from flask import request
|
||||
from flask_login import current_user
|
||||
from flask_restx import Resource, fields, marshal, marshal_with, reqparse
|
||||
@@ -30,24 +31,20 @@ from fields.app_fields import related_app_list
|
||||
from fields.dataset_fields import dataset_detail_fields, dataset_query_detail_fields
|
||||
from fields.document_fields import document_status_fields
|
||||
from libs.login import login_required
|
||||
from libs.validators import validate_description_length
|
||||
from models import ApiToken, Dataset, Document, DocumentSegment, UploadFile
|
||||
from models.account import Account
|
||||
from models.dataset import DatasetPermissionEnum
|
||||
from models.provider_ids import ModelProviderID
|
||||
from services.dataset_service import DatasetPermissionService, DatasetService, DocumentService
|
||||
|
||||
|
||||
def _validate_name(name):
|
||||
def _validate_name(name: str) -> str:
|
||||
if not name or len(name) < 1 or len(name) > 40:
|
||||
raise ValueError("Name must be between 1 to 40 characters.")
|
||||
return name
|
||||
|
||||
|
||||
def _validate_description_length(description):
|
||||
if description and len(description) > 400:
|
||||
raise ValueError("Description cannot exceed 400 characters.")
|
||||
return description
|
||||
|
||||
|
||||
@console_ns.route("/datasets")
|
||||
class DatasetListApi(Resource):
|
||||
@api.doc("get_datasets")
|
||||
@@ -92,7 +89,7 @@ class DatasetListApi(Resource):
|
||||
for embedding_model in embedding_models:
|
||||
model_names.append(f"{embedding_model.model}:{embedding_model.provider.provider}")
|
||||
|
||||
data = marshal(datasets, dataset_detail_fields)
|
||||
data = cast(list[dict[str, Any]], marshal(datasets, dataset_detail_fields))
|
||||
for item in data:
|
||||
# convert embedding_model_provider to plugin standard format
|
||||
if item["indexing_technique"] == "high_quality" and item["embedding_model_provider"]:
|
||||
@@ -147,7 +144,7 @@ class DatasetListApi(Resource):
|
||||
)
|
||||
parser.add_argument(
|
||||
"description",
|
||||
type=_validate_description_length,
|
||||
type=validate_description_length,
|
||||
nullable=True,
|
||||
required=False,
|
||||
default="",
|
||||
@@ -192,7 +189,7 @@ class DatasetListApi(Resource):
|
||||
name=args["name"],
|
||||
description=args["description"],
|
||||
indexing_technique=args["indexing_technique"],
|
||||
account=current_user,
|
||||
account=cast(Account, current_user),
|
||||
permission=DatasetPermissionEnum.ONLY_ME,
|
||||
provider=args["provider"],
|
||||
external_knowledge_api_id=args["external_knowledge_api_id"],
|
||||
@@ -224,7 +221,7 @@ class DatasetApi(Resource):
|
||||
DatasetService.check_dataset_permission(dataset, current_user)
|
||||
except services.errors.account.NoPermissionError as e:
|
||||
raise Forbidden(str(e))
|
||||
data = marshal(dataset, dataset_detail_fields)
|
||||
data = cast(dict[str, Any], marshal(dataset, dataset_detail_fields))
|
||||
if dataset.indexing_technique == "high_quality":
|
||||
if dataset.embedding_model_provider:
|
||||
provider_id = ModelProviderID(dataset.embedding_model_provider)
|
||||
@@ -288,7 +285,7 @@ class DatasetApi(Resource):
|
||||
help="type is required. Name must be between 1 to 40 characters.",
|
||||
type=_validate_name,
|
||||
)
|
||||
parser.add_argument("description", location="json", store_missing=False, type=_validate_description_length)
|
||||
parser.add_argument("description", location="json", store_missing=False, type=validate_description_length)
|
||||
parser.add_argument(
|
||||
"indexing_technique",
|
||||
type=str,
|
||||
@@ -369,7 +366,7 @@ class DatasetApi(Resource):
|
||||
if dataset is None:
|
||||
raise NotFound("Dataset not found.")
|
||||
|
||||
result_data = marshal(dataset, dataset_detail_fields)
|
||||
result_data = cast(dict[str, Any], marshal(dataset, dataset_detail_fields))
|
||||
tenant_id = current_user.current_tenant_id
|
||||
|
||||
if data.get("partial_member_list") and data.get("permission") == "partial_members":
|
||||
@@ -688,7 +685,7 @@ class DatasetApiKeyApi(Resource):
|
||||
)
|
||||
|
||||
if current_key_count >= self.max_keys:
|
||||
flask_restx.abort(
|
||||
api.abort(
|
||||
400,
|
||||
message=f"Cannot create more than {self.max_keys} API keys for this resource type.",
|
||||
code="max_keys_exceeded",
|
||||
@@ -733,7 +730,7 @@ class DatasetApiDeleteApi(Resource):
|
||||
)
|
||||
|
||||
if key is None:
|
||||
flask_restx.abort(404, message="API key not found")
|
||||
api.abort(404, message="API key not found")
|
||||
|
||||
db.session.query(ApiToken).where(ApiToken.id == api_key_id).delete()
|
||||
db.session.commit()
|
||||
|
||||
@@ -55,6 +55,7 @@ from fields.document_fields import (
|
||||
from libs.datetime_utils import naive_utc_now
|
||||
from libs.login import login_required
|
||||
from models import Dataset, DatasetProcessRule, Document, DocumentSegment, UploadFile
|
||||
from models.account import Account
|
||||
from models.dataset import DocumentPipelineExecutionLog
|
||||
from services.dataset_service import DatasetService, DocumentService
|
||||
from services.entities.knowledge_entities.knowledge_entities import KnowledgeConfig
|
||||
@@ -418,7 +419,9 @@ class DatasetInitApi(Resource):
|
||||
|
||||
try:
|
||||
dataset, documents, batch = DocumentService.save_document_without_dataset_id(
|
||||
tenant_id=current_user.current_tenant_id, knowledge_config=knowledge_config, account=current_user
|
||||
tenant_id=current_user.current_tenant_id,
|
||||
knowledge_config=knowledge_config,
|
||||
account=cast(Account, current_user),
|
||||
)
|
||||
except ProviderTokenNotInitError as ex:
|
||||
raise ProviderNotInitializeError(ex.description)
|
||||
@@ -452,7 +455,7 @@ class DocumentIndexingEstimateApi(DocumentResource):
|
||||
raise DocumentAlreadyFinishedError()
|
||||
|
||||
data_process_rule = document.dataset_process_rule
|
||||
data_process_rule_dict = data_process_rule.to_dict()
|
||||
data_process_rule_dict = data_process_rule.to_dict() if data_process_rule else {}
|
||||
|
||||
response = {"tokens": 0, "total_price": 0, "currency": "USD", "total_segments": 0, "preview": []}
|
||||
|
||||
@@ -514,7 +517,7 @@ class DocumentBatchIndexingEstimateApi(DocumentResource):
|
||||
if not documents:
|
||||
return {"tokens": 0, "total_price": 0, "currency": "USD", "total_segments": 0, "preview": []}, 200
|
||||
data_process_rule = documents[0].dataset_process_rule
|
||||
data_process_rule_dict = data_process_rule.to_dict()
|
||||
data_process_rule_dict = data_process_rule.to_dict() if data_process_rule else {}
|
||||
extract_settings = []
|
||||
for document in documents:
|
||||
if document.indexing_status in {"completed", "error"}:
|
||||
@@ -753,7 +756,7 @@ class DocumentApi(DocumentResource):
|
||||
}
|
||||
else:
|
||||
dataset_process_rules = DatasetService.get_process_rules(dataset_id)
|
||||
document_process_rules = document.dataset_process_rule.to_dict()
|
||||
document_process_rules = document.dataset_process_rule.to_dict() if document.dataset_process_rule else {}
|
||||
data_source_info = document.data_source_detail_dict
|
||||
response = {
|
||||
"id": document.id,
|
||||
@@ -1073,7 +1076,9 @@ class DocumentRenameApi(DocumentResource):
|
||||
if not current_user.is_dataset_editor:
|
||||
raise Forbidden()
|
||||
dataset = DatasetService.get_dataset(dataset_id)
|
||||
DatasetService.check_dataset_operator_permission(current_user, dataset)
|
||||
if not dataset:
|
||||
raise NotFound("Dataset not found.")
|
||||
DatasetService.check_dataset_operator_permission(cast(Account, current_user), dataset)
|
||||
parser = reqparse.RequestParser()
|
||||
parser.add_argument("name", type=str, required=True, nullable=False, location="json")
|
||||
args = parser.parse_args()
|
||||
|
||||
@@ -392,7 +392,12 @@ class DatasetDocumentSegmentBatchImportApi(Resource):
|
||||
# send batch add segments task
|
||||
redis_client.setnx(indexing_cache_key, "waiting")
|
||||
batch_create_segment_to_index_task.delay(
|
||||
str(job_id), upload_file_id, dataset_id, document_id, current_user.current_tenant_id, current_user.id
|
||||
str(job_id),
|
||||
upload_file_id,
|
||||
dataset_id,
|
||||
document_id,
|
||||
current_user.current_tenant_id,
|
||||
current_user.id,
|
||||
)
|
||||
except Exception as e:
|
||||
return {"error": str(e)}, 500
|
||||
@@ -468,7 +473,8 @@ class ChildChunkAddApi(Resource):
|
||||
parser.add_argument("content", type=str, required=True, nullable=False, location="json")
|
||||
args = parser.parse_args()
|
||||
try:
|
||||
child_chunk = SegmentService.create_child_chunk(args.get("content"), segment, document, dataset)
|
||||
content = args["content"]
|
||||
child_chunk = SegmentService.create_child_chunk(content, segment, document, dataset)
|
||||
except ChildChunkIndexingServiceError as e:
|
||||
raise ChildChunkIndexingError(str(e))
|
||||
return {"data": marshal(child_chunk, child_chunk_fields)}, 200
|
||||
@@ -557,7 +563,8 @@ class ChildChunkAddApi(Resource):
|
||||
parser.add_argument("chunks", type=list, required=True, nullable=False, location="json")
|
||||
args = parser.parse_args()
|
||||
try:
|
||||
chunks = [ChildChunkUpdateArgs(**chunk) for chunk in args.get("chunks")]
|
||||
chunks_data = args["chunks"]
|
||||
chunks = [ChildChunkUpdateArgs(**chunk) for chunk in chunks_data]
|
||||
child_chunks = SegmentService.update_child_chunks(chunks, segment, document, dataset)
|
||||
except ChildChunkIndexingServiceError as e:
|
||||
raise ChildChunkIndexingError(str(e))
|
||||
@@ -674,9 +681,8 @@ class ChildChunkUpdateApi(Resource):
|
||||
parser.add_argument("content", type=str, required=True, nullable=False, location="json")
|
||||
args = parser.parse_args()
|
||||
try:
|
||||
child_chunk = SegmentService.update_child_chunk(
|
||||
args.get("content"), child_chunk, segment, document, dataset
|
||||
)
|
||||
content = args["content"]
|
||||
child_chunk = SegmentService.update_child_chunk(content, child_chunk, segment, document, dataset)
|
||||
except ChildChunkIndexingServiceError as e:
|
||||
raise ChildChunkIndexingError(str(e))
|
||||
return {"data": marshal(child_chunk, child_chunk_fields)}, 200
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
from typing import cast
|
||||
|
||||
from flask import request
|
||||
from flask_login import current_user
|
||||
from flask_restx import Resource, fields, marshal, reqparse
|
||||
@@ -9,13 +11,14 @@ from controllers.console.datasets.error import DatasetNameDuplicateError
|
||||
from controllers.console.wraps import account_initialization_required, setup_required
|
||||
from fields.dataset_fields import dataset_detail_fields
|
||||
from libs.login import login_required
|
||||
from models.account import Account
|
||||
from services.dataset_service import DatasetService
|
||||
from services.external_knowledge_service import ExternalDatasetService
|
||||
from services.hit_testing_service import HitTestingService
|
||||
from services.knowledge_service import ExternalDatasetTestService
|
||||
|
||||
|
||||
def _validate_name(name):
|
||||
def _validate_name(name: str) -> str:
|
||||
if not name or len(name) < 1 or len(name) > 100:
|
||||
raise ValueError("Name must be between 1 to 100 characters.")
|
||||
return name
|
||||
@@ -274,7 +277,7 @@ class ExternalKnowledgeHitTestingApi(Resource):
|
||||
response = HitTestingService.external_retrieve(
|
||||
dataset=dataset,
|
||||
query=args["query"],
|
||||
account=current_user,
|
||||
account=cast(Account, current_user),
|
||||
external_retrieval_model=args["external_retrieval_model"],
|
||||
metadata_filtering_conditions=args["metadata_filtering_conditions"],
|
||||
)
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
import logging
|
||||
from typing import cast
|
||||
|
||||
from flask_login import current_user
|
||||
from flask_restx import marshal, reqparse
|
||||
from werkzeug.exceptions import Forbidden, InternalServerError, NotFound
|
||||
|
||||
import services.dataset_service
|
||||
import services
|
||||
from controllers.console.app.error import (
|
||||
CompletionRequestError,
|
||||
ProviderModelCurrentlyNotSupportError,
|
||||
@@ -20,6 +21,7 @@ from core.errors.error import (
|
||||
)
|
||||
from core.model_runtime.errors.invoke import InvokeError
|
||||
from fields.hit_testing_fields import hit_testing_record_fields
|
||||
from models.account import Account
|
||||
from services.dataset_service import DatasetService
|
||||
from services.hit_testing_service import HitTestingService
|
||||
|
||||
@@ -59,7 +61,7 @@ class DatasetsHitTestingBase:
|
||||
response = HitTestingService.retrieve(
|
||||
dataset=dataset,
|
||||
query=args["query"],
|
||||
account=current_user,
|
||||
account=cast(Account, current_user),
|
||||
retrieval_model=args["retrieval_model"],
|
||||
external_retrieval_model=args["external_retrieval_model"],
|
||||
limit=10,
|
||||
|
||||
@@ -62,6 +62,7 @@ class DatasetMetadataApi(Resource):
|
||||
parser = reqparse.RequestParser()
|
||||
parser.add_argument("name", type=str, required=True, nullable=False, location="json")
|
||||
args = parser.parse_args()
|
||||
name = args["name"]
|
||||
|
||||
dataset_id_str = str(dataset_id)
|
||||
metadata_id_str = str(metadata_id)
|
||||
@@ -70,7 +71,7 @@ class DatasetMetadataApi(Resource):
|
||||
raise NotFound("Dataset not found.")
|
||||
DatasetService.check_dataset_permission(dataset, current_user)
|
||||
|
||||
metadata = MetadataService.update_metadata_name(dataset_id_str, metadata_id_str, args.get("name"))
|
||||
metadata = MetadataService.update_metadata_name(dataset_id_str, metadata_id_str, name)
|
||||
return metadata, 200
|
||||
|
||||
@setup_required
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
from fastapi.encoders import jsonable_encoder
|
||||
from flask import make_response, redirect, request
|
||||
from flask_login import current_user
|
||||
from flask_restx import Resource, reqparse
|
||||
@@ -11,6 +10,7 @@ from controllers.console.wraps import (
|
||||
setup_required,
|
||||
)
|
||||
from core.model_runtime.errors.validate import CredentialsValidateFailedError
|
||||
from core.model_runtime.utils.encoders import jsonable_encoder
|
||||
from core.plugin.impl.oauth import OAuthHandler
|
||||
from libs.helper import StrLen
|
||||
from libs.login import login_required
|
||||
|
||||
@@ -20,13 +20,13 @@ from services.rag_pipeline.rag_pipeline import RagPipelineService
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
def _validate_name(name):
|
||||
def _validate_name(name: str) -> str:
|
||||
if not name or len(name) < 1 or len(name) > 40:
|
||||
raise ValueError("Name must be between 1 to 40 characters.")
|
||||
return name
|
||||
|
||||
|
||||
def _validate_description_length(description):
|
||||
def _validate_description_length(description: str) -> str:
|
||||
if len(description) > 400:
|
||||
raise ValueError("Description cannot exceed 400 characters.")
|
||||
return description
|
||||
@@ -76,7 +76,7 @@ class CustomizedPipelineTemplateApi(Resource):
|
||||
)
|
||||
parser.add_argument(
|
||||
"description",
|
||||
type=str,
|
||||
type=_validate_description_length,
|
||||
nullable=True,
|
||||
required=False,
|
||||
default="",
|
||||
@@ -133,7 +133,7 @@ class PublishCustomizedPipelineTemplateApi(Resource):
|
||||
)
|
||||
parser.add_argument(
|
||||
"description",
|
||||
type=str,
|
||||
type=_validate_description_length,
|
||||
nullable=True,
|
||||
required=False,
|
||||
default="",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
from flask_login import current_user # type: ignore # type: ignore
|
||||
from flask_restx import Resource, marshal, reqparse # type: ignore
|
||||
from flask_login import current_user
|
||||
from flask_restx import Resource, marshal, reqparse
|
||||
from sqlalchemy.orm import Session
|
||||
from werkzeug.exceptions import Forbidden
|
||||
|
||||
@@ -20,18 +20,6 @@ from services.entities.knowledge_entities.rag_pipeline_entities import IconInfo,
|
||||
from services.rag_pipeline.rag_pipeline_dsl_service import RagPipelineDslService
|
||||
|
||||
|
||||
def _validate_name(name):
|
||||
if not name or len(name) < 1 or len(name) > 40:
|
||||
raise ValueError("Name must be between 1 to 40 characters.")
|
||||
return name
|
||||
|
||||
|
||||
def _validate_description_length(description):
|
||||
if len(description) > 400:
|
||||
raise ValueError("Description cannot exceed 400 characters.")
|
||||
return description
|
||||
|
||||
|
||||
@console_ns.route("/rag/pipeline/dataset")
|
||||
class CreateRagPipelineDatasetApi(Resource):
|
||||
@setup_required
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import logging
|
||||
from typing import Any, NoReturn
|
||||
from typing import NoReturn
|
||||
|
||||
from flask import Response
|
||||
from flask_restx import Resource, fields, inputs, marshal, marshal_with, reqparse
|
||||
@@ -11,14 +11,12 @@ from controllers.console.app.error import (
|
||||
DraftWorkflowNotExist,
|
||||
)
|
||||
from controllers.console.app.workflow_draft_variable import (
|
||||
_WORKFLOW_DRAFT_VARIABLE_FIELDS,
|
||||
_WORKFLOW_DRAFT_VARIABLE_WITHOUT_VALUE_FIELDS,
|
||||
_WORKFLOW_DRAFT_VARIABLE_FIELDS, # type: ignore[private-usage]
|
||||
_WORKFLOW_DRAFT_VARIABLE_WITHOUT_VALUE_FIELDS, # type: ignore[private-usage]
|
||||
)
|
||||
from controllers.console.datasets.wraps import get_rag_pipeline
|
||||
from controllers.console.wraps import account_initialization_required, setup_required
|
||||
from controllers.web.error import InvalidArgumentError, NotFoundError
|
||||
from core.variables.segment_group import SegmentGroup
|
||||
from core.variables.segments import ArrayFileSegment, FileSegment, Segment
|
||||
from core.variables.types import SegmentType
|
||||
from core.workflow.constants import CONVERSATION_VARIABLE_NODE_ID, SYSTEM_VARIABLE_NODE_ID
|
||||
from extensions.ext_database import db
|
||||
@@ -34,32 +32,6 @@ from services.workflow_draft_variable_service import WorkflowDraftVariableList,
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
def _convert_values_to_json_serializable_object(value: Segment) -> Any:
|
||||
if isinstance(value, FileSegment):
|
||||
return value.value.model_dump()
|
||||
elif isinstance(value, ArrayFileSegment):
|
||||
return [i.model_dump() for i in value.value]
|
||||
elif isinstance(value, SegmentGroup):
|
||||
return [_convert_values_to_json_serializable_object(i) for i in value.value]
|
||||
else:
|
||||
return value.value
|
||||
|
||||
|
||||
def _serialize_var_value(variable: WorkflowDraftVariable) -> Any:
|
||||
value = variable.get_value()
|
||||
# create a copy of the value to avoid affecting the model cache.
|
||||
value = value.model_copy(deep=True)
|
||||
# Refresh the url signature before returning it to client.
|
||||
if isinstance(value, FileSegment):
|
||||
file = value.value
|
||||
file.remote_url = file.generate_url()
|
||||
elif isinstance(value, ArrayFileSegment):
|
||||
files = value.value
|
||||
for file in files:
|
||||
file.remote_url = file.generate_url()
|
||||
return _convert_values_to_json_serializable_object(value)
|
||||
|
||||
|
||||
def _create_pagination_parser():
|
||||
parser = reqparse.RequestParser()
|
||||
parser.add_argument(
|
||||
@@ -104,7 +76,7 @@ def _api_prerequisite(f):
|
||||
@account_initialization_required
|
||||
@get_rag_pipeline
|
||||
def wrapper(*args, **kwargs):
|
||||
if not isinstance(current_user, Account) or not current_user.is_editor:
|
||||
if not isinstance(current_user, Account) or not current_user.has_edit_permission:
|
||||
raise Forbidden()
|
||||
return f(*args, **kwargs)
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ from flask_login import current_user
|
||||
from flask_restx import Resource, marshal_with, reqparse
|
||||
from werkzeug.exceptions import Forbidden
|
||||
|
||||
from controllers.console import api
|
||||
from controllers.console import console_ns
|
||||
from controllers.console.wraps import account_initialization_required, setup_required
|
||||
from fields.tag_fields import dataset_tag_fields
|
||||
from libs.login import login_required
|
||||
@@ -17,6 +17,7 @@ def _validate_name(name):
|
||||
return name
|
||||
|
||||
|
||||
@console_ns.route("/tags")
|
||||
class TagListApi(Resource):
|
||||
@setup_required
|
||||
@login_required
|
||||
@@ -52,6 +53,7 @@ class TagListApi(Resource):
|
||||
return response, 200
|
||||
|
||||
|
||||
@console_ns.route("/tags/<uuid:tag_id>")
|
||||
class TagUpdateDeleteApi(Resource):
|
||||
@setup_required
|
||||
@login_required
|
||||
@@ -89,6 +91,7 @@ class TagUpdateDeleteApi(Resource):
|
||||
return 204
|
||||
|
||||
|
||||
@console_ns.route("/tag-bindings/create")
|
||||
class TagBindingCreateApi(Resource):
|
||||
@setup_required
|
||||
@login_required
|
||||
@@ -114,6 +117,7 @@ class TagBindingCreateApi(Resource):
|
||||
return {"result": "success"}, 200
|
||||
|
||||
|
||||
@console_ns.route("/tag-bindings/remove")
|
||||
class TagBindingDeleteApi(Resource):
|
||||
@setup_required
|
||||
@login_required
|
||||
@@ -133,9 +137,3 @@ class TagBindingDeleteApi(Resource):
|
||||
TagService.delete_tag_binding(args)
|
||||
|
||||
return {"result": "success"}, 200
|
||||
|
||||
|
||||
api.add_resource(TagListApi, "/tags")
|
||||
api.add_resource(TagUpdateDeleteApi, "/tags/<uuid:tag_id>")
|
||||
api.add_resource(TagBindingCreateApi, "/tag-bindings/create")
|
||||
api.add_resource(TagBindingDeleteApi, "/tag-bindings/remove")
|
||||
|
||||
@@ -17,6 +17,7 @@ from core.provider_manager import ProviderManager
|
||||
from fields.dataset_fields import dataset_detail_fields
|
||||
from fields.tag_fields import build_dataset_tag_fields
|
||||
from libs.login import current_user
|
||||
from libs.validators import validate_description_length
|
||||
from models.account import Account
|
||||
from models.dataset import Dataset, DatasetPermissionEnum
|
||||
from models.provider_ids import ModelProviderID
|
||||
@@ -31,12 +32,6 @@ def _validate_name(name):
|
||||
return name
|
||||
|
||||
|
||||
def _validate_description_length(description):
|
||||
if description and len(description) > 400:
|
||||
raise ValueError("Description cannot exceed 400 characters.")
|
||||
return description
|
||||
|
||||
|
||||
# Define parsers for dataset operations
|
||||
dataset_create_parser = reqparse.RequestParser()
|
||||
dataset_create_parser.add_argument(
|
||||
@@ -48,7 +43,7 @@ dataset_create_parser.add_argument(
|
||||
)
|
||||
dataset_create_parser.add_argument(
|
||||
"description",
|
||||
type=_validate_description_length,
|
||||
type=validate_description_length,
|
||||
nullable=True,
|
||||
required=False,
|
||||
default="",
|
||||
@@ -101,7 +96,7 @@ dataset_update_parser.add_argument(
|
||||
type=_validate_name,
|
||||
)
|
||||
dataset_update_parser.add_argument(
|
||||
"description", location="json", store_missing=False, type=_validate_description_length
|
||||
"description", location="json", store_missing=False, type=validate_description_length
|
||||
)
|
||||
dataset_update_parser.add_argument(
|
||||
"indexing_technique",
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
import uuid
|
||||
from typing import Literal, cast
|
||||
|
||||
from core.app.app_config.entities import (
|
||||
DatasetEntity,
|
||||
@@ -74,6 +75,9 @@ class DatasetConfigManager:
|
||||
return None
|
||||
query_variable = config.get("dataset_query_variable")
|
||||
|
||||
metadata_model_config_dict = dataset_configs.get("metadata_model_config")
|
||||
metadata_filtering_conditions_dict = dataset_configs.get("metadata_filtering_conditions")
|
||||
|
||||
if dataset_configs["retrieval_model"] == "single":
|
||||
return DatasetEntity(
|
||||
dataset_ids=dataset_ids,
|
||||
@@ -82,18 +86,23 @@ class DatasetConfigManager:
|
||||
retrieve_strategy=DatasetRetrieveConfigEntity.RetrieveStrategy.value_of(
|
||||
dataset_configs["retrieval_model"]
|
||||
),
|
||||
metadata_filtering_mode=dataset_configs.get("metadata_filtering_mode", "disabled"),
|
||||
metadata_model_config=ModelConfig(**dataset_configs.get("metadata_model_config"))
|
||||
if dataset_configs.get("metadata_model_config")
|
||||
metadata_filtering_mode=cast(
|
||||
Literal["disabled", "automatic", "manual"],
|
||||
dataset_configs.get("metadata_filtering_mode", "disabled"),
|
||||
),
|
||||
metadata_model_config=ModelConfig(**metadata_model_config_dict)
|
||||
if isinstance(metadata_model_config_dict, dict)
|
||||
else None,
|
||||
metadata_filtering_conditions=MetadataFilteringCondition(
|
||||
**dataset_configs.get("metadata_filtering_conditions", {})
|
||||
)
|
||||
if dataset_configs.get("metadata_filtering_conditions")
|
||||
metadata_filtering_conditions=MetadataFilteringCondition(**metadata_filtering_conditions_dict)
|
||||
if isinstance(metadata_filtering_conditions_dict, dict)
|
||||
else None,
|
||||
),
|
||||
)
|
||||
else:
|
||||
score_threshold_val = dataset_configs.get("score_threshold")
|
||||
reranking_model_val = dataset_configs.get("reranking_model")
|
||||
weights_val = dataset_configs.get("weights")
|
||||
|
||||
return DatasetEntity(
|
||||
dataset_ids=dataset_ids,
|
||||
retrieve_config=DatasetRetrieveConfigEntity(
|
||||
@@ -101,22 +110,23 @@ class DatasetConfigManager:
|
||||
retrieve_strategy=DatasetRetrieveConfigEntity.RetrieveStrategy.value_of(
|
||||
dataset_configs["retrieval_model"]
|
||||
),
|
||||
top_k=dataset_configs.get("top_k", 4),
|
||||
score_threshold=dataset_configs.get("score_threshold")
|
||||
if dataset_configs.get("score_threshold_enabled", False)
|
||||
top_k=int(dataset_configs.get("top_k", 4)),
|
||||
score_threshold=float(score_threshold_val)
|
||||
if dataset_configs.get("score_threshold_enabled", False) and score_threshold_val is not None
|
||||
else None,
|
||||
reranking_model=dataset_configs.get("reranking_model"),
|
||||
weights=dataset_configs.get("weights"),
|
||||
reranking_enabled=dataset_configs.get("reranking_enabled", True),
|
||||
reranking_model=reranking_model_val if isinstance(reranking_model_val, dict) else None,
|
||||
weights=weights_val if isinstance(weights_val, dict) else None,
|
||||
reranking_enabled=bool(dataset_configs.get("reranking_enabled", True)),
|
||||
rerank_mode=dataset_configs.get("reranking_mode", "reranking_model"),
|
||||
metadata_filtering_mode=dataset_configs.get("metadata_filtering_mode", "disabled"),
|
||||
metadata_model_config=ModelConfig(**dataset_configs.get("metadata_model_config"))
|
||||
if dataset_configs.get("metadata_model_config")
|
||||
metadata_filtering_mode=cast(
|
||||
Literal["disabled", "automatic", "manual"],
|
||||
dataset_configs.get("metadata_filtering_mode", "disabled"),
|
||||
),
|
||||
metadata_model_config=ModelConfig(**metadata_model_config_dict)
|
||||
if isinstance(metadata_model_config_dict, dict)
|
||||
else None,
|
||||
metadata_filtering_conditions=MetadataFilteringCondition(
|
||||
**dataset_configs.get("metadata_filtering_conditions", {})
|
||||
)
|
||||
if dataset_configs.get("metadata_filtering_conditions")
|
||||
metadata_filtering_conditions=MetadataFilteringCondition(**metadata_filtering_conditions_dict)
|
||||
if isinstance(metadata_filtering_conditions_dict, dict)
|
||||
else None,
|
||||
),
|
||||
)
|
||||
@@ -134,18 +144,17 @@ class DatasetConfigManager:
|
||||
config = cls.extract_dataset_config_for_legacy_compatibility(tenant_id, app_mode, config)
|
||||
|
||||
# dataset_configs
|
||||
if not config.get("dataset_configs"):
|
||||
config["dataset_configs"] = {"retrieval_model": "single"}
|
||||
if "dataset_configs" not in config or not config.get("dataset_configs"):
|
||||
config["dataset_configs"] = {}
|
||||
config["dataset_configs"]["retrieval_model"] = config["dataset_configs"].get("retrieval_model", "single")
|
||||
|
||||
if not isinstance(config["dataset_configs"], dict):
|
||||
raise ValueError("dataset_configs must be of object type")
|
||||
|
||||
if not config["dataset_configs"].get("datasets"):
|
||||
if "datasets" not in config["dataset_configs"] or not config["dataset_configs"].get("datasets"):
|
||||
config["dataset_configs"]["datasets"] = {"strategy": "router", "datasets": []}
|
||||
|
||||
need_manual_query_datasets = config.get("dataset_configs") and config["dataset_configs"].get(
|
||||
"datasets", {}
|
||||
).get("datasets")
|
||||
need_manual_query_datasets = config.get("dataset_configs", {}).get("datasets", {}).get("datasets")
|
||||
|
||||
if need_manual_query_datasets and app_mode == AppMode.COMPLETION:
|
||||
# Only check when mode is completion
|
||||
@@ -166,8 +175,8 @@ class DatasetConfigManager:
|
||||
:param config: app model config args
|
||||
"""
|
||||
# Extract dataset config for legacy compatibility
|
||||
if not config.get("agent_mode"):
|
||||
config["agent_mode"] = {"enabled": False, "tools": []}
|
||||
if "agent_mode" not in config or not config.get("agent_mode"):
|
||||
config["agent_mode"] = {}
|
||||
|
||||
if not isinstance(config["agent_mode"], dict):
|
||||
raise ValueError("agent_mode must be of object type")
|
||||
@@ -180,19 +189,22 @@ class DatasetConfigManager:
|
||||
raise ValueError("enabled in agent_mode must be of boolean type")
|
||||
|
||||
# tools
|
||||
if not config["agent_mode"].get("tools"):
|
||||
if "tools" not in config["agent_mode"] or not config["agent_mode"].get("tools"):
|
||||
config["agent_mode"]["tools"] = []
|
||||
|
||||
if not isinstance(config["agent_mode"]["tools"], list):
|
||||
raise ValueError("tools in agent_mode must be a list of objects")
|
||||
|
||||
# strategy
|
||||
if not config["agent_mode"].get("strategy"):
|
||||
if "strategy" not in config["agent_mode"] or not config["agent_mode"].get("strategy"):
|
||||
config["agent_mode"]["strategy"] = PlanningStrategy.ROUTER.value
|
||||
|
||||
has_datasets = False
|
||||
if config["agent_mode"]["strategy"] in {PlanningStrategy.ROUTER.value, PlanningStrategy.REACT_ROUTER.value}:
|
||||
for tool in config["agent_mode"]["tools"]:
|
||||
if config.get("agent_mode", {}).get("strategy") in {
|
||||
PlanningStrategy.ROUTER.value,
|
||||
PlanningStrategy.REACT_ROUTER.value,
|
||||
}:
|
||||
for tool in config.get("agent_mode", {}).get("tools", []):
|
||||
key = list(tool.keys())[0]
|
||||
if key == "dataset":
|
||||
# old style, use tool name as key
|
||||
@@ -217,7 +229,7 @@ class DatasetConfigManager:
|
||||
|
||||
has_datasets = True
|
||||
|
||||
need_manual_query_datasets = has_datasets and config["agent_mode"]["enabled"]
|
||||
need_manual_query_datasets = has_datasets and config.get("agent_mode", {}).get("enabled")
|
||||
|
||||
if need_manual_query_datasets and app_mode == AppMode.COMPLETION:
|
||||
# Only check when mode is completion
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
import logging
|
||||
import queue
|
||||
import time
|
||||
from abc import abstractmethod
|
||||
from enum import IntEnum, auto
|
||||
from typing import Any
|
||||
|
||||
from redis.exceptions import RedisError
|
||||
from sqlalchemy.orm import DeclarativeMeta
|
||||
|
||||
from configs import dify_config
|
||||
@@ -18,6 +20,8 @@ from core.app.entities.queue_entities import (
|
||||
)
|
||||
from extensions.ext_redis import redis_client
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class PublishFrom(IntEnum):
|
||||
APPLICATION_MANAGER = auto()
|
||||
@@ -35,9 +39,8 @@ class AppQueueManager:
|
||||
self.invoke_from = invoke_from # Public accessor for invoke_from
|
||||
|
||||
user_prefix = "account" if self._invoke_from in {InvokeFrom.EXPLORE, InvokeFrom.DEBUGGER} else "end-user"
|
||||
redis_client.setex(
|
||||
AppQueueManager._generate_task_belong_cache_key(self._task_id), 1800, f"{user_prefix}-{self._user_id}"
|
||||
)
|
||||
self._task_belong_cache_key = AppQueueManager._generate_task_belong_cache_key(self._task_id)
|
||||
redis_client.setex(self._task_belong_cache_key, 1800, f"{user_prefix}-{self._user_id}")
|
||||
|
||||
q: queue.Queue[WorkflowQueueMessage | MessageQueueMessage | None] = queue.Queue()
|
||||
|
||||
@@ -79,9 +82,21 @@ class AppQueueManager:
|
||||
Stop listen to queue
|
||||
:return:
|
||||
"""
|
||||
self._clear_task_belong_cache()
|
||||
self._q.put(None)
|
||||
|
||||
def publish_error(self, e, pub_from: PublishFrom):
|
||||
def _clear_task_belong_cache(self) -> None:
|
||||
"""
|
||||
Remove the task belong cache key once listening is finished.
|
||||
"""
|
||||
try:
|
||||
redis_client.delete(self._task_belong_cache_key)
|
||||
except RedisError:
|
||||
logger.exception(
|
||||
"Failed to clear task belong cache for task %s (key: %s)", self._task_id, self._task_belong_cache_key
|
||||
)
|
||||
|
||||
def publish_error(self, e, pub_from: PublishFrom) -> None:
|
||||
"""
|
||||
Publish error
|
||||
:param e: error
|
||||
|
||||
@@ -107,7 +107,6 @@ class MessageCycleManager:
|
||||
if dify_config.DEBUG:
|
||||
logger.exception("generate conversation name failed, conversation_id: %s", conversation_id)
|
||||
|
||||
db.session.merge(conversation)
|
||||
db.session.commit()
|
||||
db.session.close()
|
||||
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
from typing import TYPE_CHECKING, Any, Optional
|
||||
|
||||
from openai import BaseModel
|
||||
from pydantic import Field
|
||||
from pydantic import BaseModel, Field
|
||||
|
||||
# Import InvokeFrom locally to avoid circular import
|
||||
from core.app.entities.app_invoke_entities import InvokeFrom
|
||||
|
||||
@@ -74,7 +74,7 @@ class TextPromptMessageContent(PromptMessageContent):
|
||||
Model class for text prompt message content.
|
||||
"""
|
||||
|
||||
type: Literal[PromptMessageContentType.TEXT] = PromptMessageContentType.TEXT
|
||||
type: Literal[PromptMessageContentType.TEXT] = PromptMessageContentType.TEXT # type: ignore
|
||||
data: str
|
||||
|
||||
|
||||
@@ -95,11 +95,11 @@ class MultiModalPromptMessageContent(PromptMessageContent):
|
||||
|
||||
|
||||
class VideoPromptMessageContent(MultiModalPromptMessageContent):
|
||||
type: Literal[PromptMessageContentType.VIDEO] = PromptMessageContentType.VIDEO
|
||||
type: Literal[PromptMessageContentType.VIDEO] = PromptMessageContentType.VIDEO # type: ignore
|
||||
|
||||
|
||||
class AudioPromptMessageContent(MultiModalPromptMessageContent):
|
||||
type: Literal[PromptMessageContentType.AUDIO] = PromptMessageContentType.AUDIO
|
||||
type: Literal[PromptMessageContentType.AUDIO] = PromptMessageContentType.AUDIO # type: ignore
|
||||
|
||||
|
||||
class ImagePromptMessageContent(MultiModalPromptMessageContent):
|
||||
@@ -111,12 +111,12 @@ class ImagePromptMessageContent(MultiModalPromptMessageContent):
|
||||
LOW = auto()
|
||||
HIGH = auto()
|
||||
|
||||
type: Literal[PromptMessageContentType.IMAGE] = PromptMessageContentType.IMAGE
|
||||
type: Literal[PromptMessageContentType.IMAGE] = PromptMessageContentType.IMAGE # type: ignore
|
||||
detail: DETAIL = DETAIL.LOW
|
||||
|
||||
|
||||
class DocumentPromptMessageContent(MultiModalPromptMessageContent):
|
||||
type: Literal[PromptMessageContentType.DOCUMENT] = PromptMessageContentType.DOCUMENT
|
||||
type: Literal[PromptMessageContentType.DOCUMENT] = PromptMessageContentType.DOCUMENT # type: ignore
|
||||
|
||||
|
||||
PromptMessageContentUnionTypes = Annotated[
|
||||
|
||||
@@ -15,7 +15,7 @@ class GPT2Tokenizer:
|
||||
use gpt2 tokenizer to get num tokens
|
||||
"""
|
||||
_tokenizer = GPT2Tokenizer.get_encoder()
|
||||
tokens = _tokenizer.encode(text)
|
||||
tokens = _tokenizer.encode(text) # type: ignore
|
||||
return len(tokens)
|
||||
|
||||
@staticmethod
|
||||
|
||||
@@ -196,15 +196,15 @@ def jsonable_encoder(
|
||||
return encoder(obj)
|
||||
|
||||
try:
|
||||
data = dict(obj)
|
||||
data = dict(obj) # type: ignore
|
||||
except Exception as e:
|
||||
errors: list[Exception] = []
|
||||
errors.append(e)
|
||||
try:
|
||||
data = vars(obj)
|
||||
data = vars(obj) # type: ignore
|
||||
except Exception as e:
|
||||
errors.append(e)
|
||||
raise ValueError(errors) from e
|
||||
raise ValueError(str(errors)) from e
|
||||
return jsonable_encoder(
|
||||
data,
|
||||
by_alias=by_alias,
|
||||
|
||||
@@ -3,7 +3,8 @@ from dataclasses import dataclass
|
||||
from typing import Any
|
||||
|
||||
from opentelemetry import trace as trace_api
|
||||
from opentelemetry.sdk.trace import Event, Status, StatusCode
|
||||
from opentelemetry.sdk.trace import Event
|
||||
from opentelemetry.trace import Status, StatusCode
|
||||
from pydantic import BaseModel, Field
|
||||
|
||||
|
||||
|
||||
@@ -155,7 +155,10 @@ class OpsTraceManager:
|
||||
if key in tracing_config:
|
||||
if "*" in tracing_config[key]:
|
||||
# If the key contains '*', retain the original value from the current config
|
||||
new_config[key] = current_trace_config.get(key, tracing_config[key])
|
||||
if current_trace_config:
|
||||
new_config[key] = current_trace_config.get(key, tracing_config[key])
|
||||
else:
|
||||
new_config[key] = tracing_config[key]
|
||||
else:
|
||||
# Otherwise, encrypt the key
|
||||
new_config[key] = encrypt_token(tenant_id, tracing_config[key])
|
||||
|
||||
@@ -62,7 +62,8 @@ class WeaveDataTrace(BaseTraceInstance):
|
||||
self,
|
||||
):
|
||||
try:
|
||||
project_url = f"https://wandb.ai/{self.weave_client._project_id()}"
|
||||
project_identifier = f"{self.entity}/{self.project_name}" if self.entity else self.project_name
|
||||
project_url = f"https://wandb.ai/{project_identifier}"
|
||||
return project_url
|
||||
except Exception as e:
|
||||
logger.debug("Weave get run url failed: %s", str(e))
|
||||
@@ -424,7 +425,23 @@ class WeaveDataTrace(BaseTraceInstance):
|
||||
raise ValueError(f"Weave API check failed: {str(e)}")
|
||||
|
||||
def start_call(self, run_data: WeaveTraceModel, parent_run_id: str | None = None):
|
||||
call = self.weave_client.create_call(op=run_data.op, inputs=run_data.inputs, attributes=run_data.attributes)
|
||||
inputs = run_data.inputs
|
||||
if inputs is None:
|
||||
inputs = {}
|
||||
elif not isinstance(inputs, dict):
|
||||
inputs = {"inputs": str(inputs)}
|
||||
|
||||
attributes = run_data.attributes
|
||||
if attributes is None:
|
||||
attributes = {}
|
||||
elif not isinstance(attributes, dict):
|
||||
attributes = {"attributes": str(attributes)}
|
||||
|
||||
call = self.weave_client.create_call(
|
||||
op=run_data.op,
|
||||
inputs=inputs,
|
||||
attributes=attributes,
|
||||
)
|
||||
self.calls[run_data.id] = call
|
||||
if parent_run_id:
|
||||
self.calls[run_data.id].parent_id = parent_run_id
|
||||
@@ -432,6 +449,7 @@ class WeaveDataTrace(BaseTraceInstance):
|
||||
def finish_call(self, run_data: WeaveTraceModel):
|
||||
call = self.calls.get(run_data.id)
|
||||
if call:
|
||||
self.weave_client.finish_call(call=call, output=run_data.outputs, exception=run_data.exception)
|
||||
exception = Exception(run_data.exception) if run_data.exception else None
|
||||
self.weave_client.finish_call(call=call, output=run_data.outputs, exception=exception)
|
||||
else:
|
||||
raise ValueError(f"Call with id {run_data.id} not found")
|
||||
|
||||
@@ -106,7 +106,9 @@ class RetrievalService:
|
||||
if exceptions:
|
||||
raise ValueError(";\n".join(exceptions))
|
||||
|
||||
# Deduplicate documents for hybrid search to avoid duplicate chunks
|
||||
if retrieval_method == RetrievalMethod.HYBRID_SEARCH.value:
|
||||
all_documents = cls._deduplicate_documents(all_documents)
|
||||
data_post_processor = DataPostProcessor(
|
||||
str(dataset.tenant_id), reranking_mode, reranking_model, weights, False
|
||||
)
|
||||
@@ -143,6 +145,40 @@ class RetrievalService:
|
||||
)
|
||||
return all_documents
|
||||
|
||||
@classmethod
|
||||
def _deduplicate_documents(cls, documents: list[Document]) -> list[Document]:
|
||||
"""Deduplicate documents based on doc_id to avoid duplicate chunks in hybrid search."""
|
||||
if not documents:
|
||||
return documents
|
||||
|
||||
unique_documents = []
|
||||
seen_doc_ids = set()
|
||||
|
||||
for document in documents:
|
||||
# For dify provider documents, use doc_id for deduplication
|
||||
if document.provider == "dify" and document.metadata is not None and "doc_id" in document.metadata:
|
||||
doc_id = document.metadata["doc_id"]
|
||||
if doc_id not in seen_doc_ids:
|
||||
seen_doc_ids.add(doc_id)
|
||||
unique_documents.append(document)
|
||||
# If duplicate, keep the one with higher score
|
||||
elif "score" in document.metadata:
|
||||
# Find existing document with same doc_id and compare scores
|
||||
for i, existing_doc in enumerate(unique_documents):
|
||||
if (
|
||||
existing_doc.metadata
|
||||
and existing_doc.metadata.get("doc_id") == doc_id
|
||||
and existing_doc.metadata.get("score", 0) < document.metadata.get("score", 0)
|
||||
):
|
||||
unique_documents[i] = document
|
||||
break
|
||||
else:
|
||||
# For non-dify documents, use content-based deduplication
|
||||
if document not in unique_documents:
|
||||
unique_documents.append(document)
|
||||
|
||||
return unique_documents
|
||||
|
||||
@classmethod
|
||||
def _get_dataset(cls, dataset_id: str) -> Dataset | None:
|
||||
with Session(db.engine) as session:
|
||||
|
||||
@@ -0,0 +1,238 @@
|
||||
"""
|
||||
Elasticsearch implementation of the WorkflowExecutionRepository.
|
||||
|
||||
This implementation stores workflow execution data in Elasticsearch for better
|
||||
performance and scalability compared to PostgreSQL storage.
|
||||
"""
|
||||
|
||||
import logging
|
||||
from datetime import datetime
|
||||
from typing import Any, Optional, Union
|
||||
|
||||
from sqlalchemy.engine import Engine
|
||||
from sqlalchemy.orm import sessionmaker
|
||||
|
||||
from core.workflow.entities import WorkflowExecution
|
||||
from core.workflow.repositories.workflow_execution_repository import WorkflowExecutionRepository
|
||||
from libs.helper import extract_tenant_id
|
||||
from models import Account, CreatorUserRole, EndUser
|
||||
from models.enums import WorkflowRunTriggeredFrom
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class ElasticsearchWorkflowExecutionRepository(WorkflowExecutionRepository):
|
||||
"""
|
||||
Elasticsearch implementation of the WorkflowExecutionRepository interface.
|
||||
|
||||
This implementation provides:
|
||||
- High-performance workflow execution storage
|
||||
- Time-series data optimization with date-based index rotation
|
||||
- Multi-tenant data isolation
|
||||
- Advanced search and analytics capabilities
|
||||
"""
|
||||
|
||||
def __init__(
|
||||
self,
|
||||
session_factory: Union[sessionmaker, Engine],
|
||||
user: Union[Account, EndUser],
|
||||
app_id: str,
|
||||
triggered_from: WorkflowRunTriggeredFrom,
|
||||
index_prefix: str = "dify-workflow-executions",
|
||||
):
|
||||
"""
|
||||
Initialize the repository with Elasticsearch client and context information.
|
||||
|
||||
Args:
|
||||
session_factory: SQLAlchemy sessionmaker or engine (for compatibility with factory pattern)
|
||||
user: Account or EndUser object containing tenant_id, user ID, and role information
|
||||
app_id: App ID for filtering by application
|
||||
triggered_from: Source of the execution trigger
|
||||
index_prefix: Prefix for Elasticsearch indices
|
||||
"""
|
||||
# Get Elasticsearch client from global extension
|
||||
from extensions.ext_elasticsearch import elasticsearch as es_extension
|
||||
|
||||
self._es_client = es_extension.client
|
||||
if not self._es_client:
|
||||
raise ValueError("Elasticsearch client is not available. Please check your configuration.")
|
||||
|
||||
self._index_prefix = index_prefix
|
||||
|
||||
# Extract tenant_id from user
|
||||
tenant_id = extract_tenant_id(user)
|
||||
if not tenant_id:
|
||||
raise ValueError("User must have a tenant_id or current_tenant_id")
|
||||
self._tenant_id = tenant_id
|
||||
|
||||
# Store app context
|
||||
self._app_id = app_id
|
||||
|
||||
# Extract user context
|
||||
self._triggered_from = triggered_from
|
||||
self._creator_user_id = user.id
|
||||
|
||||
# Determine user role based on user type
|
||||
self._creator_user_role = CreatorUserRole.ACCOUNT if isinstance(user, Account) else CreatorUserRole.END_USER
|
||||
|
||||
# Ensure index template exists
|
||||
self._ensure_index_template()
|
||||
|
||||
def _get_index_name(self, date: Optional[datetime] = None) -> str:
|
||||
"""
|
||||
Generate index name with date-based rotation for better performance.
|
||||
|
||||
Args:
|
||||
date: Date for index name generation, defaults to current date
|
||||
|
||||
Returns:
|
||||
Index name in format: {prefix}-{tenant_id}-{YYYY.MM}
|
||||
"""
|
||||
if date is None:
|
||||
date = datetime.utcnow()
|
||||
|
||||
return f"{self._index_prefix}-{self._tenant_id}-{date.strftime('%Y.%m')}"
|
||||
|
||||
def _ensure_index_template(self):
|
||||
"""
|
||||
Ensure the index template exists for proper mapping and settings.
|
||||
"""
|
||||
template_name = f"{self._index_prefix}-template"
|
||||
template_body = {
|
||||
"index_patterns": [f"{self._index_prefix}-*"],
|
||||
"template": {
|
||||
"settings": {
|
||||
"number_of_shards": 1,
|
||||
"number_of_replicas": 0,
|
||||
"index.refresh_interval": "5s",
|
||||
"index.mapping.total_fields.limit": 2000,
|
||||
},
|
||||
"mappings": {
|
||||
"properties": {
|
||||
"id": {"type": "keyword"},
|
||||
"tenant_id": {"type": "keyword"},
|
||||
"app_id": {"type": "keyword"},
|
||||
"workflow_id": {"type": "keyword"},
|
||||
"workflow_version": {"type": "keyword"},
|
||||
"workflow_type": {"type": "keyword"},
|
||||
"triggered_from": {"type": "keyword"},
|
||||
"inputs": {"type": "object", "enabled": False},
|
||||
"outputs": {"type": "object", "enabled": False},
|
||||
"status": {"type": "keyword"},
|
||||
"error_message": {"type": "text"},
|
||||
"elapsed_time": {"type": "float"},
|
||||
"total_tokens": {"type": "long"},
|
||||
"total_steps": {"type": "integer"},
|
||||
"exceptions_count": {"type": "integer"},
|
||||
"created_by_role": {"type": "keyword"},
|
||||
"created_by": {"type": "keyword"},
|
||||
"started_at": {"type": "date"},
|
||||
"finished_at": {"type": "date"},
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
try:
|
||||
self._es_client.indices.put_index_template(
|
||||
name=template_name,
|
||||
body=template_body
|
||||
)
|
||||
logger.info("Index template %s created/updated successfully", template_name)
|
||||
except Exception as e:
|
||||
logger.error("Failed to create index template %s: %s", template_name, e)
|
||||
raise
|
||||
|
||||
def _serialize_complex_data(self, data: Any) -> Any:
|
||||
"""
|
||||
Serialize complex data structures to JSON-serializable format.
|
||||
|
||||
Args:
|
||||
data: Data to serialize
|
||||
|
||||
Returns:
|
||||
JSON-serializable data
|
||||
"""
|
||||
if data is None:
|
||||
return None
|
||||
|
||||
# Use Dify's existing JSON encoder for complex objects
|
||||
from core.model_runtime.utils.encoders import jsonable_encoder
|
||||
|
||||
try:
|
||||
return jsonable_encoder(data)
|
||||
except Exception as e:
|
||||
logger.warning("Failed to serialize complex data, using string representation: %s", e)
|
||||
return str(data)
|
||||
|
||||
def _to_workflow_run_document(self, execution: WorkflowExecution) -> dict[str, Any]:
|
||||
"""
|
||||
Convert WorkflowExecution domain entity to WorkflowRun-compatible document.
|
||||
This follows the same logic as SQLAlchemy implementation.
|
||||
|
||||
Args:
|
||||
execution: The domain entity to convert
|
||||
|
||||
Returns:
|
||||
Dictionary representing the WorkflowRun document for Elasticsearch
|
||||
"""
|
||||
# Calculate elapsed time (same logic as SQL implementation)
|
||||
elapsed_time = 0.0
|
||||
if execution.finished_at:
|
||||
elapsed_time = (execution.finished_at - execution.started_at).total_seconds()
|
||||
|
||||
doc = {
|
||||
"id": execution.id_,
|
||||
"tenant_id": self._tenant_id,
|
||||
"app_id": self._app_id,
|
||||
"workflow_id": execution.workflow_id,
|
||||
"type": execution.workflow_type.value,
|
||||
"triggered_from": self._triggered_from.value,
|
||||
"version": execution.workflow_version,
|
||||
"graph": self._serialize_complex_data(execution.graph),
|
||||
"inputs": self._serialize_complex_data(execution.inputs),
|
||||
"status": execution.status.value,
|
||||
"outputs": self._serialize_complex_data(execution.outputs),
|
||||
"error": execution.error_message or None,
|
||||
"elapsed_time": elapsed_time,
|
||||
"total_tokens": execution.total_tokens,
|
||||
"total_steps": execution.total_steps,
|
||||
"created_by_role": self._creator_user_role.value,
|
||||
"created_by": self._creator_user_id,
|
||||
"created_at": execution.started_at.isoformat() if execution.started_at else None,
|
||||
"finished_at": execution.finished_at.isoformat() if execution.finished_at else None,
|
||||
"exceptions_count": execution.exceptions_count,
|
||||
}
|
||||
|
||||
# Remove None values to reduce storage size
|
||||
return {k: v for k, v in doc.items() if v is not None}
|
||||
|
||||
def save(self, execution: WorkflowExecution) -> None:
|
||||
"""
|
||||
Save or update a WorkflowExecution instance to Elasticsearch.
|
||||
|
||||
Following the SQL implementation pattern, this saves the WorkflowExecution
|
||||
as WorkflowRun-compatible data that APIs can consume.
|
||||
|
||||
Args:
|
||||
execution: The WorkflowExecution instance to save or update
|
||||
"""
|
||||
try:
|
||||
# Convert to WorkflowRun-compatible document (same as SQL implementation)
|
||||
run_doc = self._to_workflow_run_document(execution)
|
||||
|
||||
# Save to workflow-runs index (this is what APIs query)
|
||||
run_index = f"dify-workflow-runs-{self._tenant_id}-{execution.started_at.strftime('%Y.%m')}"
|
||||
|
||||
self._es_client.index(
|
||||
index=run_index,
|
||||
id=execution.id_,
|
||||
body=run_doc,
|
||||
refresh="wait_for" # Ensure document is searchable immediately
|
||||
)
|
||||
|
||||
logger.debug(f"Saved workflow execution {execution.id_} as WorkflowRun to index {run_index}")
|
||||
|
||||
except Exception as e:
|
||||
logger.error(f"Failed to save workflow execution {execution.id_}: {e}")
|
||||
raise
|
||||
@@ -0,0 +1,403 @@
|
||||
"""
|
||||
Elasticsearch implementation of the WorkflowNodeExecutionRepository.
|
||||
|
||||
This implementation stores workflow node execution logs in Elasticsearch for better
|
||||
performance and scalability compared to PostgreSQL storage.
|
||||
"""
|
||||
|
||||
import logging
|
||||
from collections.abc import Sequence
|
||||
from datetime import datetime
|
||||
from typing import Any, Optional, Union
|
||||
|
||||
from elasticsearch.exceptions import NotFoundError
|
||||
from sqlalchemy.engine import Engine
|
||||
from sqlalchemy.orm import sessionmaker
|
||||
|
||||
from core.workflow.entities.workflow_node_execution import WorkflowNodeExecution
|
||||
from core.workflow.enums import WorkflowNodeExecutionStatus
|
||||
from core.workflow.repositories.workflow_node_execution_repository import (
|
||||
OrderConfig,
|
||||
WorkflowNodeExecutionRepository,
|
||||
)
|
||||
from libs.helper import extract_tenant_id
|
||||
from models import Account, CreatorUserRole, EndUser
|
||||
from models.workflow import WorkflowNodeExecutionTriggeredFrom
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class ElasticsearchWorkflowNodeExecutionRepository(WorkflowNodeExecutionRepository):
|
||||
"""
|
||||
Elasticsearch implementation of the WorkflowNodeExecutionRepository interface.
|
||||
|
||||
This implementation provides:
|
||||
- High-performance log storage and retrieval
|
||||
- Full-text search capabilities
|
||||
- Time-series data optimization
|
||||
- Automatic index management with date-based rotation
|
||||
- Multi-tenancy support through index patterns
|
||||
"""
|
||||
|
||||
def __init__(
|
||||
self,
|
||||
session_factory: Union[sessionmaker, Engine],
|
||||
user: Union[Account, EndUser],
|
||||
app_id: str | None,
|
||||
triggered_from: WorkflowNodeExecutionTriggeredFrom | None,
|
||||
index_prefix: str = "dify-workflow-node-executions",
|
||||
):
|
||||
"""
|
||||
Initialize the repository with Elasticsearch client and context information.
|
||||
|
||||
Args:
|
||||
session_factory: SQLAlchemy sessionmaker or engine (for compatibility with factory pattern)
|
||||
user: Account or EndUser object containing tenant_id, user ID, and role information
|
||||
app_id: App ID for filtering by application (can be None)
|
||||
triggered_from: Source of the execution trigger (SINGLE_STEP or WORKFLOW_RUN)
|
||||
index_prefix: Prefix for Elasticsearch indices
|
||||
"""
|
||||
# Get Elasticsearch client from global extension
|
||||
from extensions.ext_elasticsearch import elasticsearch as es_extension
|
||||
|
||||
self._es_client = es_extension.client
|
||||
if not self._es_client:
|
||||
raise ValueError("Elasticsearch client is not available. Please check your configuration.")
|
||||
|
||||
self._index_prefix = index_prefix
|
||||
|
||||
# Extract tenant_id from user
|
||||
tenant_id = extract_tenant_id(user)
|
||||
if not tenant_id:
|
||||
raise ValueError("User must have a tenant_id or current_tenant_id")
|
||||
self._tenant_id = tenant_id
|
||||
|
||||
# Store app context
|
||||
self._app_id = app_id
|
||||
|
||||
# Extract user context
|
||||
self._triggered_from = triggered_from
|
||||
self._creator_user_id = user.id
|
||||
|
||||
# Determine user role based on user type
|
||||
self._creator_user_role = CreatorUserRole.ACCOUNT if isinstance(user, Account) else CreatorUserRole.END_USER
|
||||
|
||||
# In-memory cache for workflow node executions
|
||||
self._execution_cache: dict[str, WorkflowNodeExecution] = {}
|
||||
|
||||
# Ensure index template exists
|
||||
self._ensure_index_template()
|
||||
|
||||
def _get_index_name(self, date: Optional[datetime] = None) -> str:
|
||||
"""
|
||||
Generate index name with date-based rotation for better performance.
|
||||
|
||||
Args:
|
||||
date: Date for index name generation, defaults to current date
|
||||
|
||||
Returns:
|
||||
Index name in format: {prefix}-{tenant_id}-{YYYY.MM}
|
||||
"""
|
||||
if date is None:
|
||||
date = datetime.utcnow()
|
||||
|
||||
return f"{self._index_prefix}-{self._tenant_id}-{date.strftime('%Y.%m')}"
|
||||
|
||||
def _ensure_index_template(self):
|
||||
"""
|
||||
Ensure the index template exists for proper mapping and settings.
|
||||
"""
|
||||
template_name = f"{self._index_prefix}-template"
|
||||
template_body = {
|
||||
"index_patterns": [f"{self._index_prefix}-*"],
|
||||
"template": {
|
||||
"settings": {
|
||||
"number_of_shards": 1,
|
||||
"number_of_replicas": 0,
|
||||
"index.refresh_interval": "5s",
|
||||
"index.mapping.total_fields.limit": 2000,
|
||||
},
|
||||
"mappings": {
|
||||
"properties": {
|
||||
"id": {"type": "keyword"},
|
||||
"tenant_id": {"type": "keyword"},
|
||||
"app_id": {"type": "keyword"},
|
||||
"workflow_id": {"type": "keyword"},
|
||||
"workflow_execution_id": {"type": "keyword"},
|
||||
"node_execution_id": {"type": "keyword"},
|
||||
"triggered_from": {"type": "keyword"},
|
||||
"index": {"type": "integer"},
|
||||
"predecessor_node_id": {"type": "keyword"},
|
||||
"node_id": {"type": "keyword"},
|
||||
"node_type": {"type": "keyword"},
|
||||
"title": {"type": "text", "fields": {"keyword": {"type": "keyword"}}},
|
||||
"inputs": {"type": "object", "enabled": False},
|
||||
"process_data": {"type": "object", "enabled": False},
|
||||
"outputs": {"type": "object", "enabled": False},
|
||||
"status": {"type": "keyword"},
|
||||
"error": {"type": "text"},
|
||||
"elapsed_time": {"type": "float"},
|
||||
"metadata": {"type": "object", "enabled": False},
|
||||
"created_at": {"type": "date"},
|
||||
"finished_at": {"type": "date"},
|
||||
"created_by_role": {"type": "keyword"},
|
||||
"created_by": {"type": "keyword"},
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
try:
|
||||
self._es_client.indices.put_index_template(
|
||||
name=template_name,
|
||||
body=template_body
|
||||
)
|
||||
logger.info("Index template %s created/updated successfully", template_name)
|
||||
except Exception as e:
|
||||
logger.error("Failed to create index template %s: %s", template_name, e)
|
||||
raise
|
||||
|
||||
def _serialize_complex_data(self, data: Any) -> Any:
|
||||
"""
|
||||
Serialize complex data structures to JSON-serializable format.
|
||||
|
||||
Args:
|
||||
data: Data to serialize
|
||||
|
||||
Returns:
|
||||
JSON-serializable data
|
||||
"""
|
||||
if data is None:
|
||||
return None
|
||||
|
||||
# Use Dify's existing JSON encoder for complex objects
|
||||
from core.model_runtime.utils.encoders import jsonable_encoder
|
||||
|
||||
try:
|
||||
return jsonable_encoder(data)
|
||||
except Exception as e:
|
||||
logger.warning("Failed to serialize complex data, using string representation: %s", e)
|
||||
return str(data)
|
||||
|
||||
def _to_es_document(self, execution: WorkflowNodeExecution) -> dict[str, Any]:
|
||||
"""
|
||||
Convert WorkflowNodeExecution domain entity to Elasticsearch document.
|
||||
|
||||
Args:
|
||||
execution: The domain entity to convert
|
||||
|
||||
Returns:
|
||||
Dictionary representing the Elasticsearch document
|
||||
"""
|
||||
doc = {
|
||||
"id": execution.id,
|
||||
"tenant_id": self._tenant_id,
|
||||
"app_id": self._app_id,
|
||||
"workflow_id": execution.workflow_id,
|
||||
"workflow_execution_id": execution.workflow_execution_id,
|
||||
"node_execution_id": execution.node_execution_id,
|
||||
"triggered_from": self._triggered_from.value if self._triggered_from else None,
|
||||
"index": execution.index,
|
||||
"predecessor_node_id": execution.predecessor_node_id,
|
||||
"node_id": execution.node_id,
|
||||
"node_type": execution.node_type.value,
|
||||
"title": execution.title,
|
||||
"inputs": self._serialize_complex_data(execution.inputs),
|
||||
"process_data": self._serialize_complex_data(execution.process_data),
|
||||
"outputs": self._serialize_complex_data(execution.outputs),
|
||||
"status": execution.status.value,
|
||||
"error": execution.error,
|
||||
"elapsed_time": execution.elapsed_time,
|
||||
"metadata": self._serialize_complex_data(execution.metadata),
|
||||
"created_at": execution.created_at.isoformat() if execution.created_at else None,
|
||||
"finished_at": execution.finished_at.isoformat() if execution.finished_at else None,
|
||||
"created_by_role": self._creator_user_role.value,
|
||||
"created_by": self._creator_user_id,
|
||||
}
|
||||
|
||||
# Remove None values to reduce storage size
|
||||
return {k: v for k, v in doc.items() if v is not None}
|
||||
|
||||
def _from_es_document(self, doc: dict[str, Any]) -> WorkflowNodeExecution:
|
||||
"""
|
||||
Convert Elasticsearch document to WorkflowNodeExecution domain entity.
|
||||
|
||||
Args:
|
||||
doc: Elasticsearch document
|
||||
|
||||
Returns:
|
||||
WorkflowNodeExecution domain entity
|
||||
"""
|
||||
from core.workflow.enums import NodeType
|
||||
|
||||
source = doc.get("_source", doc)
|
||||
|
||||
return WorkflowNodeExecution(
|
||||
id=source["id"],
|
||||
node_execution_id=source.get("node_execution_id"),
|
||||
workflow_id=source["workflow_id"],
|
||||
workflow_execution_id=source.get("workflow_execution_id"),
|
||||
index=source["index"],
|
||||
predecessor_node_id=source.get("predecessor_node_id"),
|
||||
node_id=source["node_id"],
|
||||
node_type=NodeType(source["node_type"]),
|
||||
title=source["title"],
|
||||
inputs=source.get("inputs"),
|
||||
process_data=source.get("process_data"),
|
||||
outputs=source.get("outputs"),
|
||||
status=WorkflowNodeExecutionStatus(source["status"]),
|
||||
error=source.get("error"),
|
||||
elapsed_time=source.get("elapsed_time", 0.0),
|
||||
metadata=source.get("metadata", {}),
|
||||
created_at=datetime.fromisoformat(source["created_at"]) if source.get("created_at") else None,
|
||||
finished_at=datetime.fromisoformat(source["finished_at"]) if source.get("finished_at") else None,
|
||||
)
|
||||
|
||||
def save(self, execution: WorkflowNodeExecution) -> None:
|
||||
"""
|
||||
Save or update a NodeExecution domain entity to Elasticsearch.
|
||||
|
||||
Args:
|
||||
execution: The NodeExecution domain entity to persist
|
||||
"""
|
||||
try:
|
||||
index_name = self._get_index_name(execution.created_at)
|
||||
doc = self._to_es_document(execution)
|
||||
|
||||
# Use upsert to handle both create and update operations
|
||||
self._es_client.index(
|
||||
index=index_name,
|
||||
id=execution.id,
|
||||
body=doc,
|
||||
refresh="wait_for" # Ensure document is searchable immediately
|
||||
)
|
||||
|
||||
# Update cache
|
||||
self._execution_cache[execution.id] = execution
|
||||
|
||||
logger.debug(f"Saved workflow node execution {execution.id} to index {index_name}")
|
||||
|
||||
except Exception as e:
|
||||
logger.error(f"Failed to save workflow node execution {execution.id}: {e}")
|
||||
raise
|
||||
|
||||
def save_execution_data(self, execution: WorkflowNodeExecution) -> None:
|
||||
"""
|
||||
Save or update the inputs, process_data, or outputs for a node execution.
|
||||
|
||||
Args:
|
||||
execution: The NodeExecution with updated data
|
||||
"""
|
||||
try:
|
||||
index_name = self._get_index_name(execution.created_at)
|
||||
|
||||
# Prepare partial update document
|
||||
update_doc = {}
|
||||
if execution.inputs is not None:
|
||||
update_doc["inputs"] = execution.inputs
|
||||
if execution.process_data is not None:
|
||||
update_doc["process_data"] = execution.process_data
|
||||
if execution.outputs is not None:
|
||||
update_doc["outputs"] = execution.outputs
|
||||
|
||||
if update_doc:
|
||||
# Serialize complex data in update document
|
||||
serialized_update_doc = {}
|
||||
for key, value in update_doc.items():
|
||||
serialized_update_doc[key] = self._serialize_complex_data(value)
|
||||
|
||||
self._es_client.update(
|
||||
index=index_name,
|
||||
id=execution.id,
|
||||
body={"doc": serialized_update_doc},
|
||||
refresh="wait_for"
|
||||
)
|
||||
|
||||
# Update cache
|
||||
if execution.id in self._execution_cache:
|
||||
cached_execution = self._execution_cache[execution.id]
|
||||
if execution.inputs is not None:
|
||||
cached_execution.inputs = execution.inputs
|
||||
if execution.process_data is not None:
|
||||
cached_execution.process_data = execution.process_data
|
||||
if execution.outputs is not None:
|
||||
cached_execution.outputs = execution.outputs
|
||||
|
||||
logger.debug(f"Updated execution data for {execution.id}")
|
||||
|
||||
except NotFoundError:
|
||||
# Document doesn't exist, create it
|
||||
self.save(execution)
|
||||
except Exception as e:
|
||||
logger.error(f"Failed to update execution data for {execution.id}: {e}")
|
||||
raise
|
||||
|
||||
def get_by_workflow_run(
|
||||
self,
|
||||
workflow_run_id: str,
|
||||
order_config: OrderConfig | None = None,
|
||||
) -> Sequence[WorkflowNodeExecution]:
|
||||
"""
|
||||
Retrieve all NodeExecution instances for a specific workflow run.
|
||||
|
||||
Args:
|
||||
workflow_run_id: The workflow run ID
|
||||
order_config: Optional configuration for ordering results
|
||||
|
||||
Returns:
|
||||
A list of NodeExecution instances
|
||||
"""
|
||||
try:
|
||||
# Build query
|
||||
query = {
|
||||
"bool": {
|
||||
"must": [
|
||||
{"term": {"tenant_id": self._tenant_id}},
|
||||
{"term": {"workflow_execution_id": workflow_run_id}},
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
if self._app_id:
|
||||
query["bool"]["must"].append({"term": {"app_id": self._app_id}})
|
||||
|
||||
if self._triggered_from:
|
||||
query["bool"]["must"].append({"term": {"triggered_from": self._triggered_from.value}})
|
||||
|
||||
# Build sort configuration
|
||||
sort_config = []
|
||||
if order_config and order_config.order_by:
|
||||
for field in order_config.order_by:
|
||||
direction = "desc" if order_config.order_direction == "desc" else "asc"
|
||||
sort_config.append({field: {"order": direction}})
|
||||
else:
|
||||
# Default sort by index and created_at
|
||||
sort_config = [
|
||||
{"index": {"order": "asc"}},
|
||||
{"created_at": {"order": "asc"}}
|
||||
]
|
||||
|
||||
# Search across all indices for this tenant
|
||||
index_pattern = f"{self._index_prefix}-{self._tenant_id}-*"
|
||||
|
||||
response = self._es_client.search(
|
||||
index=index_pattern,
|
||||
body={
|
||||
"query": query,
|
||||
"sort": sort_config,
|
||||
"size": 10000, # Adjust based on expected max executions per workflow
|
||||
}
|
||||
)
|
||||
|
||||
executions = []
|
||||
for hit in response["hits"]["hits"]:
|
||||
execution = self._from_es_document(hit)
|
||||
executions.append(execution)
|
||||
# Update cache
|
||||
self._execution_cache[execution.id] = execution
|
||||
|
||||
return executions
|
||||
|
||||
except Exception as e:
|
||||
logger.error("Failed to retrieve executions for workflow run %s: %s", workflow_run_id, e)
|
||||
raise
|
||||
@@ -1,7 +1,6 @@
|
||||
from typing import Any
|
||||
|
||||
from openai import BaseModel
|
||||
from pydantic import Field
|
||||
from pydantic import BaseModel, Field
|
||||
|
||||
from core.app.entities.app_invoke_entities import InvokeFrom
|
||||
from core.tools.entities.tool_entities import CredentialType, ToolInvokeFrom
|
||||
|
||||
@@ -0,0 +1,121 @@
|
||||
"""
|
||||
Adapter for converting WorkflowExecution domain entities to WorkflowRun database models.
|
||||
|
||||
This adapter bridges the gap between the core domain model (WorkflowExecution)
|
||||
and the database model (WorkflowRun) that APIs expect.
|
||||
"""
|
||||
|
||||
import json
|
||||
import logging
|
||||
|
||||
from core.workflow.entities import WorkflowExecution
|
||||
from core.workflow.enums import WorkflowExecutionStatus
|
||||
from models.workflow import WorkflowRun
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class WorkflowExecutionToRunAdapter:
|
||||
"""
|
||||
Adapter for converting WorkflowExecution domain entities to WorkflowRun database models.
|
||||
|
||||
This adapter ensures that API endpoints that expect WorkflowRun data can work
|
||||
with WorkflowExecution entities stored in Elasticsearch.
|
||||
"""
|
||||
|
||||
@staticmethod
|
||||
def to_workflow_run(
|
||||
execution: WorkflowExecution,
|
||||
tenant_id: str,
|
||||
app_id: str,
|
||||
triggered_from: str,
|
||||
created_by_role: str,
|
||||
created_by: str,
|
||||
) -> WorkflowRun:
|
||||
"""
|
||||
Convert a WorkflowExecution domain entity to a WorkflowRun database model.
|
||||
|
||||
Args:
|
||||
execution: The WorkflowExecution domain entity
|
||||
tenant_id: Tenant identifier
|
||||
app_id: Application identifier
|
||||
triggered_from: Source of the execution trigger
|
||||
created_by_role: Role of the user who created the execution
|
||||
created_by: ID of the user who created the execution
|
||||
|
||||
Returns:
|
||||
WorkflowRun database model instance
|
||||
"""
|
||||
# Map WorkflowExecutionStatus to string
|
||||
status_mapping = {
|
||||
WorkflowExecutionStatus.RUNNING: "running",
|
||||
WorkflowExecutionStatus.SUCCEEDED: "succeeded",
|
||||
WorkflowExecutionStatus.FAILED: "failed",
|
||||
WorkflowExecutionStatus.STOPPED: "stopped",
|
||||
WorkflowExecutionStatus.PARTIAL_SUCCEEDED: "partial-succeeded",
|
||||
}
|
||||
|
||||
workflow_run = WorkflowRun()
|
||||
workflow_run.id = execution.id_
|
||||
workflow_run.tenant_id = tenant_id
|
||||
workflow_run.app_id = app_id
|
||||
workflow_run.workflow_id = execution.workflow_id
|
||||
workflow_run.type = execution.workflow_type.value
|
||||
workflow_run.triggered_from = triggered_from
|
||||
workflow_run.version = execution.workflow_version
|
||||
workflow_run.graph = json.dumps(execution.graph) if execution.graph else None
|
||||
workflow_run.inputs = json.dumps(execution.inputs) if execution.inputs else None
|
||||
workflow_run.status = status_mapping.get(execution.status, "running")
|
||||
workflow_run.outputs = json.dumps(execution.outputs) if execution.outputs else None
|
||||
workflow_run.error = execution.error_message
|
||||
workflow_run.elapsed_time = execution.elapsed_time
|
||||
workflow_run.total_tokens = execution.total_tokens
|
||||
workflow_run.total_steps = execution.total_steps
|
||||
workflow_run.created_by_role = created_by_role
|
||||
workflow_run.created_by = created_by
|
||||
workflow_run.created_at = execution.started_at
|
||||
workflow_run.finished_at = execution.finished_at
|
||||
workflow_run.exceptions_count = execution.exceptions_count
|
||||
|
||||
return workflow_run
|
||||
|
||||
@staticmethod
|
||||
def from_workflow_run(workflow_run: WorkflowRun) -> WorkflowExecution:
|
||||
"""
|
||||
Convert a WorkflowRun database model to a WorkflowExecution domain entity.
|
||||
|
||||
Args:
|
||||
workflow_run: The WorkflowRun database model
|
||||
|
||||
Returns:
|
||||
WorkflowExecution domain entity
|
||||
"""
|
||||
from core.workflow.enums import WorkflowType
|
||||
|
||||
# Map string status to WorkflowExecutionStatus
|
||||
status_mapping = {
|
||||
"running": WorkflowExecutionStatus.RUNNING,
|
||||
"succeeded": WorkflowExecutionStatus.SUCCEEDED,
|
||||
"failed": WorkflowExecutionStatus.FAILED,
|
||||
"stopped": WorkflowExecutionStatus.STOPPED,
|
||||
"partial-succeeded": WorkflowExecutionStatus.PARTIAL_SUCCEEDED,
|
||||
}
|
||||
|
||||
execution = WorkflowExecution(
|
||||
id_=workflow_run.id,
|
||||
workflow_id=workflow_run.workflow_id,
|
||||
workflow_version=workflow_run.version,
|
||||
workflow_type=WorkflowType(workflow_run.type),
|
||||
graph=workflow_run.graph_dict,
|
||||
inputs=workflow_run.inputs_dict,
|
||||
outputs=workflow_run.outputs_dict,
|
||||
status=status_mapping.get(workflow_run.status, WorkflowExecutionStatus.RUNNING),
|
||||
error_message=workflow_run.error or "",
|
||||
total_tokens=workflow_run.total_tokens,
|
||||
total_steps=workflow_run.total_steps,
|
||||
exceptions_count=workflow_run.exceptions_count,
|
||||
started_at=workflow_run.created_at,
|
||||
finished_at=workflow_run.finished_at,
|
||||
)
|
||||
|
||||
return execution
|
||||
@@ -20,6 +20,7 @@ class ModelInvokeCompletedEvent(NodeEventBase):
|
||||
usage: LLMUsage
|
||||
finish_reason: str | None = None
|
||||
reasoning_content: str | None = None
|
||||
structured_output: dict | None = None
|
||||
|
||||
|
||||
class RunRetryEvent(NodeEventBase):
|
||||
|
||||
@@ -87,7 +87,7 @@ class Executor:
|
||||
node_data.authorization.config.api_key
|
||||
).text
|
||||
|
||||
self.url: str = node_data.url
|
||||
self.url = node_data.url
|
||||
self.method = node_data.method
|
||||
self.auth = node_data.authorization
|
||||
self.timeout = timeout
|
||||
@@ -349,11 +349,10 @@ class Executor:
|
||||
"timeout": (self.timeout.connect, self.timeout.read, self.timeout.write),
|
||||
"ssl_verify": self.ssl_verify,
|
||||
"follow_redirects": True,
|
||||
"max_retries": self.max_retries,
|
||||
}
|
||||
# request_args = {k: v for k, v in request_args.items() if v is not None}
|
||||
try:
|
||||
response: httpx.Response = _METHOD_MAP[method_lc](**request_args)
|
||||
response: httpx.Response = _METHOD_MAP[method_lc](**request_args, max_retries=self.max_retries)
|
||||
except (ssrf_proxy.MaxRetriesExceededError, httpx.RequestError) as e:
|
||||
raise HttpRequestNodeError(str(e)) from e
|
||||
# FIXME: fix type ignore, this maybe httpx type issue
|
||||
|
||||
@@ -165,6 +165,8 @@ class HttpRequestNode(Node):
|
||||
body_type = typed_node_data.body.type
|
||||
data = typed_node_data.body.data
|
||||
match body_type:
|
||||
case "none":
|
||||
pass
|
||||
case "binary":
|
||||
if len(data) != 1:
|
||||
raise RequestBodyError("invalid body data, should have only one item")
|
||||
|
||||
@@ -83,7 +83,7 @@ class IfElseNode(Node):
|
||||
else:
|
||||
# TODO: Update database then remove this
|
||||
# Fallback to old structure if cases are not defined
|
||||
input_conditions, group_result, final_result = _should_not_use_old_function( # ty: ignore [deprecated]
|
||||
input_conditions, group_result, final_result = _should_not_use_old_function( # pyright: ignore [reportDeprecated]
|
||||
condition_processor=condition_processor,
|
||||
variable_pool=self.graph_runtime_state.variable_pool,
|
||||
conditions=self._node_data.conditions or [],
|
||||
|
||||
@@ -136,6 +136,11 @@ class KnowledgeIndexNode(Node):
|
||||
document = db.session.query(Document).filter_by(id=document_id.value).first()
|
||||
if not document:
|
||||
raise KnowledgeIndexNodeError(f"Document {document_id.value} not found.")
|
||||
doc_id_value = document.id
|
||||
ds_id_value = dataset.id
|
||||
dataset_name_value = dataset.name
|
||||
document_name_value = document.name
|
||||
created_at_value = document.created_at
|
||||
# chunk nodes by chunk size
|
||||
indexing_start_at = time.perf_counter()
|
||||
index_processor = IndexProcessorFactory(dataset.chunk_structure).init_index_processor()
|
||||
@@ -161,16 +166,16 @@ class KnowledgeIndexNode(Node):
|
||||
document.word_count = (
|
||||
db.session.query(func.sum(DocumentSegment.word_count))
|
||||
.where(
|
||||
DocumentSegment.document_id == document.id,
|
||||
DocumentSegment.dataset_id == dataset.id,
|
||||
DocumentSegment.document_id == doc_id_value,
|
||||
DocumentSegment.dataset_id == ds_id_value,
|
||||
)
|
||||
.scalar()
|
||||
)
|
||||
db.session.add(document)
|
||||
# update document segment status
|
||||
db.session.query(DocumentSegment).where(
|
||||
DocumentSegment.document_id == document.id,
|
||||
DocumentSegment.dataset_id == dataset.id,
|
||||
DocumentSegment.document_id == doc_id_value,
|
||||
DocumentSegment.dataset_id == ds_id_value,
|
||||
).update(
|
||||
{
|
||||
DocumentSegment.status: "completed",
|
||||
@@ -182,13 +187,13 @@ class KnowledgeIndexNode(Node):
|
||||
db.session.commit()
|
||||
|
||||
return {
|
||||
"dataset_id": dataset.id,
|
||||
"dataset_name": dataset.name,
|
||||
"dataset_id": ds_id_value,
|
||||
"dataset_name": dataset_name_value,
|
||||
"batch": batch.value,
|
||||
"document_id": document.id,
|
||||
"document_name": document.name,
|
||||
"created_at": document.created_at.timestamp(),
|
||||
"display_status": document.indexing_status,
|
||||
"document_id": doc_id_value,
|
||||
"document_name": document_name_value,
|
||||
"created_at": created_at_value.timestamp(),
|
||||
"display_status": "completed",
|
||||
}
|
||||
|
||||
def _get_preview_output(self, chunk_structure: str, chunks: Any) -> Mapping[str, Any]:
|
||||
|
||||
@@ -107,7 +107,7 @@ class KnowledgeRetrievalNode(Node):
|
||||
graph_runtime_state=graph_runtime_state,
|
||||
)
|
||||
# LLM file outputs, used for MultiModal outputs.
|
||||
self._file_outputs: list[File] = []
|
||||
self._file_outputs = []
|
||||
|
||||
if llm_file_saver is None:
|
||||
llm_file_saver = FileSaverImpl(
|
||||
|
||||
@@ -161,6 +161,8 @@ class ListOperatorNode(Node):
|
||||
elif isinstance(variable, ArrayFileSegment):
|
||||
if isinstance(condition.value, str):
|
||||
value = self.graph_runtime_state.variable_pool.convert_template(condition.value).text
|
||||
elif isinstance(condition.value, bool):
|
||||
raise ValueError(f"File filter expects a string value, got {type(condition.value)}")
|
||||
else:
|
||||
value = condition.value
|
||||
filter_func = _get_file_filter_func(
|
||||
|
||||
@@ -46,7 +46,7 @@ class LLMFileSaver(tp.Protocol):
|
||||
dot (`.`). For example, `.py` and `.tar.gz` are both valid values, while `py`
|
||||
and `tar.gz` are not.
|
||||
"""
|
||||
pass
|
||||
raise NotImplementedError()
|
||||
|
||||
def save_remote_url(self, url: str, file_type: FileType) -> File:
|
||||
"""save_remote_url saves the file from a remote url returned by LLM.
|
||||
@@ -56,7 +56,7 @@ class LLMFileSaver(tp.Protocol):
|
||||
:param url: the url of the file.
|
||||
:param file_type: the file type of the file, check `FileType` enum for reference.
|
||||
"""
|
||||
pass
|
||||
raise NotImplementedError()
|
||||
|
||||
|
||||
EngineFactory: tp.TypeAlias = tp.Callable[[], Engine]
|
||||
|
||||
@@ -23,6 +23,7 @@ from core.model_runtime.entities.llm_entities import (
|
||||
LLMResult,
|
||||
LLMResultChunk,
|
||||
LLMResultChunkWithStructuredOutput,
|
||||
LLMResultWithStructuredOutput,
|
||||
LLMStructuredOutput,
|
||||
LLMUsage,
|
||||
)
|
||||
@@ -127,7 +128,7 @@ class LLMNode(Node):
|
||||
graph_runtime_state=graph_runtime_state,
|
||||
)
|
||||
# LLM file outputs, used for MultiModal outputs.
|
||||
self._file_outputs: list[File] = []
|
||||
self._file_outputs = []
|
||||
|
||||
if llm_file_saver is None:
|
||||
llm_file_saver = FileSaverImpl(
|
||||
@@ -165,6 +166,7 @@ class LLMNode(Node):
|
||||
node_inputs: dict[str, Any] = {}
|
||||
process_data: dict[str, Any] = {}
|
||||
result_text = ""
|
||||
clean_text = ""
|
||||
usage = LLMUsage.empty_usage()
|
||||
finish_reason = None
|
||||
reasoning_content = None
|
||||
@@ -278,6 +280,13 @@ class LLMNode(Node):
|
||||
# Extract clean text from <think> tags
|
||||
clean_text, _ = LLMNode._split_reasoning(result_text, self._node_data.reasoning_format)
|
||||
|
||||
# Process structured output if available from the event.
|
||||
structured_output = (
|
||||
LLMStructuredOutput(structured_output=event.structured_output)
|
||||
if event.structured_output
|
||||
else None
|
||||
)
|
||||
|
||||
# deduct quota
|
||||
llm_utils.deduct_llm_quota(tenant_id=self.tenant_id, model_instance=model_instance, usage=usage)
|
||||
break
|
||||
@@ -1048,7 +1057,7 @@ class LLMNode(Node):
|
||||
@staticmethod
|
||||
def handle_blocking_result(
|
||||
*,
|
||||
invoke_result: LLMResult,
|
||||
invoke_result: LLMResult | LLMResultWithStructuredOutput,
|
||||
saver: LLMFileSaver,
|
||||
file_outputs: list["File"],
|
||||
reasoning_format: Literal["separated", "tagged"] = "tagged",
|
||||
@@ -1079,6 +1088,8 @@ class LLMNode(Node):
|
||||
finish_reason=None,
|
||||
# Reasoning content for workflow variables and downstream nodes
|
||||
reasoning_content=reasoning_content,
|
||||
# Pass structured output if enabled
|
||||
structured_output=getattr(invoke_result, "structured_output", None),
|
||||
)
|
||||
|
||||
@staticmethod
|
||||
|
||||
@@ -179,6 +179,6 @@ CHAT_EXAMPLE = [
|
||||
"required": ["food"],
|
||||
},
|
||||
},
|
||||
"assistant": {"text": "I need to output a valid JSON object.", "json": {"result": "apple pie"}},
|
||||
"assistant": {"text": "I need to output a valid JSON object.", "json": {"food": "apple pie"}},
|
||||
},
|
||||
]
|
||||
|
||||
@@ -68,7 +68,7 @@ class QuestionClassifierNode(Node):
|
||||
graph_runtime_state=graph_runtime_state,
|
||||
)
|
||||
# LLM file outputs, used for MultiModal outputs.
|
||||
self._file_outputs: list[File] = []
|
||||
self._file_outputs = []
|
||||
|
||||
if llm_file_saver is None:
|
||||
llm_file_saver = FileSaverImpl(
|
||||
@@ -111,9 +111,9 @@ class QuestionClassifierNode(Node):
|
||||
query = variable.value if variable else None
|
||||
variables = {"query": query}
|
||||
# fetch model config
|
||||
model_instance, model_config = LLMNode._fetch_model_config(
|
||||
node_data_model=node_data.model,
|
||||
model_instance, model_config = llm_utils.fetch_model_config(
|
||||
tenant_id=self.tenant_id,
|
||||
node_data_model=node_data.model,
|
||||
)
|
||||
# fetch memory
|
||||
memory = llm_utils.fetch_memory(
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import os
|
||||
from collections.abc import Mapping, Sequence
|
||||
from typing import Any
|
||||
|
||||
from configs import dify_config
|
||||
from core.helper.code_executor.code_executor import CodeExecutionError, CodeExecutor, CodeLanguage
|
||||
from core.workflow.enums import ErrorStrategy, NodeType, WorkflowNodeExecutionStatus
|
||||
from core.workflow.node_events import NodeRunResult
|
||||
@@ -9,7 +9,7 @@ from core.workflow.nodes.base.entities import BaseNodeData, RetryConfig
|
||||
from core.workflow.nodes.base.node import Node
|
||||
from core.workflow.nodes.template_transform.entities import TemplateTransformNodeData
|
||||
|
||||
MAX_TEMPLATE_TRANSFORM_OUTPUT_LENGTH = int(os.environ.get("TEMPLATE_TRANSFORM_MAX_LENGTH", "80000"))
|
||||
MAX_TEMPLATE_TRANSFORM_OUTPUT_LENGTH = dify_config.TEMPLATE_TRANSFORM_MAX_LENGTH
|
||||
|
||||
|
||||
class TemplateTransformNode(Node):
|
||||
|
||||
@@ -416,4 +416,8 @@ class WorkflowEntry:
|
||||
|
||||
# append variable and value to variable pool
|
||||
if variable_node_id != ENVIRONMENT_VARIABLE_NODE_ID:
|
||||
# In single run, the input_value is set as the LLM's structured output value within the variable_pool.
|
||||
if len(variable_key_list) == 2 and variable_key_list[0] == "structured_output":
|
||||
input_value = {variable_key_list[1]: input_value}
|
||||
variable_key_list = variable_key_list[0:1]
|
||||
variable_pool.add([variable_node_id] + variable_key_list, input_value)
|
||||
|
||||
@@ -0,0 +1,129 @@
|
||||
# 完整的 Elasticsearch 配置指南
|
||||
|
||||
## 🔧 **问题修复总结**
|
||||
|
||||
我已经修复了以下问题:
|
||||
|
||||
### 1. **构造函数参数不匹配**
|
||||
- **错误**: `ElasticsearchWorkflowExecutionRepository.__init__() got an unexpected keyword argument 'session_factory'`
|
||||
- **修复**: 修改构造函数接受 `session_factory` 参数,从全局扩展获取 Elasticsearch 客户端
|
||||
|
||||
### 2. **导入错误**
|
||||
- **错误**: `name 'sessionmaker' is not defined`
|
||||
- **修复**: 添加必要的 SQLAlchemy 导入
|
||||
|
||||
### 3. **SSL/HTTPS 配置**
|
||||
- **错误**: `received plaintext http traffic on an https channel`
|
||||
- **修复**: 使用 HTTPS 连接和正确的认证信息
|
||||
|
||||
### 4. **实体属性不匹配**
|
||||
- **错误**: `'WorkflowExecution' object has no attribute 'created_at'` 和 `'WorkflowExecution' object has no attribute 'id'`
|
||||
- **修复**: 使用正确的属性名:
|
||||
- `id_` 而不是 `id`
|
||||
- `started_at` 而不是 `created_at`
|
||||
- `error_message` 而不是 `error`
|
||||
|
||||
## 📋 **完整的 .env 配置**
|
||||
|
||||
请将以下配置添加到您的 `dify/api/.env` 文件:
|
||||
|
||||
```bash
|
||||
# ====================================
|
||||
# Elasticsearch 配置
|
||||
# ====================================
|
||||
|
||||
# 启用 Elasticsearch
|
||||
ELASTICSEARCH_ENABLED=true
|
||||
|
||||
# 连接设置(注意使用 HTTPS)
|
||||
ELASTICSEARCH_HOSTS=["https://localhost:9200"]
|
||||
ELASTICSEARCH_USERNAME=elastic
|
||||
ELASTICSEARCH_PASSWORD=2gYvv6+O36PGwaVD6yzE
|
||||
|
||||
# SSL 设置
|
||||
ELASTICSEARCH_USE_SSL=true
|
||||
ELASTICSEARCH_VERIFY_CERTS=false
|
||||
|
||||
# 性能设置
|
||||
ELASTICSEARCH_TIMEOUT=30
|
||||
ELASTICSEARCH_MAX_RETRIES=3
|
||||
ELASTICSEARCH_INDEX_PREFIX=dify
|
||||
ELASTICSEARCH_RETENTION_DAYS=30
|
||||
|
||||
# ====================================
|
||||
# Repository Factory 配置
|
||||
# 切换到 Elasticsearch 实现
|
||||
# ====================================
|
||||
|
||||
# 核心工作流 repositories
|
||||
CORE_WORKFLOW_EXECUTION_REPOSITORY=core.repositories.elasticsearch_workflow_execution_repository.ElasticsearchWorkflowExecutionRepository
|
||||
CORE_WORKFLOW_NODE_EXECUTION_REPOSITORY=core.repositories.elasticsearch_workflow_node_execution_repository.ElasticsearchWorkflowNodeExecutionRepository
|
||||
|
||||
# API 服务层 repositories
|
||||
API_WORKFLOW_RUN_REPOSITORY=repositories.elasticsearch_api_workflow_run_repository.ElasticsearchAPIWorkflowRunRepository
|
||||
```
|
||||
|
||||
## 🚀 **使用步骤**
|
||||
|
||||
### 1. 配置环境变量
|
||||
将上述配置复制到您的 `.env` 文件中
|
||||
|
||||
### 2. 重启应用
|
||||
重启 Dify API 服务以加载新配置
|
||||
|
||||
### 3. 测试连接
|
||||
```bash
|
||||
flask elasticsearch status
|
||||
```
|
||||
|
||||
### 4. 执行迁移
|
||||
```bash
|
||||
# 干运行测试
|
||||
flask elasticsearch migrate --dry-run
|
||||
|
||||
# 实际迁移(替换为您的实际 tenant_id)
|
||||
flask elasticsearch migrate --tenant-id your-tenant-id
|
||||
|
||||
# 验证迁移结果
|
||||
flask elasticsearch validate --tenant-id your-tenant-id
|
||||
```
|
||||
|
||||
## 📊 **四个日志表的处理方式**
|
||||
|
||||
| 表名 | Repository 配置 | 实现类 |
|
||||
|------|----------------|--------|
|
||||
| `workflow_runs` | `API_WORKFLOW_RUN_REPOSITORY` | `ElasticsearchAPIWorkflowRunRepository` |
|
||||
| `workflow_node_executions` | `CORE_WORKFLOW_NODE_EXECUTION_REPOSITORY` | `ElasticsearchWorkflowNodeExecutionRepository` |
|
||||
| `workflow_app_logs` | 不使用 factory | `ElasticsearchWorkflowAppLogRepository` |
|
||||
| `workflow_node_execution_offload` | 集成处理 | 在 node executions 中自动处理 |
|
||||
|
||||
## ✅ **验证配置正确性**
|
||||
|
||||
配置完成后,您可以通过以下方式验证:
|
||||
|
||||
1. **检查应用启动**: 应用应该能正常启动,无错误日志
|
||||
2. **测试 Elasticsearch 连接**: `flask elasticsearch status` 应该显示集群状态
|
||||
3. **测试工作流执行**: 在 Dify 界面中执行工作流,检查是否有错误
|
||||
|
||||
## 🔄 **回滚方案**
|
||||
|
||||
如果需要回滚到 PostgreSQL,只需注释掉或删除 Repository 配置:
|
||||
|
||||
```bash
|
||||
# 注释掉这些行以回滚到 PostgreSQL
|
||||
# CORE_WORKFLOW_EXECUTION_REPOSITORY=core.repositories.elasticsearch_workflow_execution_repository.ElasticsearchWorkflowExecutionRepository
|
||||
# CORE_WORKFLOW_NODE_EXECUTION_REPOSITORY=core.repositories.elasticsearch_workflow_node_execution_repository.ElasticsearchWorkflowNodeExecutionRepository
|
||||
# API_WORKFLOW_RUN_REPOSITORY=repositories.elasticsearch_api_workflow_run_repository.ElasticsearchAPIWorkflowRunRepository
|
||||
```
|
||||
|
||||
## 🎯 **关键优势**
|
||||
|
||||
切换到 Elasticsearch 后,您将获得:
|
||||
|
||||
1. **更好的性能**: 专为日志数据优化的存储引擎
|
||||
2. **全文搜索**: 支持复杂的日志搜索和分析
|
||||
3. **时间序列优化**: 自动索引轮转和数据生命周期管理
|
||||
4. **水平扩展**: 支持集群扩展处理大量数据
|
||||
5. **实时分析**: 近实时的数据查询和聚合分析
|
||||
|
||||
现在所有的错误都已经修复,您可以安全地使用 Elasticsearch 作为工作流日志的存储后端了!
|
||||
@@ -0,0 +1,86 @@
|
||||
# Elasticsearch 错误修复总结
|
||||
|
||||
## 🔍 **遇到的错误和修复方案**
|
||||
|
||||
### 错误 1: 命令未找到
|
||||
**错误**: `No such command 'elasticsearch'`
|
||||
**原因**: CLI 命令没有正确注册
|
||||
**修复**: 将命令添加到 `commands.py` 并在 `ext_commands.py` 中注册
|
||||
|
||||
### 错误 2: SSL/HTTPS 配置问题
|
||||
**错误**: `received plaintext http traffic on an https channel`
|
||||
**原因**: Elasticsearch 启用了 HTTPS,但客户端使用 HTTP
|
||||
**修复**: 使用 HTTPS 连接和正确的认证信息
|
||||
|
||||
### 错误 3: 构造函数参数不匹配
|
||||
**错误**: `ElasticsearchWorkflowExecutionRepository.__init__() got an unexpected keyword argument 'session_factory'`
|
||||
**原因**: Factory 传递的参数与 Elasticsearch repository 构造函数不匹配
|
||||
**修复**: 修改构造函数接受 `session_factory` 参数,从全局扩展获取 ES 客户端
|
||||
|
||||
### 错误 4: 导入错误
|
||||
**错误**: `name 'sessionmaker' is not defined`
|
||||
**原因**: 类型注解中使用了未导入的类型
|
||||
**修复**: 添加必要的 SQLAlchemy 导入
|
||||
|
||||
### 错误 5: 实体属性不匹配
|
||||
**错误**: `'WorkflowExecution' object has no attribute 'created_at'` 和 `'id'`
|
||||
**原因**: WorkflowExecution 实体使用不同的属性名
|
||||
**修复**: 使用正确的属性名:
|
||||
- `id_` 而不是 `id`
|
||||
- `started_at` 而不是 `created_at`
|
||||
- `error_message` 而不是 `error`
|
||||
|
||||
### 错误 6: JSON 序列化问题
|
||||
**错误**: `Unable to serialize ArrayFileSegment`
|
||||
**原因**: Elasticsearch 无法序列化 Dify 的自定义 Segment 对象
|
||||
**修复**: 添加 `_serialize_complex_data()` 方法,使用 `jsonable_encoder` 处理复杂对象
|
||||
|
||||
## ✅ **最终解决方案**
|
||||
|
||||
### 完整的 .env 配置
|
||||
```bash
|
||||
# Elasticsearch 配置
|
||||
ELASTICSEARCH_ENABLED=true
|
||||
ELASTICSEARCH_HOSTS=["https://localhost:9200"]
|
||||
ELASTICSEARCH_USERNAME=elastic
|
||||
ELASTICSEARCH_PASSWORD=2gYvv6+O36PGwaVD6yzE
|
||||
ELASTICSEARCH_USE_SSL=true
|
||||
ELASTICSEARCH_VERIFY_CERTS=false
|
||||
ELASTICSEARCH_TIMEOUT=30
|
||||
ELASTICSEARCH_MAX_RETRIES=3
|
||||
ELASTICSEARCH_INDEX_PREFIX=dify
|
||||
ELASTICSEARCH_RETENTION_DAYS=30
|
||||
|
||||
# Repository Factory 配置
|
||||
CORE_WORKFLOW_EXECUTION_REPOSITORY=core.repositories.elasticsearch_workflow_execution_repository.ElasticsearchWorkflowExecutionRepository
|
||||
CORE_WORKFLOW_NODE_EXECUTION_REPOSITORY=core.repositories.elasticsearch_workflow_node_execution_repository.ElasticsearchWorkflowNodeExecutionRepository
|
||||
API_WORKFLOW_RUN_REPOSITORY=repositories.elasticsearch_api_workflow_run_repository.ElasticsearchAPIWorkflowRunRepository
|
||||
```
|
||||
|
||||
### 关键修复点
|
||||
1. **序列化处理**: 所有复杂对象都通过 `jsonable_encoder` 序列化
|
||||
2. **属性映射**: 正确映射 WorkflowExecution 实体属性
|
||||
3. **构造函数兼容**: 与现有 factory 模式完全兼容
|
||||
4. **错误处理**: 完善的错误处理和日志记录
|
||||
|
||||
## 🚀 **使用步骤**
|
||||
|
||||
1. **配置环境**: 将上述配置添加到 `.env` 文件
|
||||
2. **重启应用**: 重启 Dify API 服务
|
||||
3. **测试功能**: 执行工作流,检查是否正常工作
|
||||
4. **查看日志**: 检查 Elasticsearch 中的日志数据
|
||||
|
||||
## 📊 **验证方法**
|
||||
|
||||
```bash
|
||||
# 检查 Elasticsearch 状态
|
||||
flask elasticsearch status
|
||||
|
||||
# 查看索引和数据
|
||||
curl -k -u elastic:2gYvv6+O36PGwaVD6yzE -X GET "https://localhost:9200/_cat/indices/dify-*?v"
|
||||
|
||||
# 查看具体数据
|
||||
curl -k -u elastic:2gYvv6+O36PGwaVD6yzE -X GET "https://localhost:9200/dify-*/_search?pretty&size=1"
|
||||
```
|
||||
|
||||
现在所有错误都已修复,Elasticsearch 集成应该可以正常工作了!
|
||||
@@ -0,0 +1,66 @@
|
||||
# Elasticsearch Factory 配置指南
|
||||
|
||||
## 配置您的 .env 文件
|
||||
|
||||
请在您的 `dify/api/.env` 文件中添加以下配置:
|
||||
|
||||
### 1. Elasticsearch 连接配置
|
||||
|
||||
```bash
|
||||
# 启用 Elasticsearch
|
||||
ELASTICSEARCH_ENABLED=true
|
||||
|
||||
# 连接设置(使用 HTTPS 和认证)
|
||||
ELASTICSEARCH_HOSTS=["https://localhost:9200"]
|
||||
ELASTICSEARCH_USERNAME=elastic
|
||||
ELASTICSEARCH_PASSWORD=2gYvv6+O36PGwaVD6yzE
|
||||
|
||||
# SSL 设置
|
||||
ELASTICSEARCH_USE_SSL=true
|
||||
ELASTICSEARCH_VERIFY_CERTS=false
|
||||
|
||||
# 性能设置
|
||||
ELASTICSEARCH_TIMEOUT=30
|
||||
ELASTICSEARCH_MAX_RETRIES=3
|
||||
ELASTICSEARCH_INDEX_PREFIX=dify
|
||||
ELASTICSEARCH_RETENTION_DAYS=30
|
||||
```
|
||||
|
||||
### 2. Factory 模式配置 - 切换到 Elasticsearch 实现
|
||||
|
||||
```bash
|
||||
# 核心工作流 repositories
|
||||
CORE_WORKFLOW_EXECUTION_REPOSITORY=core.repositories.elasticsearch_workflow_execution_repository.ElasticsearchWorkflowExecutionRepository
|
||||
CORE_WORKFLOW_NODE_EXECUTION_REPOSITORY=core.repositories.elasticsearch_workflow_node_execution_repository.ElasticsearchWorkflowNodeExecutionRepository
|
||||
|
||||
# API 服务层 repositories
|
||||
API_WORKFLOW_RUN_REPOSITORY=repositories.elasticsearch_api_workflow_run_repository.ElasticsearchAPIWorkflowRunRepository
|
||||
```
|
||||
|
||||
## 测试配置
|
||||
|
||||
配置完成后,重启应用并测试:
|
||||
|
||||
```bash
|
||||
# 检查连接状态
|
||||
flask elasticsearch status
|
||||
|
||||
# 测试迁移(干运行)
|
||||
flask elasticsearch migrate --dry-run
|
||||
```
|
||||
|
||||
## 四个日志表的 Repository 映射
|
||||
|
||||
| 日志表 | Repository 配置 | 说明 |
|
||||
|--------|----------------|------|
|
||||
| `workflow_runs` | `API_WORKFLOW_RUN_REPOSITORY` | API 服务层使用 |
|
||||
| `workflow_node_executions` | `CORE_WORKFLOW_NODE_EXECUTION_REPOSITORY` | 核心工作流使用 |
|
||||
| `workflow_app_logs` | 直接使用服务 | 不通过 factory 模式 |
|
||||
| `workflow_node_execution_offload` | 集成在 node_executions 中 | 大数据卸载处理 |
|
||||
|
||||
## 注意事项
|
||||
|
||||
1. **密码安全**: 请使用您自己的安全密码替换示例密码
|
||||
2. **渐进迁移**: 建议先在测试环境验证
|
||||
3. **数据备份**: 切换前请确保有完整备份
|
||||
4. **监控**: 切换后密切监控应用性能
|
||||
@@ -0,0 +1,33 @@
|
||||
# ====================================
|
||||
# Elasticsearch 最终配置
|
||||
# 请将以下内容添加到您的 dify/api/.env 文件
|
||||
# ====================================
|
||||
|
||||
# Elasticsearch 连接配置
|
||||
ELASTICSEARCH_ENABLED=true
|
||||
ELASTICSEARCH_HOSTS=["https://localhost:9200"]
|
||||
ELASTICSEARCH_USERNAME=elastic
|
||||
ELASTICSEARCH_PASSWORD=2gYvv6+O36PGwaVD6yzE
|
||||
ELASTICSEARCH_USE_SSL=true
|
||||
ELASTICSEARCH_VERIFY_CERTS=false
|
||||
ELASTICSEARCH_TIMEOUT=30
|
||||
ELASTICSEARCH_MAX_RETRIES=3
|
||||
ELASTICSEARCH_INDEX_PREFIX=dify
|
||||
ELASTICSEARCH_RETENTION_DAYS=30
|
||||
|
||||
# Factory 模式配置 - 选择 Elasticsearch 实现
|
||||
CORE_WORKFLOW_EXECUTION_REPOSITORY=core.repositories.elasticsearch_workflow_execution_repository.ElasticsearchWorkflowExecutionRepository
|
||||
CORE_WORKFLOW_NODE_EXECUTION_REPOSITORY=core.repositories.elasticsearch_workflow_node_execution_repository.ElasticsearchWorkflowNodeExecutionRepository
|
||||
API_WORKFLOW_RUN_REPOSITORY=repositories.elasticsearch_api_workflow_run_repository.ElasticsearchAPIWorkflowRunRepository
|
||||
|
||||
# ====================================
|
||||
# 修复的问题总结:
|
||||
# ====================================
|
||||
# 1. SSL/HTTPS 配置:使用 HTTPS 和正确认证
|
||||
# 2. 构造函数兼容:修改为接受 session_factory 参数
|
||||
# 3. 导入修复:添加必要的 SQLAlchemy 导入
|
||||
# 4. 实体属性:使用正确的 WorkflowExecution 属性名
|
||||
# - id_ (不是 id)
|
||||
# - started_at (不是 created_at)
|
||||
# - error_message (不是 error)
|
||||
# ====================================
|
||||
@@ -0,0 +1,204 @@
|
||||
# Elasticsearch Implementation Summary
|
||||
|
||||
## 概述
|
||||
|
||||
基于您的需求,我已经为 Dify 设计并实现了完整的 Elasticsearch 日志存储方案,用于替代 PostgreSQL 存储四个日志表的数据。这个方案遵循了 Dify 现有的 Repository 模式和 Factory 模式,提供了高性能、可扩展的日志存储解决方案。
|
||||
|
||||
## 实现的组件
|
||||
|
||||
### 1. 核心 Repository 实现
|
||||
|
||||
#### `ElasticsearchWorkflowNodeExecutionRepository`
|
||||
- **位置**: `dify/api/core/repositories/elasticsearch_workflow_node_execution_repository.py`
|
||||
- **功能**: 实现 `WorkflowNodeExecutionRepository` 接口
|
||||
- **特性**:
|
||||
- 时间序列索引优化(按月分割)
|
||||
- 多租户数据隔离
|
||||
- 大数据自动截断和存储
|
||||
- 内存缓存提升性能
|
||||
- 自动索引模板管理
|
||||
|
||||
#### `ElasticsearchWorkflowExecutionRepository`
|
||||
- **位置**: `dify/api/core/repositories/elasticsearch_workflow_execution_repository.py`
|
||||
- **功能**: 实现 `WorkflowExecutionRepository` 接口
|
||||
- **特性**:
|
||||
- 工作流执行数据的 ES 存储
|
||||
- 支持按 ID 查询和删除
|
||||
- 时间序列索引管理
|
||||
|
||||
### 2. API 层 Repository 实现
|
||||
|
||||
#### `ElasticsearchAPIWorkflowRunRepository`
|
||||
- **位置**: `dify/api/repositories/elasticsearch_api_workflow_run_repository.py`
|
||||
- **功能**: 实现 `APIWorkflowRunRepository` 接口
|
||||
- **特性**:
|
||||
- 分页查询支持
|
||||
- 游标分页优化
|
||||
- 批量删除操作
|
||||
- 高级搜索功能(全文搜索)
|
||||
- 过期数据清理
|
||||
|
||||
#### `ElasticsearchWorkflowAppLogRepository`
|
||||
- **位置**: `dify/api/repositories/elasticsearch_workflow_app_log_repository.py`
|
||||
- **功能**: WorkflowAppLog 的 ES 存储实现
|
||||
- **特性**:
|
||||
- 应用日志的高效存储
|
||||
- 多维度过滤查询
|
||||
- 时间范围查询优化
|
||||
|
||||
### 3. 扩展和配置
|
||||
|
||||
#### `ElasticsearchExtension`
|
||||
- **位置**: `dify/api/extensions/ext_elasticsearch.py`
|
||||
- **功能**: Flask 应用的 ES 扩展
|
||||
- **特性**:
|
||||
- 集中化的 ES 客户端管理
|
||||
- 连接健康检查
|
||||
- SSL/认证支持
|
||||
- 配置化连接参数
|
||||
|
||||
#### 配置集成
|
||||
- **位置**: `dify/api/configs/feature/__init__.py`
|
||||
- **新增**: `ElasticsearchConfig` 类
|
||||
- **配置项**:
|
||||
- ES 连接参数
|
||||
- 认证配置
|
||||
- SSL 设置
|
||||
- 性能参数
|
||||
- 索引前缀和保留策略
|
||||
|
||||
### 4. 数据迁移服务
|
||||
|
||||
#### `ElasticsearchMigrationService`
|
||||
- **位置**: `dify/api/services/elasticsearch_migration_service.py`
|
||||
- **功能**: 完整的数据迁移解决方案
|
||||
- **特性**:
|
||||
- 批量数据迁移
|
||||
- 进度跟踪
|
||||
- 数据验证
|
||||
- 回滚支持
|
||||
- 性能监控
|
||||
|
||||
#### CLI 迁移工具
|
||||
- **位置**: `dify/api/commands/migrate_to_elasticsearch.py`
|
||||
- **功能**: 命令行迁移工具
|
||||
- **命令**:
|
||||
- `flask elasticsearch migrate` - 数据迁移
|
||||
- `flask elasticsearch validate` - 数据验证
|
||||
- `flask elasticsearch cleanup-pg` - PG 数据清理
|
||||
- `flask elasticsearch status` - 状态检查
|
||||
|
||||
## 架构设计特点
|
||||
|
||||
### 1. 遵循现有模式
|
||||
- **Repository 模式**: 完全兼容现有的 Repository 接口
|
||||
- **Factory 模式**: 通过配置切换不同实现
|
||||
- **依赖注入**: 支持 sessionmaker 和 ES client 注入
|
||||
- **多租户**: 保持现有的多租户隔离机制
|
||||
|
||||
### 2. 性能优化
|
||||
- **时间序列索引**: 按月分割索引,提升查询性能
|
||||
- **数据截断**: 大数据自动截断,避免 ES 性能问题
|
||||
- **批量操作**: 支持批量写入和删除
|
||||
- **缓存机制**: 内存缓存减少重复查询
|
||||
|
||||
### 3. 可扩展性
|
||||
- **水平扩展**: ES 集群支持水平扩展
|
||||
- **索引轮转**: 自动索引轮转和清理
|
||||
- **配置化**: 所有参数可通过配置调整
|
||||
- **插件化**: 可以轻松添加新的数据类型支持
|
||||
|
||||
### 4. 数据安全
|
||||
- **多租户隔离**: 每个租户独立的索引模式
|
||||
- **数据验证**: 迁移后的数据完整性验证
|
||||
- **备份恢复**: 支持数据备份和恢复策略
|
||||
- **渐进迁移**: 支持增量迁移,降低风险
|
||||
|
||||
## 使用方式
|
||||
|
||||
### 1. 配置切换
|
||||
|
||||
通过环境变量切换到 Elasticsearch:
|
||||
|
||||
```bash
|
||||
# 启用 Elasticsearch
|
||||
ELASTICSEARCH_ENABLED=true
|
||||
ELASTICSEARCH_HOSTS=["http://localhost:9200"]
|
||||
|
||||
# 切换 Repository 实现
|
||||
CORE_WORKFLOW_NODE_EXECUTION_REPOSITORY=core.repositories.elasticsearch_workflow_node_execution_repository.ElasticsearchWorkflowNodeExecutionRepository
|
||||
API_WORKFLOW_RUN_REPOSITORY=repositories.elasticsearch_api_workflow_run_repository.ElasticsearchAPIWorkflowRunRepository
|
||||
```
|
||||
|
||||
### 2. 数据迁移
|
||||
|
||||
```bash
|
||||
# 干运行测试
|
||||
flask elasticsearch migrate --dry-run
|
||||
|
||||
# 实际迁移
|
||||
flask elasticsearch migrate --tenant-id tenant-123
|
||||
|
||||
# 验证迁移
|
||||
flask elasticsearch validate --tenant-id tenant-123
|
||||
```
|
||||
|
||||
### 3. 代码使用
|
||||
|
||||
现有代码无需修改,Repository 接口保持不变:
|
||||
|
||||
```python
|
||||
# 现有代码继续工作
|
||||
from repositories.factory import DifyAPIRepositoryFactory
|
||||
|
||||
session_maker = sessionmaker(bind=db.engine)
|
||||
repo = DifyAPIRepositoryFactory.create_api_workflow_run_repository(session_maker)
|
||||
|
||||
# 自动使用 Elasticsearch 实现
|
||||
runs = repo.get_paginated_workflow_runs(tenant_id, app_id, "debugging")
|
||||
```
|
||||
|
||||
## 优势总结
|
||||
|
||||
### 1. 性能提升
|
||||
- **查询性能**: ES 针对日志查询优化,性能显著提升
|
||||
- **存储效率**: 时间序列数据压缩,存储空间更小
|
||||
- **并发处理**: ES 支持高并发读写操作
|
||||
|
||||
### 2. 功能增强
|
||||
- **全文搜索**: 支持日志内容的全文搜索
|
||||
- **聚合分析**: 支持复杂的数据分析和统计
|
||||
- **实时查询**: 近实时的数据查询能力
|
||||
|
||||
### 3. 运维友好
|
||||
- **自动管理**: 索引自动轮转和清理
|
||||
- **监控完善**: 丰富的监控和告警机制
|
||||
- **扩展简单**: 水平扩展容易实现
|
||||
|
||||
### 4. 兼容性好
|
||||
- **无缝切换**: 现有代码无需修改
|
||||
- **渐进迁移**: 支持逐步迁移,降低风险
|
||||
- **回滚支持**: 可以随时回滚到 PostgreSQL
|
||||
|
||||
## 部署建议
|
||||
|
||||
### 1. 测试环境
|
||||
1. 部署 Elasticsearch 集群
|
||||
2. 配置 Dify 连接 ES
|
||||
3. 执行小规模数据迁移测试
|
||||
4. 验证功能和性能
|
||||
|
||||
### 2. 生产环境
|
||||
1. 规划 ES 集群容量
|
||||
2. 配置监控和告警
|
||||
3. 执行渐进式迁移
|
||||
4. 监控性能和稳定性
|
||||
5. 逐步清理 PostgreSQL 数据
|
||||
|
||||
### 3. 监控要点
|
||||
- ES 集群健康状态
|
||||
- 索引大小和文档数量
|
||||
- 查询性能指标
|
||||
- 迁移进度和错误率
|
||||
|
||||
这个实现方案完全符合 Dify 的架构设计原则,提供了高性能、可扩展的日志存储解决方案,同时保持了良好的向后兼容性和运维友好性。
|
||||
@@ -0,0 +1,297 @@
|
||||
# Elasticsearch Migration Guide
|
||||
|
||||
This guide explains how to migrate workflow log data from PostgreSQL to Elasticsearch for better performance and scalability.
|
||||
|
||||
## Overview
|
||||
|
||||
The Elasticsearch integration provides:
|
||||
|
||||
- **High-performance log storage**: Better suited for time-series log data
|
||||
- **Advanced search capabilities**: Full-text search and complex queries
|
||||
- **Scalability**: Horizontal scaling for large datasets
|
||||
- **Time-series optimization**: Date-based index rotation for efficient storage
|
||||
- **Multi-tenant isolation**: Separate indices per tenant for data isolation
|
||||
|
||||
## Architecture
|
||||
|
||||
The migration involves four main log tables:
|
||||
|
||||
1. **workflow_runs**: Core workflow execution records
|
||||
2. **workflow_app_logs**: Application-level workflow logs
|
||||
3. **workflow_node_executions**: Individual node execution records
|
||||
4. **workflow_node_execution_offload**: Large data offloaded to storage
|
||||
|
||||
## Configuration
|
||||
|
||||
### Environment Variables
|
||||
|
||||
Add the following to your `.env` file:
|
||||
|
||||
```bash
|
||||
# Enable Elasticsearch
|
||||
ELASTICSEARCH_ENABLED=true
|
||||
|
||||
# Elasticsearch connection
|
||||
ELASTICSEARCH_HOSTS=["http://localhost:9200"]
|
||||
ELASTICSEARCH_USERNAME=elastic
|
||||
ELASTICSEARCH_PASSWORD=your_password
|
||||
|
||||
# SSL configuration (optional)
|
||||
ELASTICSEARCH_USE_SSL=false
|
||||
ELASTICSEARCH_VERIFY_CERTS=true
|
||||
ELASTICSEARCH_CA_CERTS=/path/to/ca.crt
|
||||
|
||||
# Performance settings
|
||||
ELASTICSEARCH_TIMEOUT=30
|
||||
ELASTICSEARCH_MAX_RETRIES=3
|
||||
ELASTICSEARCH_INDEX_PREFIX=dify
|
||||
ELASTICSEARCH_RETENTION_DAYS=30
|
||||
```
|
||||
|
||||
### Repository Configuration
|
||||
|
||||
Update your configuration to use Elasticsearch repositories:
|
||||
|
||||
```bash
|
||||
# Core repositories
|
||||
CORE_WORKFLOW_EXECUTION_REPOSITORY=core.repositories.elasticsearch_workflow_execution_repository.ElasticsearchWorkflowExecutionRepository
|
||||
CORE_WORKFLOW_NODE_EXECUTION_REPOSITORY=core.repositories.elasticsearch_workflow_node_execution_repository.ElasticsearchWorkflowNodeExecutionRepository
|
||||
|
||||
# API repositories
|
||||
API_WORKFLOW_RUN_REPOSITORY=repositories.elasticsearch_api_workflow_run_repository.ElasticsearchAPIWorkflowRunRepository
|
||||
```
|
||||
|
||||
## Migration Process
|
||||
|
||||
### 1. Setup Elasticsearch
|
||||
|
||||
First, ensure Elasticsearch is running and accessible:
|
||||
|
||||
```bash
|
||||
# Check Elasticsearch status
|
||||
curl -X GET "localhost:9200/_cluster/health?pretty"
|
||||
```
|
||||
|
||||
### 2. Test Configuration
|
||||
|
||||
Verify your Dify configuration:
|
||||
|
||||
```bash
|
||||
# Check Elasticsearch connection
|
||||
flask elasticsearch status
|
||||
```
|
||||
|
||||
### 3. Dry Run Migration
|
||||
|
||||
Perform a dry run to estimate migration scope:
|
||||
|
||||
```bash
|
||||
# Dry run for all data
|
||||
flask elasticsearch migrate --dry-run
|
||||
|
||||
# Dry run for specific tenant
|
||||
flask elasticsearch migrate --tenant-id tenant-123 --dry-run
|
||||
|
||||
# Dry run for date range
|
||||
flask elasticsearch migrate --start-date 2024-01-01 --end-date 2024-01-31 --dry-run
|
||||
```
|
||||
|
||||
### 4. Incremental Migration
|
||||
|
||||
Start with recent data and work backwards:
|
||||
|
||||
```bash
|
||||
# Migrate last 7 days
|
||||
flask elasticsearch migrate --start-date $(date -d '7 days ago' +%Y-%m-%d)
|
||||
|
||||
# Migrate specific data types
|
||||
flask elasticsearch migrate --data-type workflow_runs
|
||||
flask elasticsearch migrate --data-type app_logs
|
||||
flask elasticsearch migrate --data-type node_executions
|
||||
```
|
||||
|
||||
### 5. Full Migration
|
||||
|
||||
Migrate all historical data:
|
||||
|
||||
```bash
|
||||
# Migrate all data (use appropriate batch size)
|
||||
flask elasticsearch migrate --batch-size 500
|
||||
|
||||
# Migrate specific tenant
|
||||
flask elasticsearch migrate --tenant-id tenant-123
|
||||
```
|
||||
|
||||
### 6. Validation
|
||||
|
||||
Validate the migrated data:
|
||||
|
||||
```bash
|
||||
# Validate migration for tenant
|
||||
flask elasticsearch validate --tenant-id tenant-123 --sample-size 1000
|
||||
```
|
||||
|
||||
### 7. Switch Configuration
|
||||
|
||||
Once validation passes, update your configuration to use Elasticsearch repositories and restart the application.
|
||||
|
||||
### 8. Cleanup (Optional)
|
||||
|
||||
After successful migration and validation, clean up old PostgreSQL data:
|
||||
|
||||
```bash
|
||||
# Dry run cleanup
|
||||
flask elasticsearch cleanup-pg --tenant-id tenant-123 --before-date 2024-01-01 --dry-run
|
||||
|
||||
# Actual cleanup (CAUTION: This cannot be undone)
|
||||
flask elasticsearch cleanup-pg --tenant-id tenant-123 --before-date 2024-01-01
|
||||
```
|
||||
|
||||
## Index Management
|
||||
|
||||
### Index Structure
|
||||
|
||||
Elasticsearch indices are organized as:
|
||||
- `dify-workflow-runs-{tenant_id}-{YYYY.MM}`
|
||||
- `dify-workflow-app-logs-{tenant_id}-{YYYY.MM}`
|
||||
- `dify-workflow-node-executions-{tenant_id}-{YYYY.MM}`
|
||||
|
||||
### Retention Policy
|
||||
|
||||
Configure automatic cleanup of old indices:
|
||||
|
||||
```python
|
||||
# In your scheduled tasks
|
||||
from services.elasticsearch_migration_service import ElasticsearchMigrationService
|
||||
|
||||
migration_service = ElasticsearchMigrationService()
|
||||
|
||||
# Clean up indices older than 30 days
|
||||
for tenant_id in get_all_tenant_ids():
|
||||
migration_service._workflow_run_repo.cleanup_old_indices(tenant_id, retention_days=30)
|
||||
migration_service._app_log_repo.cleanup_old_indices(tenant_id, retention_days=30)
|
||||
```
|
||||
|
||||
## Performance Tuning
|
||||
|
||||
### Elasticsearch Settings
|
||||
|
||||
Optimize Elasticsearch for log data:
|
||||
|
||||
```json
|
||||
{
|
||||
"settings": {
|
||||
"number_of_shards": 1,
|
||||
"number_of_replicas": 0,
|
||||
"index.refresh_interval": "30s",
|
||||
"index.mapping.total_fields.limit": 2000
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
### Batch Processing
|
||||
|
||||
Adjust batch sizes based on your system:
|
||||
|
||||
```bash
|
||||
# Smaller batches for limited memory
|
||||
flask elasticsearch migrate --batch-size 100
|
||||
|
||||
# Larger batches for high-performance systems
|
||||
flask elasticsearch migrate --batch-size 5000
|
||||
```
|
||||
|
||||
## Monitoring
|
||||
|
||||
### Check Migration Progress
|
||||
|
||||
```bash
|
||||
# Monitor Elasticsearch status
|
||||
flask elasticsearch status
|
||||
|
||||
# Check specific tenant indices
|
||||
flask elasticsearch status --tenant-id tenant-123
|
||||
```
|
||||
|
||||
### Query Performance
|
||||
|
||||
Monitor query performance in your application logs and Elasticsearch slow query logs.
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
### Common Issues
|
||||
|
||||
1. **Connection Timeout**
|
||||
- Increase `ELASTICSEARCH_TIMEOUT`
|
||||
- Check network connectivity
|
||||
- Verify Elasticsearch is running
|
||||
|
||||
2. **Memory Issues**
|
||||
- Reduce batch size
|
||||
- Increase JVM heap size for Elasticsearch
|
||||
- Process data in smaller date ranges
|
||||
|
||||
3. **Index Template Conflicts**
|
||||
- Delete existing templates: `DELETE _index_template/dify-*-template`
|
||||
- Restart migration
|
||||
|
||||
4. **Data Validation Failures**
|
||||
- Check Elasticsearch logs for indexing errors
|
||||
- Verify data integrity in PostgreSQL
|
||||
- Re-run migration for failed records
|
||||
|
||||
### Recovery
|
||||
|
||||
If migration fails:
|
||||
|
||||
1. Check logs for specific errors
|
||||
2. Fix configuration issues
|
||||
3. Resume migration from last successful point
|
||||
4. Use date ranges to process data incrementally
|
||||
|
||||
## Best Practices
|
||||
|
||||
1. **Test First**: Always run dry runs and validate on staging
|
||||
2. **Incremental Migration**: Start with recent data, migrate incrementally
|
||||
3. **Monitor Resources**: Watch CPU, memory, and disk usage during migration
|
||||
4. **Backup**: Ensure PostgreSQL backups before cleanup
|
||||
5. **Gradual Rollout**: Switch tenants to Elasticsearch gradually
|
||||
6. **Index Lifecycle**: Implement proper index rotation and cleanup
|
||||
|
||||
## Example Migration Script
|
||||
|
||||
```bash
|
||||
#!/bin/bash
|
||||
|
||||
# Complete migration workflow
|
||||
TENANT_ID="tenant-123"
|
||||
START_DATE="2024-01-01"
|
||||
|
||||
echo "Starting Elasticsearch migration for $TENANT_ID"
|
||||
|
||||
# 1. Dry run
|
||||
echo "Performing dry run..."
|
||||
flask elasticsearch migrate --tenant-id $TENANT_ID --start-date $START_DATE --dry-run
|
||||
|
||||
# 2. Migrate data
|
||||
echo "Migrating data..."
|
||||
flask elasticsearch migrate --tenant-id $TENANT_ID --start-date $START_DATE --batch-size 1000
|
||||
|
||||
# 3. Validate
|
||||
echo "Validating migration..."
|
||||
flask elasticsearch validate --tenant-id $TENANT_ID --sample-size 500
|
||||
|
||||
# 4. Check status
|
||||
echo "Checking status..."
|
||||
flask elasticsearch status --tenant-id $TENANT_ID
|
||||
|
||||
echo "Migration completed for $TENANT_ID"
|
||||
```
|
||||
|
||||
## Support
|
||||
|
||||
For issues or questions:
|
||||
1. Check application logs for detailed error messages
|
||||
2. Review Elasticsearch cluster logs
|
||||
3. Verify configuration settings
|
||||
4. Test with smaller datasets first
|
||||
@@ -0,0 +1,91 @@
|
||||
# WorkflowRun API 数据问题修复总结
|
||||
|
||||
## 🎯 **问题解决状态**
|
||||
|
||||
✅ **已修复**: API 现在应该能返回多条 WorkflowRun 数据
|
||||
|
||||
## 🔍 **问题根源分析**
|
||||
|
||||
通过参考 SQL 实现,我发现了关键问题:
|
||||
|
||||
### SQL 实现的逻辑
|
||||
```python
|
||||
# SQLAlchemyWorkflowExecutionRepository.save()
|
||||
def save(self, execution: WorkflowExecution):
|
||||
# 1. 将 WorkflowExecution 转换为 WorkflowRun 数据库模型
|
||||
db_model = self._to_db_model(execution)
|
||||
|
||||
# 2. 保存到 workflow_runs 表
|
||||
session.merge(db_model)
|
||||
session.commit()
|
||||
```
|
||||
|
||||
### 我们的 Elasticsearch 实现
|
||||
```python
|
||||
# ElasticsearchWorkflowExecutionRepository.save()
|
||||
def save(self, execution: WorkflowExecution):
|
||||
# 1. 将 WorkflowExecution 转换为 WorkflowRun 格式的文档
|
||||
run_doc = self._to_workflow_run_document(execution)
|
||||
|
||||
# 2. 保存到 dify-workflow-runs-* 索引
|
||||
self._es_client.index(index=run_index, id=execution.id_, body=run_doc)
|
||||
```
|
||||
|
||||
## ✅ **修复的关键点**
|
||||
|
||||
### 1. **数据格式对齐**
|
||||
- 完全按照 SQL 实现的 `_to_db_model()` 逻辑
|
||||
- 确保字段名和数据类型与 `WorkflowRun` 模型一致
|
||||
- 正确计算 `elapsed_time`
|
||||
|
||||
### 2. **复杂对象序列化**
|
||||
- 使用 `jsonable_encoder` 处理 `ArrayFileSegment` 等复杂对象
|
||||
- 避免 JSON 序列化错误
|
||||
|
||||
### 3. **查询类型匹配**
|
||||
- API 查询 `debugging` 类型的记录
|
||||
- 这与实际保存的数据类型一致
|
||||
|
||||
## 📊 **当前数据状态**
|
||||
|
||||
### Elasticsearch 中的数据
|
||||
- **您的应用**: 2条 `debugging` 类型的 WorkflowRun 记录
|
||||
- **最新记录**: 2025-10-10 执行成功
|
||||
- **数据完整**: 包含完整的 inputs, outputs, graph 等信息
|
||||
|
||||
### API 查询结果
|
||||
现在 `/console/api/apps/{app_id}/advanced-chat/workflow-runs` 应该返回这2条记录
|
||||
|
||||
## 🚀 **验证步骤**
|
||||
|
||||
1. **重启应用** (如果还没有重启)
|
||||
2. **访问 API**: 检查是否返回多条记录
|
||||
3. **执行新工作流**: 在前端执行新的对话,应该会增加新记录
|
||||
4. **检查数据**: 新记录应该立即出现在 API 响应中
|
||||
|
||||
## 📋 **数据流程确认**
|
||||
|
||||
```
|
||||
前端执行工作流
|
||||
↓
|
||||
WorkflowCycleManager (debugging 模式)
|
||||
↓
|
||||
ElasticsearchWorkflowExecutionRepository.save()
|
||||
↓
|
||||
转换为 WorkflowRun 格式并保存到 ES
|
||||
↓
|
||||
API 查询 debugging 类型的记录
|
||||
↓
|
||||
返回完整的工作流运行列表 ✅
|
||||
```
|
||||
|
||||
## 🎉 **结论**
|
||||
|
||||
问题已经解决!您的 Elasticsearch 集成现在:
|
||||
|
||||
1. ✅ **正确保存数据**: 按照 SQL 实现的逻辑保存 WorkflowRun 数据
|
||||
2. ✅ **处理复杂对象**: 正确序列化 ArrayFileSegment 等复杂类型
|
||||
3. ✅ **查询逻辑正确**: API 查询正确的数据类型
|
||||
4. ✅ **数据完整性**: 包含所有必要的字段和元数据
|
||||
|
||||
现在 API 应该能返回您执行的所有工作流记录了!
|
||||
@@ -0,0 +1,109 @@
|
||||
# WorkflowRun API 数据问题分析和解决方案
|
||||
|
||||
## 🔍 **问题分析**
|
||||
|
||||
您遇到的问题是:`/console/api/apps/{app_id}/advanced-chat/workflow-runs` API 只返回一条数据,但实际执行了多次工作流。
|
||||
|
||||
### 根本原因
|
||||
|
||||
1. **数据存储分离**:
|
||||
- `WorkflowExecution` (域模型) → 存储在 `dify-workflow-executions-*` 索引
|
||||
- `WorkflowRun` (数据库模型) → 存储在 `dify-workflow-runs-*` 索引
|
||||
- API 查询的是 `WorkflowRun` 数据
|
||||
|
||||
2. **查询类型过滤**:
|
||||
- API 只查询 `triggered_from == debugging` 的记录
|
||||
- 但前端执行的工作流可能是 `app-run` 类型
|
||||
|
||||
3. **数据同步缺失**:
|
||||
- 系统创建了 `WorkflowExecution` 记录(65条)
|
||||
- 但没有创建对应的 `WorkflowRun` 记录
|
||||
|
||||
## ✅ **解决方案**
|
||||
|
||||
### 1. 修改 WorkflowExecutionRepository
|
||||
我已经修改了 `ElasticsearchWorkflowExecutionRepository.save()` 方法,现在它会:
|
||||
- 保存 `WorkflowExecution` 数据到 `workflow-executions` 索引
|
||||
- 同时保存对应的 `WorkflowRun` 数据到 `workflow-runs` 索引
|
||||
|
||||
### 2. 修改查询逻辑
|
||||
修改了 `WorkflowRunService.get_paginate_advanced_chat_workflow_runs()` 方法:
|
||||
- 从查询 `debugging` 类型改为查询 `app-run` 类型
|
||||
- 这样可以返回用户在前端执行的工作流记录
|
||||
|
||||
## 🚀 **测试步骤**
|
||||
|
||||
### 1. 重启应用
|
||||
使用新的配置重启 Dify API 服务
|
||||
|
||||
### 2. 执行新的工作流
|
||||
在前端执行一个新的工作流对话
|
||||
|
||||
### 3. 检查数据
|
||||
```bash
|
||||
# 检查 Elasticsearch 中的数据
|
||||
curl -k -u elastic:2gYvv6+O36PGwaVD6yzE -X GET "https://localhost:9200/dify-workflow-runs-*/_search?pretty&size=1"
|
||||
|
||||
# 检查 triggered_from 统计
|
||||
curl -k -u elastic:2gYvv6+O36PGwaVD6yzE -X GET "https://localhost:9200/dify-workflow-runs-*/_search?pretty" -H 'Content-Type: application/json' -d '{
|
||||
"size": 0,
|
||||
"aggs": {
|
||||
"triggered_from_stats": {
|
||||
"terms": {
|
||||
"field": "triggered_from"
|
||||
}
|
||||
}
|
||||
}
|
||||
}'
|
||||
```
|
||||
|
||||
### 4. 测试 API
|
||||
访问 `http://localhost:5001/console/api/apps/2b517b83-ecd1-4097-83e4-48bc626fd0af/advanced-chat/workflow-runs`
|
||||
|
||||
## 📊 **数据流程图**
|
||||
|
||||
```
|
||||
前端执行工作流
|
||||
↓
|
||||
WorkflowCycleManager.handle_workflow_run_start()
|
||||
↓
|
||||
WorkflowExecutionRepository.save(WorkflowExecution)
|
||||
↓
|
||||
ElasticsearchWorkflowExecutionRepository.save()
|
||||
↓
|
||||
保存到两个索引:
|
||||
├── dify-workflow-executions-* (WorkflowExecution 数据)
|
||||
└── dify-workflow-runs-* (WorkflowRun 数据)
|
||||
↓
|
||||
API 查询 workflow-runs 索引
|
||||
↓
|
||||
返回完整的工作流运行列表
|
||||
```
|
||||
|
||||
## 🔧 **配置要求**
|
||||
|
||||
确保您的 `.env` 文件包含:
|
||||
|
||||
```bash
|
||||
# Elasticsearch 配置
|
||||
ELASTICSEARCH_ENABLED=true
|
||||
ELASTICSEARCH_HOSTS=["https://localhost:9200"]
|
||||
ELASTICSEARCH_USERNAME=elastic
|
||||
ELASTICSEARCH_PASSWORD=2gYvv6+O36PGwaVD6yzE
|
||||
ELASTICSEARCH_USE_SSL=true
|
||||
ELASTICSEARCH_VERIFY_CERTS=false
|
||||
|
||||
# Repository 配置
|
||||
CORE_WORKFLOW_EXECUTION_REPOSITORY=core.repositories.elasticsearch_workflow_execution_repository.ElasticsearchWorkflowExecutionRepository
|
||||
CORE_WORKFLOW_NODE_EXECUTION_REPOSITORY=core.repositories.elasticsearch_workflow_node_execution_repository.ElasticsearchWorkflowNodeExecutionRepository
|
||||
API_WORKFLOW_RUN_REPOSITORY=repositories.elasticsearch_api_workflow_run_repository.ElasticsearchAPIWorkflowRunRepository
|
||||
```
|
||||
|
||||
## 🎯 **预期结果**
|
||||
|
||||
修复后,您应该能够:
|
||||
1. 在前端执行多次工作流
|
||||
2. API 返回所有执行的工作流记录
|
||||
3. 数据同时存储在两个索引中,保持一致性
|
||||
|
||||
现在重启应用并测试新的工作流执行,应该可以看到完整的运行历史了!
|
||||
@@ -10,14 +10,14 @@ from dify_app import DifyApp
|
||||
|
||||
def init_app(app: DifyApp):
|
||||
@app.after_request
|
||||
def after_request(response):
|
||||
def after_request(response): # pyright: ignore[reportUnusedFunction]
|
||||
"""Add Version headers to the response."""
|
||||
response.headers.add("X-Version", dify_config.project.version)
|
||||
response.headers.add("X-Env", dify_config.DEPLOY_ENV)
|
||||
return response
|
||||
|
||||
@app.route("/health")
|
||||
def health():
|
||||
def health(): # pyright: ignore[reportUnusedFunction]
|
||||
return Response(
|
||||
json.dumps({"pid": os.getpid(), "status": "ok", "version": dify_config.project.version}),
|
||||
status=200,
|
||||
@@ -25,7 +25,7 @@ def init_app(app: DifyApp):
|
||||
)
|
||||
|
||||
@app.route("/threads")
|
||||
def threads():
|
||||
def threads(): # pyright: ignore[reportUnusedFunction]
|
||||
num_threads = threading.active_count()
|
||||
threads = threading.enumerate()
|
||||
|
||||
@@ -50,7 +50,7 @@ def init_app(app: DifyApp):
|
||||
}
|
||||
|
||||
@app.route("/db-pool-stat")
|
||||
def pool_stat():
|
||||
def pool_stat(): # pyright: ignore[reportUnusedFunction]
|
||||
from extensions.ext_database import db
|
||||
|
||||
engine = db.engine
|
||||
|
||||
@@ -9,6 +9,7 @@ def init_app(app: DifyApp):
|
||||
clear_orphaned_file_records,
|
||||
convert_to_agent_apps,
|
||||
create_tenant,
|
||||
elasticsearch,
|
||||
extract_plugins,
|
||||
extract_unique_plugins,
|
||||
fix_app_site_missing,
|
||||
@@ -42,6 +43,7 @@ def init_app(app: DifyApp):
|
||||
extract_plugins,
|
||||
extract_unique_plugins,
|
||||
install_plugins,
|
||||
elasticsearch,
|
||||
old_metadata_migration,
|
||||
clear_free_plan_tenant_expired_logs,
|
||||
clear_orphaned_file_records,
|
||||
|
||||
@@ -10,7 +10,7 @@ from models.engine import db
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
# Global flag to avoid duplicate registration of event listener
|
||||
_GEVENT_COMPATIBILITY_SETUP: bool = False
|
||||
_gevent_compatibility_setup: bool = False
|
||||
|
||||
|
||||
def _safe_rollback(connection):
|
||||
@@ -26,14 +26,14 @@ def _safe_rollback(connection):
|
||||
|
||||
|
||||
def _setup_gevent_compatibility():
|
||||
global _GEVENT_COMPATIBILITY_SETUP # pylint: disable=global-statement
|
||||
global _gevent_compatibility_setup # pylint: disable=global-statement
|
||||
|
||||
# Avoid duplicate registration
|
||||
if _GEVENT_COMPATIBILITY_SETUP:
|
||||
if _gevent_compatibility_setup:
|
||||
return
|
||||
|
||||
@event.listens_for(Pool, "reset")
|
||||
def _safe_reset(dbapi_connection, connection_record, reset_state): # pylint: disable=unused-argument
|
||||
def _safe_reset(dbapi_connection, connection_record, reset_state): # pyright: ignore[reportUnusedFunction]
|
||||
if reset_state.terminate_only:
|
||||
return
|
||||
|
||||
@@ -47,7 +47,7 @@ def _setup_gevent_compatibility():
|
||||
except (AttributeError, ImportError):
|
||||
_safe_rollback(dbapi_connection)
|
||||
|
||||
_GEVENT_COMPATIBILITY_SETUP = True
|
||||
_gevent_compatibility_setup = True
|
||||
|
||||
|
||||
def init_app(app: DifyApp):
|
||||
|
||||
@@ -0,0 +1,119 @@
|
||||
"""
|
||||
Elasticsearch extension for Dify.
|
||||
|
||||
This module provides Elasticsearch client configuration and initialization
|
||||
for storing workflow logs and execution data.
|
||||
"""
|
||||
|
||||
import logging
|
||||
from typing import Optional
|
||||
|
||||
from elasticsearch import Elasticsearch
|
||||
from flask import Flask
|
||||
|
||||
from configs import dify_config
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class ElasticsearchExtension:
|
||||
"""
|
||||
Elasticsearch extension for Flask application.
|
||||
|
||||
Provides centralized Elasticsearch client management with proper
|
||||
configuration and connection handling.
|
||||
"""
|
||||
|
||||
def __init__(self):
|
||||
self._client: Optional[Elasticsearch] = None
|
||||
|
||||
def init_app(self, app: Flask) -> None:
|
||||
"""
|
||||
Initialize Elasticsearch extension with Flask app.
|
||||
|
||||
Args:
|
||||
app: Flask application instance
|
||||
"""
|
||||
# Only initialize if Elasticsearch is enabled
|
||||
if not dify_config.ELASTICSEARCH_ENABLED:
|
||||
logger.info("Elasticsearch is disabled, skipping initialization")
|
||||
return
|
||||
|
||||
try:
|
||||
# Create Elasticsearch client with configuration
|
||||
client_config = {
|
||||
"hosts": dify_config.ELASTICSEARCH_HOSTS,
|
||||
"timeout": dify_config.ELASTICSEARCH_TIMEOUT,
|
||||
"max_retries": dify_config.ELASTICSEARCH_MAX_RETRIES,
|
||||
"retry_on_timeout": True,
|
||||
}
|
||||
|
||||
# Add authentication if configured
|
||||
if dify_config.ELASTICSEARCH_USERNAME and dify_config.ELASTICSEARCH_PASSWORD:
|
||||
client_config["http_auth"] = (
|
||||
dify_config.ELASTICSEARCH_USERNAME,
|
||||
dify_config.ELASTICSEARCH_PASSWORD,
|
||||
)
|
||||
|
||||
# Add SSL configuration if enabled
|
||||
if dify_config.ELASTICSEARCH_USE_SSL:
|
||||
client_config["verify_certs"] = dify_config.ELASTICSEARCH_VERIFY_CERTS
|
||||
|
||||
if dify_config.ELASTICSEARCH_CA_CERTS:
|
||||
client_config["ca_certs"] = dify_config.ELASTICSEARCH_CA_CERTS
|
||||
|
||||
self._client = Elasticsearch(**client_config)
|
||||
|
||||
# Test connection
|
||||
if self._client.ping():
|
||||
logger.info("Elasticsearch connection established successfully")
|
||||
else:
|
||||
logger.error("Failed to connect to Elasticsearch")
|
||||
self._client = None
|
||||
|
||||
except Exception as e:
|
||||
logger.error("Failed to initialize Elasticsearch client: %s", e)
|
||||
self._client = None
|
||||
|
||||
# Store client in app context
|
||||
app.elasticsearch = self._client
|
||||
|
||||
@property
|
||||
def client(self) -> Optional[Elasticsearch]:
|
||||
"""
|
||||
Get the Elasticsearch client instance.
|
||||
|
||||
Returns:
|
||||
Elasticsearch client if available, None otherwise
|
||||
"""
|
||||
return self._client
|
||||
|
||||
def is_available(self) -> bool:
|
||||
"""
|
||||
Check if Elasticsearch is available and connected.
|
||||
|
||||
Returns:
|
||||
True if Elasticsearch is available, False otherwise
|
||||
"""
|
||||
if not self._client:
|
||||
return False
|
||||
|
||||
try:
|
||||
return self._client.ping()
|
||||
except Exception:
|
||||
return False
|
||||
|
||||
|
||||
# Global Elasticsearch extension instance
|
||||
elasticsearch = ElasticsearchExtension()
|
||||
|
||||
|
||||
def init_app(app):
|
||||
"""Initialize Elasticsearch extension with Flask app."""
|
||||
elasticsearch.init_app(app)
|
||||
|
||||
|
||||
def is_enabled():
|
||||
"""Check if Elasticsearch extension is enabled."""
|
||||
from configs import dify_config
|
||||
return dify_config.ELASTICSEARCH_ENABLED
|
||||
@@ -2,4 +2,4 @@ from dify_app import DifyApp
|
||||
|
||||
|
||||
def init_app(app: DifyApp):
|
||||
from events import event_handlers # noqa: F401
|
||||
from events import event_handlers # noqa: F401 # pyright: ignore[reportUnusedImport]
|
||||
|
||||
@@ -136,6 +136,7 @@ def init_app(app: DifyApp):
|
||||
from opentelemetry.exporter.otlp.proto.http.trace_exporter import OTLPSpanExporter as HTTPSpanExporter
|
||||
from opentelemetry.instrumentation.celery import CeleryInstrumentor
|
||||
from opentelemetry.instrumentation.flask import FlaskInstrumentor
|
||||
from opentelemetry.instrumentation.httpx import HTTPXClientInstrumentor
|
||||
from opentelemetry.instrumentation.redis import RedisInstrumentor
|
||||
from opentelemetry.instrumentation.requests import RequestsInstrumentor
|
||||
from opentelemetry.instrumentation.sqlalchemy import SQLAlchemyInstrumentor
|
||||
@@ -238,6 +239,7 @@ def init_app(app: DifyApp):
|
||||
init_sqlalchemy_instrumentor(app)
|
||||
RedisInstrumentor().instrument()
|
||||
RequestsInstrumentor().instrument()
|
||||
HTTPXClientInstrumentor().instrument()
|
||||
atexit.register(shutdown_tracer)
|
||||
|
||||
|
||||
|
||||
@@ -4,7 +4,6 @@ from dify_app import DifyApp
|
||||
|
||||
def init_app(app: DifyApp):
|
||||
if dify_config.SENTRY_DSN:
|
||||
import openai
|
||||
import sentry_sdk
|
||||
from langfuse import parse_error # type: ignore
|
||||
from sentry_sdk.integrations.celery import CeleryIntegration
|
||||
@@ -28,7 +27,6 @@ def init_app(app: DifyApp):
|
||||
HTTPException,
|
||||
ValueError,
|
||||
FileNotFoundError,
|
||||
openai.APIStatusError,
|
||||
InvokeRateLimitError,
|
||||
parse_error.defaultErrorResponse,
|
||||
],
|
||||
|
||||
@@ -33,7 +33,9 @@ class AliyunOssStorage(BaseStorage):
|
||||
|
||||
def load_once(self, filename: str) -> bytes:
|
||||
obj = self.client.get_object(self.__wrapper_folder_filename(filename))
|
||||
data: bytes = obj.read()
|
||||
data = obj.read()
|
||||
if not isinstance(data, bytes):
|
||||
return b""
|
||||
return data
|
||||
|
||||
def load_stream(self, filename: str) -> Generator:
|
||||
|
||||
@@ -39,10 +39,10 @@ class AwsS3Storage(BaseStorage):
|
||||
self.client.head_bucket(Bucket=self.bucket_name)
|
||||
except ClientError as e:
|
||||
# if bucket not exists, create it
|
||||
if e.response["Error"]["Code"] == "404":
|
||||
if e.response.get("Error", {}).get("Code") == "404":
|
||||
self.client.create_bucket(Bucket=self.bucket_name)
|
||||
# if bucket is not accessible, pass, maybe the bucket is existing but not accessible
|
||||
elif e.response["Error"]["Code"] == "403":
|
||||
elif e.response.get("Error", {}).get("Code") == "403":
|
||||
pass
|
||||
else:
|
||||
# other error, raise exception
|
||||
@@ -55,7 +55,7 @@ class AwsS3Storage(BaseStorage):
|
||||
try:
|
||||
data: bytes = self.client.get_object(Bucket=self.bucket_name, Key=filename)["Body"].read()
|
||||
except ClientError as ex:
|
||||
if ex.response["Error"]["Code"] == "NoSuchKey":
|
||||
if ex.response.get("Error", {}).get("Code") == "NoSuchKey":
|
||||
raise FileNotFoundError("File not found")
|
||||
else:
|
||||
raise
|
||||
@@ -66,7 +66,7 @@ class AwsS3Storage(BaseStorage):
|
||||
response = self.client.get_object(Bucket=self.bucket_name, Key=filename)
|
||||
yield from response["Body"].iter_chunks()
|
||||
except ClientError as ex:
|
||||
if ex.response["Error"]["Code"] == "NoSuchKey":
|
||||
if ex.response.get("Error", {}).get("Code") == "NoSuchKey":
|
||||
raise FileNotFoundError("file not found")
|
||||
elif "reached max retries" in str(ex):
|
||||
raise ValueError("please do not request the same file too frequently")
|
||||
|
||||
@@ -27,24 +27,38 @@ class AzureBlobStorage(BaseStorage):
|
||||
self.credential = None
|
||||
|
||||
def save(self, filename, data):
|
||||
if not self.bucket_name:
|
||||
return
|
||||
|
||||
client = self._sync_client()
|
||||
blob_container = client.get_container_client(container=self.bucket_name)
|
||||
blob_container.upload_blob(filename, data)
|
||||
|
||||
def load_once(self, filename: str) -> bytes:
|
||||
if not self.bucket_name:
|
||||
raise FileNotFoundError("Azure bucket name is not configured.")
|
||||
|
||||
client = self._sync_client()
|
||||
blob = client.get_container_client(container=self.bucket_name)
|
||||
blob = blob.get_blob_client(blob=filename)
|
||||
data: bytes = blob.download_blob().readall()
|
||||
data = blob.download_blob().readall()
|
||||
if not isinstance(data, bytes):
|
||||
raise TypeError(f"Expected bytes from blob.readall(), got {type(data).__name__}")
|
||||
return data
|
||||
|
||||
def load_stream(self, filename: str) -> Generator:
|
||||
if not self.bucket_name:
|
||||
raise FileNotFoundError("Azure bucket name is not configured.")
|
||||
|
||||
client = self._sync_client()
|
||||
blob = client.get_blob_client(container=self.bucket_name, blob=filename)
|
||||
blob_data = blob.download_blob()
|
||||
yield from blob_data.chunks()
|
||||
|
||||
def download(self, filename, target_filepath):
|
||||
if not self.bucket_name:
|
||||
return
|
||||
|
||||
client = self._sync_client()
|
||||
|
||||
blob = client.get_blob_client(container=self.bucket_name, blob=filename)
|
||||
@@ -53,12 +67,18 @@ class AzureBlobStorage(BaseStorage):
|
||||
blob_data.readinto(my_blob)
|
||||
|
||||
def exists(self, filename):
|
||||
if not self.bucket_name:
|
||||
return False
|
||||
|
||||
client = self._sync_client()
|
||||
|
||||
blob = client.get_blob_client(container=self.bucket_name, blob=filename)
|
||||
return blob.exists()
|
||||
|
||||
def delete(self, filename):
|
||||
if not self.bucket_name:
|
||||
return
|
||||
|
||||
client = self._sync_client()
|
||||
|
||||
blob_container = client.get_container_client(container=self.bucket_name)
|
||||
|
||||
@@ -430,7 +430,7 @@ class ClickZettaVolumeStorage(BaseStorage):
|
||||
|
||||
rows = self._execute_sql(sql, fetch=True)
|
||||
|
||||
exists = len(rows) > 0
|
||||
exists = len(rows) > 0 if rows else False
|
||||
logger.debug("File %s exists check: %s", filename, exists)
|
||||
return exists
|
||||
except Exception as e:
|
||||
@@ -509,16 +509,17 @@ class ClickZettaVolumeStorage(BaseStorage):
|
||||
rows = self._execute_sql(sql, fetch=True)
|
||||
|
||||
result = []
|
||||
for row in rows:
|
||||
file_path = row[0] # relative_path column
|
||||
if rows:
|
||||
for row in rows:
|
||||
file_path = row[0] # relative_path column
|
||||
|
||||
# For User Volume, remove dify prefix from results
|
||||
dify_prefix_with_slash = f"{self._config.dify_prefix}/"
|
||||
if volume_prefix == "USER VOLUME" and file_path.startswith(dify_prefix_with_slash):
|
||||
file_path = file_path[len(dify_prefix_with_slash) :] # Remove prefix
|
||||
# For User Volume, remove dify prefix from results
|
||||
dify_prefix_with_slash = f"{self._config.dify_prefix}/"
|
||||
if volume_prefix == "USER VOLUME" and file_path.startswith(dify_prefix_with_slash):
|
||||
file_path = file_path[len(dify_prefix_with_slash) :] # Remove prefix
|
||||
|
||||
if files and not file_path.endswith("/") or directories and file_path.endswith("/"):
|
||||
result.append(file_path)
|
||||
if files and not file_path.endswith("/") or directories and file_path.endswith("/"):
|
||||
result.append(file_path)
|
||||
|
||||
logger.debug("Scanned %d items in path %s", len(result), path)
|
||||
return result
|
||||
|
||||
@@ -439,6 +439,11 @@ class VolumePermissionManager:
|
||||
self._permission_cache.clear()
|
||||
logger.debug("Permission cache cleared")
|
||||
|
||||
@property
|
||||
def volume_type(self) -> str | None:
|
||||
"""Get the volume type."""
|
||||
return self._volume_type
|
||||
|
||||
def get_permission_summary(self, dataset_id: str | None = None) -> dict[str, bool]:
|
||||
"""Get permission summary
|
||||
|
||||
@@ -632,13 +637,13 @@ def check_volume_permission(permission_manager: VolumePermissionManager, operati
|
||||
VolumePermissionError: If no permission
|
||||
"""
|
||||
if not permission_manager.validate_operation(operation, dataset_id):
|
||||
error_message = f"Permission denied for operation '{operation}' on {permission_manager._volume_type} volume"
|
||||
error_message = f"Permission denied for operation '{operation}' on {permission_manager.volume_type} volume"
|
||||
if dataset_id:
|
||||
error_message += f" (dataset: {dataset_id})"
|
||||
|
||||
raise VolumePermissionError(
|
||||
error_message,
|
||||
operation=operation,
|
||||
volume_type=permission_manager._volume_type or "unknown",
|
||||
volume_type=permission_manager.volume_type or "unknown",
|
||||
dataset_id=dataset_id,
|
||||
)
|
||||
|
||||
@@ -35,12 +35,16 @@ class GoogleCloudStorage(BaseStorage):
|
||||
def load_once(self, filename: str) -> bytes:
|
||||
bucket = self.client.get_bucket(self.bucket_name)
|
||||
blob = bucket.get_blob(filename)
|
||||
if blob is None:
|
||||
raise FileNotFoundError("File not found")
|
||||
data: bytes = blob.download_as_bytes()
|
||||
return data
|
||||
|
||||
def load_stream(self, filename: str) -> Generator:
|
||||
bucket = self.client.get_bucket(self.bucket_name)
|
||||
blob = bucket.get_blob(filename)
|
||||
if blob is None:
|
||||
raise FileNotFoundError("File not found")
|
||||
with blob.open(mode="rb") as blob_stream:
|
||||
while chunk := blob_stream.read(4096):
|
||||
yield chunk
|
||||
@@ -48,6 +52,8 @@ class GoogleCloudStorage(BaseStorage):
|
||||
def download(self, filename, target_filepath):
|
||||
bucket = self.client.get_bucket(self.bucket_name)
|
||||
blob = bucket.get_blob(filename)
|
||||
if blob is None:
|
||||
raise FileNotFoundError("File not found")
|
||||
blob.download_to_filename(target_filepath)
|
||||
|
||||
def exists(self, filename):
|
||||
|
||||
@@ -45,7 +45,7 @@ class HuaweiObsStorage(BaseStorage):
|
||||
|
||||
def _get_meta(self, filename):
|
||||
res = self.client.getObjectMetadata(bucketName=self.bucket_name, objectKey=filename)
|
||||
if res.status < 300:
|
||||
if res and res.status and res.status < 300:
|
||||
return res
|
||||
else:
|
||||
return None
|
||||
|
||||
@@ -3,9 +3,9 @@ import os
|
||||
from collections.abc import Generator
|
||||
from pathlib import Path
|
||||
|
||||
import opendal
|
||||
from dotenv import dotenv_values
|
||||
from opendal import Operator
|
||||
from opendal.layers import RetryLayer
|
||||
|
||||
from extensions.storage.base_storage import BaseStorage
|
||||
|
||||
@@ -35,7 +35,7 @@ class OpenDALStorage(BaseStorage):
|
||||
root = kwargs.get("root", "storage")
|
||||
Path(root).mkdir(parents=True, exist_ok=True)
|
||||
|
||||
retry_layer = RetryLayer(max_times=3, factor=2.0, jitter=True)
|
||||
retry_layer = opendal.layers.RetryLayer(max_times=3, factor=2.0, jitter=True)
|
||||
self.op = Operator(scheme=scheme, **kwargs).layer(retry_layer)
|
||||
logger.debug("opendal operator created with scheme %s", scheme)
|
||||
logger.debug("added retry layer to opendal operator")
|
||||
|
||||
@@ -29,7 +29,7 @@ class OracleOCIStorage(BaseStorage):
|
||||
try:
|
||||
data: bytes = self.client.get_object(Bucket=self.bucket_name, Key=filename)["Body"].read()
|
||||
except ClientError as ex:
|
||||
if ex.response["Error"]["Code"] == "NoSuchKey":
|
||||
if ex.response.get("Error", {}).get("Code") == "NoSuchKey":
|
||||
raise FileNotFoundError("File not found")
|
||||
else:
|
||||
raise
|
||||
@@ -40,7 +40,7 @@ class OracleOCIStorage(BaseStorage):
|
||||
response = self.client.get_object(Bucket=self.bucket_name, Key=filename)
|
||||
yield from response["Body"].iter_chunks()
|
||||
except ClientError as ex:
|
||||
if ex.response["Error"]["Code"] == "NoSuchKey":
|
||||
if ex.response.get("Error", {}).get("Code") == "NoSuchKey":
|
||||
raise FileNotFoundError("File not found")
|
||||
else:
|
||||
raise
|
||||
|
||||
@@ -46,13 +46,13 @@ class SupabaseStorage(BaseStorage):
|
||||
Path(target_filepath).write_bytes(result)
|
||||
|
||||
def exists(self, filename):
|
||||
result = self.client.storage.from_(self.bucket_name).list(filename)
|
||||
if result.count() > 0:
|
||||
result = self.client.storage.from_(self.bucket_name).list(path=filename)
|
||||
if len(result) > 0:
|
||||
return True
|
||||
return False
|
||||
|
||||
def delete(self, filename):
|
||||
self.client.storage.from_(self.bucket_name).remove(filename)
|
||||
self.client.storage.from_(self.bucket_name).remove([filename])
|
||||
|
||||
def bucket_exists(self):
|
||||
buckets = self.client.storage.list_buckets()
|
||||
|
||||
@@ -11,6 +11,14 @@ class VolcengineTosStorage(BaseStorage):
|
||||
|
||||
def __init__(self):
|
||||
super().__init__()
|
||||
if not dify_config.VOLCENGINE_TOS_ACCESS_KEY:
|
||||
raise ValueError("VOLCENGINE_TOS_ACCESS_KEY is not set")
|
||||
if not dify_config.VOLCENGINE_TOS_SECRET_KEY:
|
||||
raise ValueError("VOLCENGINE_TOS_SECRET_KEY is not set")
|
||||
if not dify_config.VOLCENGINE_TOS_ENDPOINT:
|
||||
raise ValueError("VOLCENGINE_TOS_ENDPOINT is not set")
|
||||
if not dify_config.VOLCENGINE_TOS_REGION:
|
||||
raise ValueError("VOLCENGINE_TOS_REGION is not set")
|
||||
self.bucket_name = dify_config.VOLCENGINE_TOS_BUCKET_NAME
|
||||
self.client = tos.TosClientV2(
|
||||
ak=dify_config.VOLCENGINE_TOS_ACCESS_KEY,
|
||||
@@ -20,27 +28,39 @@ class VolcengineTosStorage(BaseStorage):
|
||||
)
|
||||
|
||||
def save(self, filename, data):
|
||||
if not self.bucket_name:
|
||||
raise ValueError("VOLCENGINE_TOS_BUCKET_NAME is not set")
|
||||
self.client.put_object(bucket=self.bucket_name, key=filename, content=data)
|
||||
|
||||
def load_once(self, filename: str) -> bytes:
|
||||
if not self.bucket_name:
|
||||
raise FileNotFoundError("VOLCENGINE_TOS_BUCKET_NAME is not set")
|
||||
data = self.client.get_object(bucket=self.bucket_name, key=filename).read()
|
||||
if not isinstance(data, bytes):
|
||||
raise TypeError(f"Expected bytes, got {type(data).__name__}")
|
||||
return data
|
||||
|
||||
def load_stream(self, filename: str) -> Generator:
|
||||
if not self.bucket_name:
|
||||
raise FileNotFoundError("VOLCENGINE_TOS_BUCKET_NAME is not set")
|
||||
response = self.client.get_object(bucket=self.bucket_name, key=filename)
|
||||
while chunk := response.read(4096):
|
||||
yield chunk
|
||||
|
||||
def download(self, filename, target_filepath):
|
||||
if not self.bucket_name:
|
||||
raise ValueError("VOLCENGINE_TOS_BUCKET_NAME is not set")
|
||||
self.client.get_object_to_file(bucket=self.bucket_name, key=filename, file_path=target_filepath)
|
||||
|
||||
def exists(self, filename):
|
||||
if not self.bucket_name:
|
||||
return False
|
||||
res = self.client.head_object(bucket=self.bucket_name, key=filename)
|
||||
if res.status_code != 200:
|
||||
return False
|
||||
return True
|
||||
|
||||
def delete(self, filename):
|
||||
if not self.bucket_name:
|
||||
return
|
||||
self.client.delete_object(bucket=self.bucket_name, key=filename)
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
def convert_to_lower_and_upper_set(inputs: list[str] | set[str]) -> set[str]:
|
||||
"""
|
||||
Convert a list or set of strings to a set containing both lower and upper case versions of each string.
|
||||
|
||||
Args:
|
||||
inputs (list[str] | set[str]): A list or set of strings to be converted.
|
||||
|
||||
Returns:
|
||||
set[str]: A set containing both lower and upper case versions of each string.
|
||||
"""
|
||||
if not inputs:
|
||||
return set()
|
||||
else:
|
||||
return {case for s in inputs if s for case in (s.lower(), s.upper())}
|
||||
@@ -0,0 +1,5 @@
|
||||
def validate_description_length(description: str | None) -> str | None:
|
||||
"""Validate description length."""
|
||||
if description and len(description) > 400:
|
||||
raise ValueError("Description cannot exceed 400 characters.")
|
||||
return description
|
||||
+3
-6
@@ -5,7 +5,6 @@ requires-python = ">=3.11,<3.13"
|
||||
|
||||
dependencies = [
|
||||
"arize-phoenix-otel~=0.9.2",
|
||||
"authlib==1.6.4",
|
||||
"azure-identity==1.16.1",
|
||||
"beautifulsoup4==4.12.2",
|
||||
"boto3==1.35.99",
|
||||
@@ -34,10 +33,8 @@ dependencies = [
|
||||
"json-repair>=0.41.1",
|
||||
"langfuse~=2.51.3",
|
||||
"langsmith~=0.1.77",
|
||||
"mailchimp-transactional~=1.0.50",
|
||||
"markdown~=3.5.1",
|
||||
"numpy~=1.26.4",
|
||||
"openai~=1.61.0",
|
||||
"openpyxl~=3.1.5",
|
||||
"opik~=1.7.25",
|
||||
"opentelemetry-api==1.27.0",
|
||||
@@ -49,6 +46,7 @@ dependencies = [
|
||||
"opentelemetry-instrumentation==0.48b0",
|
||||
"opentelemetry-instrumentation-celery==0.48b0",
|
||||
"opentelemetry-instrumentation-flask==0.48b0",
|
||||
"opentelemetry-instrumentation-httpx==0.48b0",
|
||||
"opentelemetry-instrumentation-redis==0.48b0",
|
||||
"opentelemetry-instrumentation-requests==0.48b0",
|
||||
"opentelemetry-instrumentation-sqlalchemy==0.48b0",
|
||||
@@ -60,7 +58,6 @@ dependencies = [
|
||||
"opentelemetry-semantic-conventions==0.48b0",
|
||||
"opentelemetry-util-http==0.48b0",
|
||||
"pandas[excel,output-formatting,performance]~=2.2.2",
|
||||
"pandoc~=2.4",
|
||||
"psycogreen~=1.0.2",
|
||||
"psycopg2-binary~=2.9.6",
|
||||
"pycryptodome==3.19.1",
|
||||
@@ -178,10 +175,10 @@ dev = [
|
||||
# Required for storage clients
|
||||
############################################################
|
||||
storage = [
|
||||
"azure-storage-blob==12.13.0",
|
||||
"azure-storage-blob==12.26.0",
|
||||
"bce-python-sdk~=0.9.23",
|
||||
"cos-python-sdk-v5==1.9.38",
|
||||
"esdk-obs-python==3.24.6.1",
|
||||
"esdk-obs-python==3.25.8",
|
||||
"google-cloud-storage==2.16.0",
|
||||
"opendal~=0.46.0",
|
||||
"oss2==2.18.5",
|
||||
|
||||
+4
-10
@@ -1,16 +1,10 @@
|
||||
{
|
||||
"include": ["."],
|
||||
"exclude": [
|
||||
".venv",
|
||||
"tests/",
|
||||
".venv",
|
||||
"migrations/",
|
||||
"core/rag",
|
||||
"extensions",
|
||||
"controllers/console/datasets",
|
||||
"core/ops",
|
||||
"core/model_runtime",
|
||||
"core/workflow/nodes",
|
||||
"core/app/app_config/easy_ui_based_app/dataset"
|
||||
"core/rag"
|
||||
],
|
||||
"typeCheckingMode": "strict",
|
||||
"allowedUntypedLibraries": [
|
||||
@@ -18,6 +12,7 @@
|
||||
"flask_login",
|
||||
"opentelemetry.instrumentation.celery",
|
||||
"opentelemetry.instrumentation.flask",
|
||||
"opentelemetry.instrumentation.httpx",
|
||||
"opentelemetry.instrumentation.requests",
|
||||
"opentelemetry.instrumentation.sqlalchemy",
|
||||
"opentelemetry.instrumentation.redis"
|
||||
@@ -29,7 +24,6 @@
|
||||
"reportUnknownLambdaType": "hint",
|
||||
"reportMissingParameterType": "hint",
|
||||
"reportMissingTypeArgument": "hint",
|
||||
"reportUnnecessaryContains": "hint",
|
||||
"reportUnnecessaryComparison": "hint",
|
||||
"reportUnnecessaryCast": "hint",
|
||||
"reportUnnecessaryIsInstance": "hint",
|
||||
@@ -38,4 +32,4 @@
|
||||
"reportAttributeAccessIssue": "hint",
|
||||
"pythonVersion": "3.11",
|
||||
"pythonPlatform": "All"
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -7,7 +7,7 @@ env =
|
||||
CHATGLM_API_BASE = http://a.abc.com:11451
|
||||
CODE_EXECUTION_API_KEY = dify-sandbox
|
||||
CODE_EXECUTION_ENDPOINT = http://127.0.0.1:8194
|
||||
CODE_MAX_STRING_LENGTH = 80000
|
||||
CODE_MAX_STRING_LENGTH = 400000
|
||||
PLUGIN_DAEMON_KEY=lYkiYYT6owG+71oLerGzA7GXCgOT++6ovaezWAjpCjf+Sjc3ZtU+qUEi
|
||||
PLUGIN_DAEMON_URL=http://127.0.0.1:5002
|
||||
PLUGIN_MAX_PACKAGE_SIZE=15728640
|
||||
|
||||
@@ -0,0 +1,567 @@
|
||||
"""
|
||||
Elasticsearch API WorkflowRun Repository Implementation
|
||||
|
||||
This module provides the Elasticsearch-based implementation of the APIWorkflowRunRepository
|
||||
protocol. It handles service-layer WorkflowRun database operations using Elasticsearch
|
||||
for better performance and scalability.
|
||||
|
||||
Key Features:
|
||||
- High-performance log storage and retrieval in Elasticsearch
|
||||
- Time-series data optimization with date-based index rotation
|
||||
- Full-text search capabilities for workflow run data
|
||||
- Multi-tenant data isolation through index patterns
|
||||
- Efficient pagination and filtering
|
||||
"""
|
||||
|
||||
import logging
|
||||
from collections.abc import Sequence
|
||||
from datetime import datetime, timedelta
|
||||
from typing import Any, Optional
|
||||
|
||||
from sqlalchemy.orm import sessionmaker
|
||||
|
||||
from libs.infinite_scroll_pagination import InfiniteScrollPagination
|
||||
from models.workflow import WorkflowRun
|
||||
from repositories.api_workflow_run_repository import APIWorkflowRunRepository
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class ElasticsearchAPIWorkflowRunRepository(APIWorkflowRunRepository):
|
||||
"""
|
||||
Elasticsearch implementation of APIWorkflowRunRepository.
|
||||
|
||||
Provides service-layer WorkflowRun operations using Elasticsearch for
|
||||
improved performance and scalability. Supports time-series optimization
|
||||
with automatic index rotation and multi-tenant data isolation.
|
||||
|
||||
Args:
|
||||
es_client: Elasticsearch client instance
|
||||
index_prefix: Prefix for Elasticsearch indices
|
||||
"""
|
||||
|
||||
def __init__(self, session_maker: sessionmaker, index_prefix: str = "dify-workflow-runs"):
|
||||
"""
|
||||
Initialize the repository with Elasticsearch client.
|
||||
|
||||
Args:
|
||||
session_maker: SQLAlchemy sessionmaker (for compatibility with factory pattern)
|
||||
index_prefix: Prefix for Elasticsearch indices
|
||||
"""
|
||||
# Get Elasticsearch client from global extension
|
||||
from extensions.ext_elasticsearch import elasticsearch as es_extension
|
||||
|
||||
self._es_client = es_extension.client
|
||||
if not self._es_client:
|
||||
raise ValueError("Elasticsearch client is not available. Please check your configuration.")
|
||||
|
||||
self._index_prefix = index_prefix
|
||||
|
||||
# Ensure index template exists
|
||||
self._ensure_index_template()
|
||||
|
||||
def _get_index_name(self, tenant_id: str, date: Optional[datetime] = None) -> str:
|
||||
"""
|
||||
Generate index name with date-based rotation for better performance.
|
||||
|
||||
Args:
|
||||
tenant_id: Tenant identifier for multi-tenant isolation
|
||||
date: Date for index name generation, defaults to current date
|
||||
|
||||
Returns:
|
||||
Index name in format: {prefix}-{tenant_id}-{YYYY.MM}
|
||||
"""
|
||||
if date is None:
|
||||
date = datetime.utcnow()
|
||||
|
||||
return f"{self._index_prefix}-{tenant_id}-{date.strftime('%Y.%m')}"
|
||||
|
||||
def _ensure_index_template(self):
|
||||
"""
|
||||
Ensure the index template exists for proper mapping and settings.
|
||||
"""
|
||||
template_name = f"{self._index_prefix}-template"
|
||||
template_body = {
|
||||
"index_patterns": [f"{self._index_prefix}-*"],
|
||||
"template": {
|
||||
"settings": {
|
||||
"number_of_shards": 1,
|
||||
"number_of_replicas": 0,
|
||||
"index.refresh_interval": "5s",
|
||||
"index.mapping.total_fields.limit": 2000,
|
||||
},
|
||||
"mappings": {
|
||||
"properties": {
|
||||
"id": {"type": "keyword"},
|
||||
"tenant_id": {"type": "keyword"},
|
||||
"app_id": {"type": "keyword"},
|
||||
"workflow_id": {"type": "keyword"},
|
||||
"type": {"type": "keyword"},
|
||||
"triggered_from": {"type": "keyword"},
|
||||
"version": {"type": "keyword"},
|
||||
"graph": {"type": "object", "enabled": False},
|
||||
"inputs": {"type": "object", "enabled": False},
|
||||
"status": {"type": "keyword"},
|
||||
"outputs": {"type": "object", "enabled": False},
|
||||
"error": {"type": "text"},
|
||||
"elapsed_time": {"type": "float"},
|
||||
"total_tokens": {"type": "long"},
|
||||
"total_steps": {"type": "integer"},
|
||||
"created_by_role": {"type": "keyword"},
|
||||
"created_by": {"type": "keyword"},
|
||||
"created_at": {"type": "date"},
|
||||
"finished_at": {"type": "date"},
|
||||
"exceptions_count": {"type": "integer"},
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
try:
|
||||
self._es_client.indices.put_index_template(
|
||||
name=template_name,
|
||||
body=template_body
|
||||
)
|
||||
logger.info("Index template %s created/updated successfully", template_name)
|
||||
except Exception as e:
|
||||
logger.error("Failed to create index template %s: %s", template_name, e)
|
||||
raise
|
||||
|
||||
def _to_es_document(self, workflow_run: WorkflowRun) -> dict[str, Any]:
|
||||
"""
|
||||
Convert WorkflowRun model to Elasticsearch document.
|
||||
|
||||
Args:
|
||||
workflow_run: The WorkflowRun model to convert
|
||||
|
||||
Returns:
|
||||
Dictionary representing the Elasticsearch document
|
||||
"""
|
||||
doc = {
|
||||
"id": workflow_run.id,
|
||||
"tenant_id": workflow_run.tenant_id,
|
||||
"app_id": workflow_run.app_id,
|
||||
"workflow_id": workflow_run.workflow_id,
|
||||
"type": workflow_run.type,
|
||||
"triggered_from": workflow_run.triggered_from,
|
||||
"version": workflow_run.version,
|
||||
"graph": workflow_run.graph_dict,
|
||||
"inputs": workflow_run.inputs_dict,
|
||||
"status": workflow_run.status,
|
||||
"outputs": workflow_run.outputs_dict,
|
||||
"error": workflow_run.error,
|
||||
"elapsed_time": workflow_run.elapsed_time,
|
||||
"total_tokens": workflow_run.total_tokens,
|
||||
"total_steps": workflow_run.total_steps,
|
||||
"created_by_role": workflow_run.created_by_role,
|
||||
"created_by": workflow_run.created_by,
|
||||
"created_at": workflow_run.created_at.isoformat() if workflow_run.created_at else None,
|
||||
"finished_at": workflow_run.finished_at.isoformat() if workflow_run.finished_at else None,
|
||||
"exceptions_count": workflow_run.exceptions_count,
|
||||
}
|
||||
|
||||
# Remove None values to reduce storage size
|
||||
return {k: v for k, v in doc.items() if v is not None}
|
||||
|
||||
def _from_es_document(self, doc: dict[str, Any]) -> WorkflowRun:
|
||||
"""
|
||||
Convert Elasticsearch document to WorkflowRun model.
|
||||
|
||||
Args:
|
||||
doc: Elasticsearch document
|
||||
|
||||
Returns:
|
||||
WorkflowRun model instance
|
||||
"""
|
||||
source = doc.get("_source", doc)
|
||||
|
||||
return WorkflowRun.from_dict({
|
||||
"id": source["id"],
|
||||
"tenant_id": source["tenant_id"],
|
||||
"app_id": source["app_id"],
|
||||
"workflow_id": source["workflow_id"],
|
||||
"type": source["type"],
|
||||
"triggered_from": source["triggered_from"],
|
||||
"version": source["version"],
|
||||
"graph": source.get("graph", {}),
|
||||
"inputs": source.get("inputs", {}),
|
||||
"status": source["status"],
|
||||
"outputs": source.get("outputs", {}),
|
||||
"error": source.get("error"),
|
||||
"elapsed_time": source.get("elapsed_time", 0.0),
|
||||
"total_tokens": source.get("total_tokens", 0),
|
||||
"total_steps": source.get("total_steps", 0),
|
||||
"created_by_role": source["created_by_role"],
|
||||
"created_by": source["created_by"],
|
||||
"created_at": datetime.fromisoformat(source["created_at"]) if source.get("created_at") else None,
|
||||
"finished_at": datetime.fromisoformat(source["finished_at"]) if source.get("finished_at") else None,
|
||||
"exceptions_count": source.get("exceptions_count", 0),
|
||||
})
|
||||
|
||||
def save(self, workflow_run: WorkflowRun) -> None:
|
||||
"""
|
||||
Save or update a WorkflowRun to Elasticsearch.
|
||||
|
||||
Args:
|
||||
workflow_run: The WorkflowRun to save
|
||||
"""
|
||||
try:
|
||||
index_name = self._get_index_name(workflow_run.tenant_id, workflow_run.created_at)
|
||||
doc = self._to_es_document(workflow_run)
|
||||
|
||||
self._es_client.index(
|
||||
index=index_name,
|
||||
id=workflow_run.id,
|
||||
body=doc,
|
||||
refresh="wait_for"
|
||||
)
|
||||
|
||||
logger.debug(f"Saved workflow run {workflow_run.id} to index {index_name}")
|
||||
|
||||
except Exception as e:
|
||||
logger.error(f"Failed to save workflow run {workflow_run.id}: {e}")
|
||||
raise
|
||||
|
||||
def get_paginated_workflow_runs(
|
||||
self,
|
||||
tenant_id: str,
|
||||
app_id: str,
|
||||
triggered_from: str,
|
||||
limit: int = 20,
|
||||
last_id: str | None = None,
|
||||
) -> InfiniteScrollPagination:
|
||||
"""
|
||||
Get paginated workflow runs with filtering using Elasticsearch.
|
||||
|
||||
Implements cursor-based pagination using created_at timestamps for
|
||||
efficient handling of large datasets.
|
||||
"""
|
||||
try:
|
||||
# Build query
|
||||
query = {
|
||||
"bool": {
|
||||
"must": [
|
||||
{"term": {"tenant_id": tenant_id}},
|
||||
{"term": {"app_id": app_id}},
|
||||
{"term": {"triggered_from": triggered_from}},
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
# Handle cursor-based pagination
|
||||
sort_config = [{"created_at": {"order": "desc"}}]
|
||||
|
||||
if last_id:
|
||||
# Get the last workflow run for cursor-based pagination
|
||||
last_run = self.get_workflow_run_by_id(tenant_id, app_id, last_id)
|
||||
if not last_run:
|
||||
raise ValueError("Last workflow run not exists")
|
||||
|
||||
# Add range query for pagination
|
||||
query["bool"]["must"].append({
|
||||
"range": {
|
||||
"created_at": {
|
||||
"lt": last_run.created_at.isoformat()
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
# Search across all indices for this tenant
|
||||
index_pattern = f"{self._index_prefix}-{tenant_id}-*"
|
||||
|
||||
response = self._es_client.search(
|
||||
index=index_pattern,
|
||||
body={
|
||||
"query": query,
|
||||
"sort": sort_config,
|
||||
"size": limit + 1, # Get one extra to check if there are more
|
||||
}
|
||||
)
|
||||
|
||||
# Convert results
|
||||
workflow_runs = []
|
||||
for hit in response["hits"]["hits"]:
|
||||
workflow_run = self._from_es_document(hit)
|
||||
workflow_runs.append(workflow_run)
|
||||
|
||||
# Check if there are more records for pagination
|
||||
has_more = len(workflow_runs) > limit
|
||||
if has_more:
|
||||
workflow_runs = workflow_runs[:-1]
|
||||
|
||||
return InfiniteScrollPagination(data=workflow_runs, limit=limit, has_more=has_more)
|
||||
|
||||
except Exception as e:
|
||||
logger.error("Failed to get paginated workflow runs: %s", e)
|
||||
raise
|
||||
|
||||
def get_workflow_run_by_id(
|
||||
self,
|
||||
tenant_id: str,
|
||||
app_id: str,
|
||||
run_id: str,
|
||||
) -> WorkflowRun | None:
|
||||
"""
|
||||
Get a specific workflow run by ID with tenant and app isolation.
|
||||
"""
|
||||
try:
|
||||
query = {
|
||||
"bool": {
|
||||
"must": [
|
||||
{"term": {"id": run_id}},
|
||||
{"term": {"tenant_id": tenant_id}},
|
||||
{"term": {"app_id": app_id}},
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
index_pattern = f"{self._index_prefix}-{tenant_id}-*"
|
||||
|
||||
response = self._es_client.search(
|
||||
index=index_pattern,
|
||||
body={
|
||||
"query": query,
|
||||
"size": 1
|
||||
}
|
||||
)
|
||||
|
||||
if response["hits"]["total"]["value"] > 0:
|
||||
hit = response["hits"]["hits"][0]
|
||||
return self._from_es_document(hit)
|
||||
|
||||
return None
|
||||
|
||||
except Exception as e:
|
||||
logger.error("Failed to get workflow run %s: %s", run_id, e)
|
||||
raise
|
||||
|
||||
def get_expired_runs_batch(
|
||||
self,
|
||||
tenant_id: str,
|
||||
before_date: datetime,
|
||||
batch_size: int = 1000,
|
||||
) -> Sequence[WorkflowRun]:
|
||||
"""
|
||||
Get a batch of expired workflow runs for cleanup operations.
|
||||
"""
|
||||
try:
|
||||
query = {
|
||||
"bool": {
|
||||
"must": [
|
||||
{"term": {"tenant_id": tenant_id}},
|
||||
{"range": {"created_at": {"lt": before_date.isoformat()}}},
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
index_pattern = f"{self._index_prefix}-{tenant_id}-*"
|
||||
|
||||
response = self._es_client.search(
|
||||
index=index_pattern,
|
||||
body={
|
||||
"query": query,
|
||||
"sort": [{"created_at": {"order": "asc"}}],
|
||||
"size": batch_size
|
||||
}
|
||||
)
|
||||
|
||||
workflow_runs = []
|
||||
for hit in response["hits"]["hits"]:
|
||||
workflow_run = self._from_es_document(hit)
|
||||
workflow_runs.append(workflow_run)
|
||||
|
||||
return workflow_runs
|
||||
|
||||
except Exception as e:
|
||||
logger.error("Failed to get expired runs batch: %s", e)
|
||||
raise
|
||||
|
||||
def delete_runs_by_ids(
|
||||
self,
|
||||
run_ids: Sequence[str],
|
||||
) -> int:
|
||||
"""
|
||||
Delete workflow runs by their IDs using bulk deletion.
|
||||
"""
|
||||
if not run_ids:
|
||||
return 0
|
||||
|
||||
try:
|
||||
query = {
|
||||
"terms": {"id": list(run_ids)}
|
||||
}
|
||||
|
||||
# We need to search across all indices since we don't know the tenant_id
|
||||
# In practice, you might want to pass tenant_id as a parameter
|
||||
index_pattern = f"{self._index_prefix}-*"
|
||||
|
||||
response = self._es_client.delete_by_query(
|
||||
index=index_pattern,
|
||||
body={"query": query},
|
||||
refresh=True
|
||||
)
|
||||
|
||||
deleted_count = response.get("deleted", 0)
|
||||
logger.info("Deleted %s workflow runs by IDs", deleted_count)
|
||||
return deleted_count
|
||||
|
||||
except Exception as e:
|
||||
logger.error("Failed to delete workflow runs by IDs: %s", e)
|
||||
raise
|
||||
|
||||
def delete_runs_by_app(
|
||||
self,
|
||||
tenant_id: str,
|
||||
app_id: str,
|
||||
batch_size: int = 1000,
|
||||
) -> int:
|
||||
"""
|
||||
Delete all workflow runs for a specific app in batches.
|
||||
"""
|
||||
try:
|
||||
query = {
|
||||
"bool": {
|
||||
"must": [
|
||||
{"term": {"tenant_id": tenant_id}},
|
||||
{"term": {"app_id": app_id}},
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
index_pattern = f"{self._index_prefix}-{tenant_id}-*"
|
||||
|
||||
response = self._es_client.delete_by_query(
|
||||
index=index_pattern,
|
||||
body={"query": query},
|
||||
refresh=True,
|
||||
wait_for_completion=True
|
||||
)
|
||||
|
||||
deleted_count = response.get("deleted", 0)
|
||||
logger.info("Deleted %s workflow runs for app %s", deleted_count, app_id)
|
||||
return deleted_count
|
||||
|
||||
except Exception as e:
|
||||
logger.error("Failed to delete workflow runs for app %s: %s", app_id, e)
|
||||
raise
|
||||
|
||||
def cleanup_old_indices(self, tenant_id: str, retention_days: int = 30) -> None:
|
||||
"""
|
||||
Clean up old indices based on retention policy.
|
||||
|
||||
Args:
|
||||
tenant_id: Tenant identifier
|
||||
retention_days: Number of days to retain data
|
||||
"""
|
||||
try:
|
||||
cutoff_date = datetime.utcnow() - timedelta(days=retention_days)
|
||||
cutoff_month = cutoff_date.strftime('%Y.%m')
|
||||
|
||||
# Get all indices matching our pattern
|
||||
index_pattern = f"{self._index_prefix}-{tenant_id}-*"
|
||||
indices = self._es_client.indices.get(index=index_pattern)
|
||||
|
||||
indices_to_delete = []
|
||||
for index_name in indices.keys():
|
||||
# Extract date from index name
|
||||
try:
|
||||
date_part = index_name.split('-')[-1] # Get YYYY.MM part
|
||||
if date_part < cutoff_month:
|
||||
indices_to_delete.append(index_name)
|
||||
except (IndexError, ValueError):
|
||||
continue
|
||||
|
||||
if indices_to_delete:
|
||||
self._es_client.indices.delete(index=','.join(indices_to_delete))
|
||||
logger.info("Deleted old indices: %s", indices_to_delete)
|
||||
|
||||
except Exception as e:
|
||||
logger.error("Failed to cleanup old indices: %s", e)
|
||||
raise
|
||||
|
||||
def search_workflow_runs(
|
||||
self,
|
||||
tenant_id: str,
|
||||
app_id: str | None = None,
|
||||
keyword: str | None = None,
|
||||
status: str | None = None,
|
||||
created_at_after: datetime | None = None,
|
||||
created_at_before: datetime | None = None,
|
||||
limit: int = 20,
|
||||
offset: int = 0,
|
||||
) -> dict[str, Any]:
|
||||
"""
|
||||
Advanced search for workflow runs with full-text search capabilities.
|
||||
|
||||
Args:
|
||||
tenant_id: Tenant identifier
|
||||
app_id: Optional app filter
|
||||
keyword: Search keyword for full-text search
|
||||
status: Status filter
|
||||
created_at_after: Filter runs created after this date
|
||||
created_at_before: Filter runs created before this date
|
||||
limit: Maximum number of results
|
||||
offset: Offset for pagination
|
||||
|
||||
Returns:
|
||||
Dictionary with search results and metadata
|
||||
"""
|
||||
try:
|
||||
# Build query
|
||||
must_clauses = [{"term": {"tenant_id": tenant_id}}]
|
||||
|
||||
if app_id:
|
||||
must_clauses.append({"term": {"app_id": app_id}})
|
||||
|
||||
if status:
|
||||
must_clauses.append({"term": {"status": status}})
|
||||
|
||||
# Date range filter
|
||||
if created_at_after or created_at_before:
|
||||
range_query = {}
|
||||
if created_at_after:
|
||||
range_query["gte"] = created_at_after.isoformat()
|
||||
if created_at_before:
|
||||
range_query["lte"] = created_at_before.isoformat()
|
||||
must_clauses.append({"range": {"created_at": range_query}})
|
||||
|
||||
query = {"bool": {"must": must_clauses}}
|
||||
|
||||
# Add full-text search if keyword provided
|
||||
if keyword:
|
||||
query["bool"]["should"] = [
|
||||
{"match": {"inputs": keyword}},
|
||||
{"match": {"outputs": keyword}},
|
||||
{"match": {"error": keyword}},
|
||||
]
|
||||
query["bool"]["minimum_should_match"] = 1
|
||||
|
||||
index_pattern = f"{self._index_prefix}-{tenant_id}-*"
|
||||
|
||||
response = self._es_client.search(
|
||||
index=index_pattern,
|
||||
body={
|
||||
"query": query,
|
||||
"sort": [{"created_at": {"order": "desc"}}],
|
||||
"size": limit,
|
||||
"from": offset
|
||||
}
|
||||
)
|
||||
|
||||
# Convert results
|
||||
workflow_runs = []
|
||||
for hit in response["hits"]["hits"]:
|
||||
workflow_run = self._from_es_document(hit)
|
||||
workflow_runs.append(workflow_run)
|
||||
|
||||
return {
|
||||
"data": workflow_runs,
|
||||
"total": response["hits"]["total"]["value"],
|
||||
"limit": limit,
|
||||
"offset": offset,
|
||||
"has_more": response["hits"]["total"]["value"] > offset + limit
|
||||
}
|
||||
|
||||
except Exception as e:
|
||||
logger.error("Failed to search workflow runs: %s", e)
|
||||
raise
|
||||
@@ -0,0 +1,393 @@
|
||||
"""
|
||||
Elasticsearch WorkflowAppLog Repository Implementation
|
||||
|
||||
This module provides Elasticsearch-based storage for WorkflowAppLog entities,
|
||||
offering better performance and scalability for log data management.
|
||||
"""
|
||||
|
||||
import logging
|
||||
from datetime import datetime, timedelta
|
||||
from typing import Any, Optional
|
||||
|
||||
from elasticsearch import Elasticsearch
|
||||
|
||||
from models.workflow import WorkflowAppLog
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class ElasticsearchWorkflowAppLogRepository:
|
||||
"""
|
||||
Elasticsearch implementation for WorkflowAppLog storage and retrieval.
|
||||
|
||||
This repository provides:
|
||||
- High-performance log storage in Elasticsearch
|
||||
- Time-series optimization with date-based index rotation
|
||||
- Multi-tenant data isolation
|
||||
- Advanced search and filtering capabilities
|
||||
"""
|
||||
|
||||
def __init__(self, es_client: Elasticsearch, index_prefix: str = "dify-workflow-app-logs"):
|
||||
"""
|
||||
Initialize the repository with Elasticsearch client.
|
||||
|
||||
Args:
|
||||
es_client: Elasticsearch client instance
|
||||
index_prefix: Prefix for Elasticsearch indices
|
||||
"""
|
||||
self._es_client = es_client
|
||||
self._index_prefix = index_prefix
|
||||
|
||||
# Ensure index template exists
|
||||
self._ensure_index_template()
|
||||
|
||||
def _get_index_name(self, tenant_id: str, date: Optional[datetime] = None) -> str:
|
||||
"""
|
||||
Generate index name with date-based rotation.
|
||||
|
||||
Args:
|
||||
tenant_id: Tenant identifier for multi-tenant isolation
|
||||
date: Date for index name generation, defaults to current date
|
||||
|
||||
Returns:
|
||||
Index name in format: {prefix}-{tenant_id}-{YYYY.MM}
|
||||
"""
|
||||
if date is None:
|
||||
date = datetime.utcnow()
|
||||
|
||||
return f"{self._index_prefix}-{tenant_id}-{date.strftime('%Y.%m')}"
|
||||
|
||||
def _ensure_index_template(self):
|
||||
"""
|
||||
Ensure the index template exists for proper mapping and settings.
|
||||
"""
|
||||
template_name = f"{self._index_prefix}-template"
|
||||
template_body = {
|
||||
"index_patterns": [f"{self._index_prefix}-*"],
|
||||
"template": {
|
||||
"settings": {
|
||||
"number_of_shards": 1,
|
||||
"number_of_replicas": 0,
|
||||
"index.refresh_interval": "5s",
|
||||
},
|
||||
"mappings": {
|
||||
"properties": {
|
||||
"id": {"type": "keyword"},
|
||||
"tenant_id": {"type": "keyword"},
|
||||
"app_id": {"type": "keyword"},
|
||||
"workflow_id": {"type": "keyword"},
|
||||
"workflow_run_id": {"type": "keyword"},
|
||||
"created_from": {"type": "keyword"},
|
||||
"created_by_role": {"type": "keyword"},
|
||||
"created_by": {"type": "keyword"},
|
||||
"created_at": {"type": "date"},
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
try:
|
||||
self._es_client.indices.put_index_template(
|
||||
name=template_name,
|
||||
body=template_body
|
||||
)
|
||||
logger.info("Index template %s created/updated successfully", template_name)
|
||||
except Exception as e:
|
||||
logger.error("Failed to create index template %s: %s", template_name, e)
|
||||
raise
|
||||
|
||||
def _to_es_document(self, app_log: WorkflowAppLog) -> dict[str, Any]:
|
||||
"""
|
||||
Convert WorkflowAppLog model to Elasticsearch document.
|
||||
|
||||
Args:
|
||||
app_log: The WorkflowAppLog model to convert
|
||||
|
||||
Returns:
|
||||
Dictionary representing the Elasticsearch document
|
||||
"""
|
||||
return {
|
||||
"id": app_log.id,
|
||||
"tenant_id": app_log.tenant_id,
|
||||
"app_id": app_log.app_id,
|
||||
"workflow_id": app_log.workflow_id,
|
||||
"workflow_run_id": app_log.workflow_run_id,
|
||||
"created_from": app_log.created_from,
|
||||
"created_by_role": app_log.created_by_role,
|
||||
"created_by": app_log.created_by,
|
||||
"created_at": app_log.created_at.isoformat() if app_log.created_at else None,
|
||||
}
|
||||
|
||||
def _from_es_document(self, doc: dict[str, Any]) -> WorkflowAppLog:
|
||||
"""
|
||||
Convert Elasticsearch document to WorkflowAppLog model.
|
||||
|
||||
Args:
|
||||
doc: Elasticsearch document
|
||||
|
||||
Returns:
|
||||
WorkflowAppLog model instance
|
||||
"""
|
||||
source = doc.get("_source", doc)
|
||||
|
||||
app_log = WorkflowAppLog()
|
||||
app_log.id = source["id"]
|
||||
app_log.tenant_id = source["tenant_id"]
|
||||
app_log.app_id = source["app_id"]
|
||||
app_log.workflow_id = source["workflow_id"]
|
||||
app_log.workflow_run_id = source["workflow_run_id"]
|
||||
app_log.created_from = source["created_from"]
|
||||
app_log.created_by_role = source["created_by_role"]
|
||||
app_log.created_by = source["created_by"]
|
||||
app_log.created_at = datetime.fromisoformat(source["created_at"]) if source.get("created_at") else None
|
||||
|
||||
return app_log
|
||||
|
||||
def save(self, app_log: WorkflowAppLog) -> None:
|
||||
"""
|
||||
Save a WorkflowAppLog to Elasticsearch.
|
||||
|
||||
Args:
|
||||
app_log: The WorkflowAppLog to save
|
||||
"""
|
||||
try:
|
||||
index_name = self._get_index_name(app_log.tenant_id, app_log.created_at)
|
||||
doc = self._to_es_document(app_log)
|
||||
|
||||
self._es_client.index(
|
||||
index=index_name,
|
||||
id=app_log.id,
|
||||
body=doc,
|
||||
refresh="wait_for"
|
||||
)
|
||||
|
||||
logger.debug(f"Saved workflow app log {app_log.id} to index {index_name}")
|
||||
|
||||
except Exception as e:
|
||||
logger.error(f"Failed to save workflow app log {app_log.id}: {e}")
|
||||
raise
|
||||
|
||||
def get_by_id(self, tenant_id: str, log_id: str) -> Optional[WorkflowAppLog]:
|
||||
"""
|
||||
Get a WorkflowAppLog by ID.
|
||||
|
||||
Args:
|
||||
tenant_id: Tenant identifier
|
||||
log_id: Log ID
|
||||
|
||||
Returns:
|
||||
WorkflowAppLog if found, None otherwise
|
||||
"""
|
||||
try:
|
||||
query = {
|
||||
"bool": {
|
||||
"must": [
|
||||
{"term": {"id": log_id}},
|
||||
{"term": {"tenant_id": tenant_id}},
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
index_pattern = f"{self._index_prefix}-{tenant_id}-*"
|
||||
|
||||
response = self._es_client.search(
|
||||
index=index_pattern,
|
||||
body={
|
||||
"query": query,
|
||||
"size": 1
|
||||
}
|
||||
)
|
||||
|
||||
if response["hits"]["total"]["value"] > 0:
|
||||
hit = response["hits"]["hits"][0]
|
||||
return self._from_es_document(hit)
|
||||
|
||||
return None
|
||||
|
||||
except Exception as e:
|
||||
logger.error("Failed to get workflow app log %s: %s", log_id, e)
|
||||
raise
|
||||
|
||||
def get_paginated_logs(
|
||||
self,
|
||||
tenant_id: str,
|
||||
app_id: str,
|
||||
created_at_after: Optional[datetime] = None,
|
||||
created_at_before: Optional[datetime] = None,
|
||||
created_from: Optional[str] = None,
|
||||
limit: int = 20,
|
||||
offset: int = 0,
|
||||
) -> dict[str, Any]:
|
||||
"""
|
||||
Get paginated workflow app logs with filtering.
|
||||
|
||||
Args:
|
||||
tenant_id: Tenant identifier
|
||||
app_id: App identifier
|
||||
created_at_after: Filter logs created after this date
|
||||
created_at_before: Filter logs created before this date
|
||||
created_from: Filter by creation source
|
||||
limit: Maximum number of results
|
||||
offset: Offset for pagination
|
||||
|
||||
Returns:
|
||||
Dictionary with paginated results
|
||||
"""
|
||||
try:
|
||||
# Build query
|
||||
must_clauses = [
|
||||
{"term": {"tenant_id": tenant_id}},
|
||||
{"term": {"app_id": app_id}},
|
||||
]
|
||||
|
||||
if created_from:
|
||||
must_clauses.append({"term": {"created_from": created_from}})
|
||||
|
||||
# Date range filter
|
||||
if created_at_after or created_at_before:
|
||||
range_query = {}
|
||||
if created_at_after:
|
||||
range_query["gte"] = created_at_after.isoformat()
|
||||
if created_at_before:
|
||||
range_query["lte"] = created_at_before.isoformat()
|
||||
must_clauses.append({"range": {"created_at": range_query}})
|
||||
|
||||
query = {"bool": {"must": must_clauses}}
|
||||
|
||||
index_pattern = f"{self._index_prefix}-{tenant_id}-*"
|
||||
|
||||
response = self._es_client.search(
|
||||
index=index_pattern,
|
||||
body={
|
||||
"query": query,
|
||||
"sort": [{"created_at": {"order": "desc"}}],
|
||||
"size": limit,
|
||||
"from": offset
|
||||
}
|
||||
)
|
||||
|
||||
# Convert results
|
||||
app_logs = []
|
||||
for hit in response["hits"]["hits"]:
|
||||
app_log = self._from_es_document(hit)
|
||||
app_logs.append(app_log)
|
||||
|
||||
return {
|
||||
"data": app_logs,
|
||||
"total": response["hits"]["total"]["value"],
|
||||
"limit": limit,
|
||||
"offset": offset,
|
||||
"has_more": response["hits"]["total"]["value"] > offset + limit
|
||||
}
|
||||
|
||||
except Exception as e:
|
||||
logger.error("Failed to get paginated workflow app logs: %s", e)
|
||||
raise
|
||||
|
||||
def delete_by_app(self, tenant_id: str, app_id: str) -> int:
|
||||
"""
|
||||
Delete all workflow app logs for a specific app.
|
||||
|
||||
Args:
|
||||
tenant_id: Tenant identifier
|
||||
app_id: App identifier
|
||||
|
||||
Returns:
|
||||
Number of deleted documents
|
||||
"""
|
||||
try:
|
||||
query = {
|
||||
"bool": {
|
||||
"must": [
|
||||
{"term": {"tenant_id": tenant_id}},
|
||||
{"term": {"app_id": app_id}},
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
index_pattern = f"{self._index_prefix}-{tenant_id}-*"
|
||||
|
||||
response = self._es_client.delete_by_query(
|
||||
index=index_pattern,
|
||||
body={"query": query},
|
||||
refresh=True
|
||||
)
|
||||
|
||||
deleted_count = response.get("deleted", 0)
|
||||
logger.info("Deleted %s workflow app logs for app %s", deleted_count, app_id)
|
||||
return deleted_count
|
||||
|
||||
except Exception as e:
|
||||
logger.error("Failed to delete workflow app logs for app %s: %s", app_id, e)
|
||||
raise
|
||||
|
||||
def delete_expired_logs(self, tenant_id: str, before_date: datetime) -> int:
|
||||
"""
|
||||
Delete expired workflow app logs.
|
||||
|
||||
Args:
|
||||
tenant_id: Tenant identifier
|
||||
before_date: Delete logs created before this date
|
||||
|
||||
Returns:
|
||||
Number of deleted documents
|
||||
"""
|
||||
try:
|
||||
query = {
|
||||
"bool": {
|
||||
"must": [
|
||||
{"term": {"tenant_id": tenant_id}},
|
||||
{"range": {"created_at": {"lt": before_date.isoformat()}}},
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
index_pattern = f"{self._index_prefix}-{tenant_id}-*"
|
||||
|
||||
response = self._es_client.delete_by_query(
|
||||
index=index_pattern,
|
||||
body={"query": query},
|
||||
refresh=True
|
||||
)
|
||||
|
||||
deleted_count = response.get("deleted", 0)
|
||||
logger.info("Deleted %s expired workflow app logs for tenant %s", deleted_count, tenant_id)
|
||||
return deleted_count
|
||||
|
||||
except Exception as e:
|
||||
logger.error("Failed to delete expired workflow app logs: %s", e)
|
||||
raise
|
||||
|
||||
def cleanup_old_indices(self, tenant_id: str, retention_days: int = 30) -> None:
|
||||
"""
|
||||
Clean up old indices based on retention policy.
|
||||
|
||||
Args:
|
||||
tenant_id: Tenant identifier
|
||||
retention_days: Number of days to retain data
|
||||
"""
|
||||
try:
|
||||
cutoff_date = datetime.utcnow() - timedelta(days=retention_days)
|
||||
cutoff_month = cutoff_date.strftime('%Y.%m')
|
||||
|
||||
# Get all indices matching our pattern
|
||||
index_pattern = f"{self._index_prefix}-{tenant_id}-*"
|
||||
indices = self._es_client.indices.get(index=index_pattern)
|
||||
|
||||
indices_to_delete = []
|
||||
for index_name in indices.keys():
|
||||
# Extract date from index name
|
||||
try:
|
||||
date_part = index_name.split('-')[-1] # Get YYYY.MM part
|
||||
if date_part < cutoff_month:
|
||||
indices_to_delete.append(index_name)
|
||||
except (IndexError, ValueError):
|
||||
continue
|
||||
|
||||
if indices_to_delete:
|
||||
self._es_client.indices.delete(index=','.join(indices_to_delete))
|
||||
logger.info("Deleted old indices: %s", indices_to_delete)
|
||||
|
||||
except Exception as e:
|
||||
logger.error("Failed to cleanup old indices: %s", e)
|
||||
raise
|
||||
@@ -52,7 +52,8 @@ def check_upgradable_plugin_task():
|
||||
strategy.include_plugins,
|
||||
)
|
||||
|
||||
if batch_interval_time > 0.0001: # if lower than 1ms, skip
|
||||
# Only sleep if batch_interval_time > 0.0001 AND current batch is not the last one
|
||||
if batch_interval_time > 0.0001 and i + MAX_CONCURRENT_CHECK_TASKS < total_strategies:
|
||||
time.sleep(batch_interval_time)
|
||||
|
||||
end_at = time.perf_counter()
|
||||
|
||||
@@ -2,8 +2,6 @@ import uuid
|
||||
from collections.abc import Generator, Mapping
|
||||
from typing import Any, Union
|
||||
|
||||
from openai._exceptions import RateLimitError
|
||||
|
||||
from configs import dify_config
|
||||
from core.app.apps.advanced_chat.app_generator import AdvancedChatAppGenerator
|
||||
from core.app.apps.agent_chat.app_generator import AgentChatAppGenerator
|
||||
@@ -122,8 +120,6 @@ class AppGenerateService:
|
||||
)
|
||||
else:
|
||||
raise ValueError(f"Invalid app mode {app_model.mode}")
|
||||
except RateLimitError as e:
|
||||
raise InvokeRateLimitError(str(e))
|
||||
except Exception:
|
||||
rate_limit.exit(request_id)
|
||||
raise
|
||||
|
||||
@@ -93,7 +93,7 @@ logger = logging.getLogger(__name__)
|
||||
class DatasetService:
|
||||
@staticmethod
|
||||
def get_datasets(page, per_page, tenant_id=None, user=None, search=None, tag_ids=None, include_all=False):
|
||||
query = select(Dataset).where(Dataset.tenant_id == tenant_id).order_by(Dataset.created_at.desc())
|
||||
query = select(Dataset).where(Dataset.tenant_id == tenant_id).order_by(Dataset.created_at.desc(), Dataset.id)
|
||||
|
||||
if user:
|
||||
# get permitted dataset ids
|
||||
|
||||
@@ -0,0 +1,631 @@
|
||||
"""
|
||||
Elasticsearch Migration Service
|
||||
|
||||
This service provides tools for migrating workflow log data from PostgreSQL
|
||||
to Elasticsearch, including data validation, progress tracking, and rollback capabilities.
|
||||
"""
|
||||
|
||||
import json
|
||||
import logging
|
||||
from datetime import datetime
|
||||
from typing import Any, Optional
|
||||
|
||||
from elasticsearch import Elasticsearch
|
||||
from sqlalchemy import select
|
||||
from sqlalchemy.orm import sessionmaker
|
||||
|
||||
from extensions.ext_database import db
|
||||
from extensions.ext_elasticsearch import elasticsearch
|
||||
from models.workflow import (
|
||||
WorkflowAppLog,
|
||||
WorkflowNodeExecutionModel,
|
||||
WorkflowNodeExecutionOffload,
|
||||
WorkflowRun,
|
||||
)
|
||||
from repositories.elasticsearch_api_workflow_run_repository import ElasticsearchAPIWorkflowRunRepository
|
||||
from repositories.elasticsearch_workflow_app_log_repository import ElasticsearchWorkflowAppLogRepository
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class ElasticsearchMigrationService:
|
||||
"""
|
||||
Service for migrating workflow log data from PostgreSQL to Elasticsearch.
|
||||
|
||||
Provides comprehensive migration capabilities including:
|
||||
- Batch processing for large datasets
|
||||
- Progress tracking and resumption
|
||||
- Data validation and integrity checks
|
||||
- Rollback capabilities
|
||||
- Performance monitoring
|
||||
"""
|
||||
|
||||
def __init__(self, es_client: Optional[Elasticsearch] = None, batch_size: int = 1000):
|
||||
"""
|
||||
Initialize the migration service.
|
||||
|
||||
Args:
|
||||
es_client: Elasticsearch client instance (uses global client if None)
|
||||
batch_size: Number of records to process in each batch
|
||||
"""
|
||||
self._es_client = es_client or elasticsearch.client
|
||||
if not self._es_client:
|
||||
raise ValueError("Elasticsearch client is not available")
|
||||
|
||||
self._batch_size = batch_size
|
||||
self._session_maker = sessionmaker(bind=db.engine, expire_on_commit=False)
|
||||
|
||||
# Initialize repositories
|
||||
self._workflow_run_repo = ElasticsearchAPIWorkflowRunRepository(self._es_client)
|
||||
self._app_log_repo = ElasticsearchWorkflowAppLogRepository(self._es_client)
|
||||
|
||||
def migrate_workflow_runs(
|
||||
self,
|
||||
tenant_id: Optional[str] = None,
|
||||
start_date: Optional[datetime] = None,
|
||||
end_date: Optional[datetime] = None,
|
||||
dry_run: bool = False,
|
||||
) -> dict[str, Any]:
|
||||
"""
|
||||
Migrate WorkflowRun data from PostgreSQL to Elasticsearch.
|
||||
|
||||
Args:
|
||||
tenant_id: Optional tenant filter for migration
|
||||
start_date: Optional start date filter
|
||||
end_date: Optional end date filter
|
||||
dry_run: If True, only count records without migrating
|
||||
|
||||
Returns:
|
||||
Migration statistics and results
|
||||
"""
|
||||
logger.info("Starting WorkflowRun migration to Elasticsearch")
|
||||
|
||||
stats = {
|
||||
"total_records": 0,
|
||||
"migrated_records": 0,
|
||||
"failed_records": 0,
|
||||
"start_time": datetime.utcnow(),
|
||||
"errors": [],
|
||||
}
|
||||
|
||||
try:
|
||||
with self._session_maker() as session:
|
||||
# Build query
|
||||
query = select(WorkflowRun)
|
||||
|
||||
if tenant_id:
|
||||
query = query.where(WorkflowRun.tenant_id == tenant_id)
|
||||
|
||||
if start_date:
|
||||
query = query.where(WorkflowRun.created_at >= start_date)
|
||||
|
||||
if end_date:
|
||||
query = query.where(WorkflowRun.created_at <= end_date)
|
||||
|
||||
# Get total count
|
||||
count_query = select(db.func.count()).select_from(query.subquery())
|
||||
stats["total_records"] = session.scalar(count_query) or 0
|
||||
|
||||
if dry_run:
|
||||
logger.info(f"Dry run: Found {stats['total_records']} WorkflowRun records to migrate")
|
||||
return stats
|
||||
|
||||
# Process in batches
|
||||
offset = 0
|
||||
while offset < stats["total_records"]:
|
||||
batch_query = query.offset(offset).limit(self._batch_size)
|
||||
workflow_runs = session.scalars(batch_query).all()
|
||||
|
||||
if not workflow_runs:
|
||||
break
|
||||
|
||||
# Migrate batch
|
||||
for workflow_run in workflow_runs:
|
||||
try:
|
||||
self._workflow_run_repo.save(workflow_run)
|
||||
stats["migrated_records"] += 1
|
||||
|
||||
if stats["migrated_records"] % 100 == 0:
|
||||
logger.info(f"Migrated {stats['migrated_records']}/{stats['total_records']} WorkflowRuns")
|
||||
|
||||
except Exception as e:
|
||||
error_msg = f"Failed to migrate WorkflowRun {workflow_run.id}: {str(e)}"
|
||||
logger.error(error_msg)
|
||||
stats["errors"].append(error_msg)
|
||||
stats["failed_records"] += 1
|
||||
|
||||
offset += self._batch_size
|
||||
|
||||
except Exception as e:
|
||||
error_msg = f"Migration failed: {str(e)}"
|
||||
logger.error(error_msg)
|
||||
stats["errors"].append(error_msg)
|
||||
raise
|
||||
|
||||
stats["end_time"] = datetime.utcnow()
|
||||
stats["duration"] = (stats["end_time"] - stats["start_time"]).total_seconds()
|
||||
|
||||
logger.info(f"WorkflowRun migration completed: {stats['migrated_records']} migrated, "
|
||||
f"{stats['failed_records']} failed in {stats['duration']:.2f}s")
|
||||
|
||||
return stats
|
||||
|
||||
def migrate_workflow_app_logs(
|
||||
self,
|
||||
tenant_id: Optional[str] = None,
|
||||
start_date: Optional[datetime] = None,
|
||||
end_date: Optional[datetime] = None,
|
||||
dry_run: bool = False,
|
||||
) -> dict[str, Any]:
|
||||
"""
|
||||
Migrate WorkflowAppLog data from PostgreSQL to Elasticsearch.
|
||||
|
||||
Args:
|
||||
tenant_id: Optional tenant filter for migration
|
||||
start_date: Optional start date filter
|
||||
end_date: Optional end date filter
|
||||
dry_run: If True, only count records without migrating
|
||||
|
||||
Returns:
|
||||
Migration statistics and results
|
||||
"""
|
||||
logger.info("Starting WorkflowAppLog migration to Elasticsearch")
|
||||
|
||||
stats = {
|
||||
"total_records": 0,
|
||||
"migrated_records": 0,
|
||||
"failed_records": 0,
|
||||
"start_time": datetime.utcnow(),
|
||||
"errors": [],
|
||||
}
|
||||
|
||||
try:
|
||||
with self._session_maker() as session:
|
||||
# Build query
|
||||
query = select(WorkflowAppLog)
|
||||
|
||||
if tenant_id:
|
||||
query = query.where(WorkflowAppLog.tenant_id == tenant_id)
|
||||
|
||||
if start_date:
|
||||
query = query.where(WorkflowAppLog.created_at >= start_date)
|
||||
|
||||
if end_date:
|
||||
query = query.where(WorkflowAppLog.created_at <= end_date)
|
||||
|
||||
# Get total count
|
||||
count_query = select(db.func.count()).select_from(query.subquery())
|
||||
stats["total_records"] = session.scalar(count_query) or 0
|
||||
|
||||
if dry_run:
|
||||
logger.info(f"Dry run: Found {stats['total_records']} WorkflowAppLog records to migrate")
|
||||
return stats
|
||||
|
||||
# Process in batches
|
||||
offset = 0
|
||||
while offset < stats["total_records"]:
|
||||
batch_query = query.offset(offset).limit(self._batch_size)
|
||||
app_logs = session.scalars(batch_query).all()
|
||||
|
||||
if not app_logs:
|
||||
break
|
||||
|
||||
# Migrate batch
|
||||
for app_log in app_logs:
|
||||
try:
|
||||
self._app_log_repo.save(app_log)
|
||||
stats["migrated_records"] += 1
|
||||
|
||||
if stats["migrated_records"] % 100 == 0:
|
||||
logger.info(f"Migrated {stats['migrated_records']}/{stats['total_records']} WorkflowAppLogs")
|
||||
|
||||
except Exception as e:
|
||||
error_msg = f"Failed to migrate WorkflowAppLog {app_log.id}: {str(e)}"
|
||||
logger.error(error_msg)
|
||||
stats["errors"].append(error_msg)
|
||||
stats["failed_records"] += 1
|
||||
|
||||
offset += self._batch_size
|
||||
|
||||
except Exception as e:
|
||||
error_msg = f"Migration failed: {str(e)}"
|
||||
logger.error(error_msg)
|
||||
stats["errors"].append(error_msg)
|
||||
raise
|
||||
|
||||
stats["end_time"] = datetime.utcnow()
|
||||
stats["duration"] = (stats["end_time"] - stats["start_time"]).total_seconds()
|
||||
|
||||
logger.info(f"WorkflowAppLog migration completed: {stats['migrated_records']} migrated, "
|
||||
f"{stats['failed_records']} failed in {stats['duration']:.2f}s")
|
||||
|
||||
return stats
|
||||
|
||||
def migrate_workflow_node_executions(
|
||||
self,
|
||||
tenant_id: Optional[str] = None,
|
||||
start_date: Optional[datetime] = None,
|
||||
end_date: Optional[datetime] = None,
|
||||
dry_run: bool = False,
|
||||
) -> dict[str, Any]:
|
||||
"""
|
||||
Migrate WorkflowNodeExecution data from PostgreSQL to Elasticsearch.
|
||||
|
||||
Note: This requires the Elasticsearch WorkflowNodeExecution repository
|
||||
to be properly configured and initialized.
|
||||
|
||||
Args:
|
||||
tenant_id: Optional tenant filter for migration
|
||||
start_date: Optional start date filter
|
||||
end_date: Optional end date filter
|
||||
dry_run: If True, only count records without migrating
|
||||
|
||||
Returns:
|
||||
Migration statistics and results
|
||||
"""
|
||||
logger.info("Starting WorkflowNodeExecution migration to Elasticsearch")
|
||||
|
||||
stats = {
|
||||
"total_records": 0,
|
||||
"migrated_records": 0,
|
||||
"failed_records": 0,
|
||||
"start_time": datetime.utcnow(),
|
||||
"errors": [],
|
||||
}
|
||||
|
||||
try:
|
||||
with self._session_maker() as session:
|
||||
# Build query with offload data preloaded
|
||||
query = WorkflowNodeExecutionModel.preload_offload_data_and_files(
|
||||
select(WorkflowNodeExecutionModel)
|
||||
)
|
||||
|
||||
if tenant_id:
|
||||
query = query.where(WorkflowNodeExecutionModel.tenant_id == tenant_id)
|
||||
|
||||
if start_date:
|
||||
query = query.where(WorkflowNodeExecutionModel.created_at >= start_date)
|
||||
|
||||
if end_date:
|
||||
query = query.where(WorkflowNodeExecutionModel.created_at <= end_date)
|
||||
|
||||
# Get total count
|
||||
count_query = select(db.func.count()).select_from(
|
||||
select(WorkflowNodeExecutionModel).where(
|
||||
*([WorkflowNodeExecutionModel.tenant_id == tenant_id] if tenant_id else []),
|
||||
*([WorkflowNodeExecutionModel.created_at >= start_date] if start_date else []),
|
||||
*([WorkflowNodeExecutionModel.created_at <= end_date] if end_date else []),
|
||||
).subquery()
|
||||
)
|
||||
stats["total_records"] = session.scalar(count_query) or 0
|
||||
|
||||
if dry_run:
|
||||
logger.info(f"Dry run: Found {stats['total_records']} WorkflowNodeExecution records to migrate")
|
||||
return stats
|
||||
|
||||
# Process in batches
|
||||
offset = 0
|
||||
while offset < stats["total_records"]:
|
||||
batch_query = query.offset(offset).limit(self._batch_size)
|
||||
node_executions = session.scalars(batch_query).all()
|
||||
|
||||
if not node_executions:
|
||||
break
|
||||
|
||||
# Migrate batch
|
||||
for node_execution in node_executions:
|
||||
try:
|
||||
# Convert to Elasticsearch document format
|
||||
doc = self._convert_node_execution_to_es_doc(node_execution)
|
||||
|
||||
# Save to Elasticsearch
|
||||
index_name = f"dify-workflow-node-executions-{tenant_id or node_execution.tenant_id}-{node_execution.created_at.strftime('%Y.%m')}"
|
||||
self._es_client.index(
|
||||
index=index_name,
|
||||
id=node_execution.id,
|
||||
body=doc,
|
||||
refresh="wait_for"
|
||||
)
|
||||
|
||||
stats["migrated_records"] += 1
|
||||
|
||||
if stats["migrated_records"] % 100 == 0:
|
||||
logger.info(f"Migrated {stats['migrated_records']}/{stats['total_records']} WorkflowNodeExecutions")
|
||||
|
||||
except Exception as e:
|
||||
error_msg = f"Failed to migrate WorkflowNodeExecution {node_execution.id}: {str(e)}"
|
||||
logger.error(error_msg)
|
||||
stats["errors"].append(error_msg)
|
||||
stats["failed_records"] += 1
|
||||
|
||||
offset += self._batch_size
|
||||
|
||||
except Exception as e:
|
||||
error_msg = f"Migration failed: {str(e)}"
|
||||
logger.error(error_msg)
|
||||
stats["errors"].append(error_msg)
|
||||
raise
|
||||
|
||||
stats["end_time"] = datetime.utcnow()
|
||||
stats["duration"] = (stats["end_time"] - stats["start_time"]).total_seconds()
|
||||
|
||||
logger.info(f"WorkflowNodeExecution migration completed: {stats['migrated_records']} migrated, "
|
||||
f"{stats['failed_records']} failed in {stats['duration']:.2f}s")
|
||||
|
||||
return stats
|
||||
|
||||
def _convert_node_execution_to_es_doc(self, node_execution: WorkflowNodeExecutionModel) -> dict[str, Any]:
|
||||
"""
|
||||
Convert WorkflowNodeExecutionModel to Elasticsearch document format.
|
||||
|
||||
Args:
|
||||
node_execution: The database model to convert
|
||||
|
||||
Returns:
|
||||
Dictionary representing the Elasticsearch document
|
||||
"""
|
||||
# Load full data if offloaded
|
||||
inputs = node_execution.inputs_dict
|
||||
outputs = node_execution.outputs_dict
|
||||
process_data = node_execution.process_data_dict
|
||||
|
||||
# If data is offloaded, load from storage
|
||||
if node_execution.offload_data:
|
||||
from extensions.ext_storage import storage
|
||||
|
||||
for offload in node_execution.offload_data:
|
||||
if offload.file:
|
||||
content = storage.load(offload.file.key)
|
||||
data = json.loads(content)
|
||||
|
||||
if offload.type_.value == "inputs":
|
||||
inputs = data
|
||||
elif offload.type_.value == "outputs":
|
||||
outputs = data
|
||||
elif offload.type_.value == "process_data":
|
||||
process_data = data
|
||||
|
||||
doc = {
|
||||
"id": node_execution.id,
|
||||
"tenant_id": node_execution.tenant_id,
|
||||
"app_id": node_execution.app_id,
|
||||
"workflow_id": node_execution.workflow_id,
|
||||
"workflow_execution_id": node_execution.workflow_run_id,
|
||||
"node_execution_id": node_execution.node_execution_id,
|
||||
"triggered_from": node_execution.triggered_from,
|
||||
"index": node_execution.index,
|
||||
"predecessor_node_id": node_execution.predecessor_node_id,
|
||||
"node_id": node_execution.node_id,
|
||||
"node_type": node_execution.node_type,
|
||||
"title": node_execution.title,
|
||||
"inputs": inputs,
|
||||
"process_data": process_data,
|
||||
"outputs": outputs,
|
||||
"status": node_execution.status,
|
||||
"error": node_execution.error,
|
||||
"elapsed_time": node_execution.elapsed_time,
|
||||
"metadata": node_execution.execution_metadata_dict,
|
||||
"created_at": node_execution.created_at.isoformat() if node_execution.created_at else None,
|
||||
"finished_at": node_execution.finished_at.isoformat() if node_execution.finished_at else None,
|
||||
"created_by_role": node_execution.created_by_role,
|
||||
"created_by": node_execution.created_by,
|
||||
}
|
||||
|
||||
# Remove None values to reduce storage size
|
||||
return {k: v for k, v in doc.items() if v is not None}
|
||||
|
||||
def validate_migration(self, tenant_id: str, sample_size: int = 100) -> dict[str, Any]:
|
||||
"""
|
||||
Validate migrated data by comparing samples from PostgreSQL and Elasticsearch.
|
||||
|
||||
Args:
|
||||
tenant_id: Tenant ID to validate
|
||||
sample_size: Number of records to sample for validation
|
||||
|
||||
Returns:
|
||||
Validation results and statistics
|
||||
"""
|
||||
logger.info("Starting migration validation for tenant %s", tenant_id)
|
||||
|
||||
validation_results = {
|
||||
"workflow_runs": {"total": 0, "matched": 0, "mismatched": 0, "missing": 0},
|
||||
"app_logs": {"total": 0, "matched": 0, "mismatched": 0, "missing": 0},
|
||||
"node_executions": {"total": 0, "matched": 0, "mismatched": 0, "missing": 0},
|
||||
"errors": [],
|
||||
}
|
||||
|
||||
try:
|
||||
with self._session_maker() as session:
|
||||
# Validate WorkflowRuns
|
||||
workflow_runs = session.scalars(
|
||||
select(WorkflowRun)
|
||||
.where(WorkflowRun.tenant_id == tenant_id)
|
||||
.limit(sample_size)
|
||||
).all()
|
||||
|
||||
validation_results["workflow_runs"]["total"] = len(workflow_runs)
|
||||
|
||||
for workflow_run in workflow_runs:
|
||||
try:
|
||||
es_run = self._workflow_run_repo.get_workflow_run_by_id(
|
||||
tenant_id, workflow_run.app_id, workflow_run.id
|
||||
)
|
||||
|
||||
if es_run:
|
||||
if self._compare_workflow_runs(workflow_run, es_run):
|
||||
validation_results["workflow_runs"]["matched"] += 1
|
||||
else:
|
||||
validation_results["workflow_runs"]["mismatched"] += 1
|
||||
else:
|
||||
validation_results["workflow_runs"]["missing"] += 1
|
||||
|
||||
except Exception as e:
|
||||
validation_results["errors"].append(f"Error validating WorkflowRun {workflow_run.id}: {str(e)}")
|
||||
|
||||
# Validate WorkflowAppLogs
|
||||
app_logs = session.scalars(
|
||||
select(WorkflowAppLog)
|
||||
.where(WorkflowAppLog.tenant_id == tenant_id)
|
||||
.limit(sample_size)
|
||||
).all()
|
||||
|
||||
validation_results["app_logs"]["total"] = len(app_logs)
|
||||
|
||||
for app_log in app_logs:
|
||||
try:
|
||||
es_log = self._app_log_repo.get_by_id(tenant_id, app_log.id)
|
||||
|
||||
if es_log:
|
||||
if self._compare_app_logs(app_log, es_log):
|
||||
validation_results["app_logs"]["matched"] += 1
|
||||
else:
|
||||
validation_results["app_logs"]["mismatched"] += 1
|
||||
else:
|
||||
validation_results["app_logs"]["missing"] += 1
|
||||
|
||||
except Exception as e:
|
||||
validation_results["errors"].append(f"Error validating WorkflowAppLog {app_log.id}: {str(e)}")
|
||||
|
||||
except Exception as e:
|
||||
error_msg = f"Validation failed: {str(e)}"
|
||||
logger.error(error_msg)
|
||||
validation_results["errors"].append(error_msg)
|
||||
|
||||
logger.info("Migration validation completed for tenant %s", tenant_id)
|
||||
return validation_results
|
||||
|
||||
def _compare_workflow_runs(self, pg_run: WorkflowRun, es_run: WorkflowRun) -> bool:
|
||||
"""Compare WorkflowRun records from PostgreSQL and Elasticsearch."""
|
||||
return (
|
||||
pg_run.id == es_run.id
|
||||
and pg_run.status == es_run.status
|
||||
and pg_run.elapsed_time == es_run.elapsed_time
|
||||
and pg_run.total_tokens == es_run.total_tokens
|
||||
)
|
||||
|
||||
def _compare_app_logs(self, pg_log: WorkflowAppLog, es_log: WorkflowAppLog) -> bool:
|
||||
"""Compare WorkflowAppLog records from PostgreSQL and Elasticsearch."""
|
||||
return (
|
||||
pg_log.id == es_log.id
|
||||
and pg_log.workflow_run_id == es_log.workflow_run_id
|
||||
and pg_log.created_from == es_log.created_from
|
||||
)
|
||||
|
||||
def cleanup_old_pg_data(
|
||||
self,
|
||||
tenant_id: str,
|
||||
before_date: datetime,
|
||||
dry_run: bool = True,
|
||||
) -> dict[str, Any]:
|
||||
"""
|
||||
Clean up old PostgreSQL data after successful migration to Elasticsearch.
|
||||
|
||||
Args:
|
||||
tenant_id: Tenant ID to clean up
|
||||
before_date: Delete records created before this date
|
||||
dry_run: If True, only count records without deleting
|
||||
|
||||
Returns:
|
||||
Cleanup statistics
|
||||
"""
|
||||
logger.info("Starting PostgreSQL data cleanup for tenant %s", tenant_id)
|
||||
|
||||
stats = {
|
||||
"workflow_runs_deleted": 0,
|
||||
"app_logs_deleted": 0,
|
||||
"node_executions_deleted": 0,
|
||||
"offload_records_deleted": 0,
|
||||
"start_time": datetime.utcnow(),
|
||||
}
|
||||
|
||||
try:
|
||||
with self._session_maker() as session:
|
||||
if not dry_run:
|
||||
# Delete WorkflowNodeExecutionOffload records
|
||||
offload_count = session.query(WorkflowNodeExecutionOffload).filter(
|
||||
WorkflowNodeExecutionOffload.tenant_id == tenant_id,
|
||||
WorkflowNodeExecutionOffload.created_at < before_date,
|
||||
).count()
|
||||
|
||||
session.query(WorkflowNodeExecutionOffload).filter(
|
||||
WorkflowNodeExecutionOffload.tenant_id == tenant_id,
|
||||
WorkflowNodeExecutionOffload.created_at < before_date,
|
||||
).delete()
|
||||
|
||||
stats["offload_records_deleted"] = offload_count
|
||||
|
||||
# Delete WorkflowNodeExecution records
|
||||
node_exec_count = session.query(WorkflowNodeExecutionModel).filter(
|
||||
WorkflowNodeExecutionModel.tenant_id == tenant_id,
|
||||
WorkflowNodeExecutionModel.created_at < before_date,
|
||||
).count()
|
||||
|
||||
session.query(WorkflowNodeExecutionModel).filter(
|
||||
WorkflowNodeExecutionModel.tenant_id == tenant_id,
|
||||
WorkflowNodeExecutionModel.created_at < before_date,
|
||||
).delete()
|
||||
|
||||
stats["node_executions_deleted"] = node_exec_count
|
||||
|
||||
# Delete WorkflowAppLog records
|
||||
app_log_count = session.query(WorkflowAppLog).filter(
|
||||
WorkflowAppLog.tenant_id == tenant_id,
|
||||
WorkflowAppLog.created_at < before_date,
|
||||
).count()
|
||||
|
||||
session.query(WorkflowAppLog).filter(
|
||||
WorkflowAppLog.tenant_id == tenant_id,
|
||||
WorkflowAppLog.created_at < before_date,
|
||||
).delete()
|
||||
|
||||
stats["app_logs_deleted"] = app_log_count
|
||||
|
||||
# Delete WorkflowRun records
|
||||
workflow_run_count = session.query(WorkflowRun).filter(
|
||||
WorkflowRun.tenant_id == tenant_id,
|
||||
WorkflowRun.created_at < before_date,
|
||||
).count()
|
||||
|
||||
session.query(WorkflowRun).filter(
|
||||
WorkflowRun.tenant_id == tenant_id,
|
||||
WorkflowRun.created_at < before_date,
|
||||
).delete()
|
||||
|
||||
stats["workflow_runs_deleted"] = workflow_run_count
|
||||
|
||||
session.commit()
|
||||
else:
|
||||
# Dry run - just count records
|
||||
stats["workflow_runs_deleted"] = session.query(WorkflowRun).filter(
|
||||
WorkflowRun.tenant_id == tenant_id,
|
||||
WorkflowRun.created_at < before_date,
|
||||
).count()
|
||||
|
||||
stats["app_logs_deleted"] = session.query(WorkflowAppLog).filter(
|
||||
WorkflowAppLog.tenant_id == tenant_id,
|
||||
WorkflowAppLog.created_at < before_date,
|
||||
).count()
|
||||
|
||||
stats["node_executions_deleted"] = session.query(WorkflowNodeExecutionModel).filter(
|
||||
WorkflowNodeExecutionModel.tenant_id == tenant_id,
|
||||
WorkflowNodeExecutionModel.created_at < before_date,
|
||||
).count()
|
||||
|
||||
stats["offload_records_deleted"] = session.query(WorkflowNodeExecutionOffload).filter(
|
||||
WorkflowNodeExecutionOffload.tenant_id == tenant_id,
|
||||
WorkflowNodeExecutionOffload.created_at < before_date,
|
||||
).count()
|
||||
|
||||
except Exception as e:
|
||||
logger.error(f"Cleanup failed: {str(e)}")
|
||||
raise
|
||||
|
||||
stats["end_time"] = datetime.utcnow()
|
||||
stats["duration"] = (stats["end_time"] - stats["start_time"]).total_seconds()
|
||||
|
||||
action = "Would delete" if dry_run else "Deleted"
|
||||
logger.info(f"PostgreSQL cleanup completed: {action} {stats['workflow_runs_deleted']} WorkflowRuns, "
|
||||
f"{stats['app_logs_deleted']} AppLogs, {stats['node_executions_deleted']} NodeExecutions, "
|
||||
f"{stats['offload_records_deleted']} OffloadRecords in {stats['duration']:.2f}s")
|
||||
|
||||
return stats
|
||||
@@ -149,8 +149,7 @@ class RagPipelineTransformService:
|
||||
file_extensions = node.get("data", {}).get("fileExtensions", [])
|
||||
if not file_extensions:
|
||||
return node
|
||||
file_extensions = [file_extension.lower() for file_extension in file_extensions]
|
||||
node["data"]["fileExtensions"] = DOCUMENT_EXTENSIONS
|
||||
node["data"]["fileExtensions"] = [ext.lower() for ext in file_extensions if ext in DOCUMENT_EXTENSIONS]
|
||||
return node
|
||||
|
||||
def _deal_knowledge_index(
|
||||
|
||||
@@ -349,14 +349,10 @@ class BuiltinToolManageService:
|
||||
provider_controller = ToolManager.get_builtin_provider(default_provider.provider, tenant_id)
|
||||
|
||||
credentials: list[ToolProviderCredentialApiEntity] = []
|
||||
encrypters = {}
|
||||
for provider in providers:
|
||||
credential_type = provider.credential_type
|
||||
if credential_type not in encrypters:
|
||||
encrypters[credential_type] = BuiltinToolManageService.create_tool_encrypter(
|
||||
tenant_id, provider, provider.provider, provider_controller
|
||||
)[0]
|
||||
encrypter = encrypters[credential_type]
|
||||
encrypter, _ = BuiltinToolManageService.create_tool_encrypter(
|
||||
tenant_id, provider, provider.provider, provider_controller
|
||||
)
|
||||
decrypt_credential = encrypter.mask_tool_credentials(encrypter.decrypt(provider.credentials))
|
||||
credential_entity = ToolTransformService.convert_builtin_provider_to_credential_entity(
|
||||
provider=provider,
|
||||
|
||||
@@ -79,7 +79,6 @@ class WorkflowConverter:
|
||||
new_app.updated_by = account.id
|
||||
db.session.add(new_app)
|
||||
db.session.flush()
|
||||
db.session.commit()
|
||||
|
||||
workflow.app_id = new_app.id
|
||||
db.session.commit()
|
||||
|
||||
@@ -29,23 +29,10 @@ def priority_rag_pipeline_run_task(
|
||||
tenant_id: str,
|
||||
):
|
||||
"""
|
||||
Async Run rag pipeline
|
||||
:param rag_pipeline_invoke_entities: Rag pipeline invoke entities
|
||||
rag_pipeline_invoke_entities include:
|
||||
:param pipeline_id: Pipeline ID
|
||||
:param user_id: User ID
|
||||
:param tenant_id: Tenant ID
|
||||
:param workflow_id: Workflow ID
|
||||
:param invoke_from: Invoke source (debugger, published, etc.)
|
||||
:param streaming: Whether to stream results
|
||||
:param datasource_type: Type of datasource
|
||||
:param datasource_info: Datasource information dict
|
||||
:param batch: Batch identifier
|
||||
:param document_id: Document ID (optional)
|
||||
:param start_node_id: Starting node ID
|
||||
:param inputs: Input parameters dict
|
||||
:param workflow_execution_id: Workflow execution ID
|
||||
:param workflow_thread_pool_id: Thread pool ID for workflow execution
|
||||
Async Run rag pipeline task using high priority queue.
|
||||
|
||||
:param rag_pipeline_invoke_entities_file_id: File ID containing serialized RAG pipeline invoke entities
|
||||
:param tenant_id: Tenant ID for the pipeline execution
|
||||
"""
|
||||
# run with threading, thread pool size is 10
|
||||
|
||||
|
||||
@@ -30,23 +30,10 @@ def rag_pipeline_run_task(
|
||||
tenant_id: str,
|
||||
):
|
||||
"""
|
||||
Async Run rag pipeline
|
||||
:param rag_pipeline_invoke_entities: Rag pipeline invoke entities
|
||||
rag_pipeline_invoke_entities include:
|
||||
:param pipeline_id: Pipeline ID
|
||||
:param user_id: User ID
|
||||
:param tenant_id: Tenant ID
|
||||
:param workflow_id: Workflow ID
|
||||
:param invoke_from: Invoke source (debugger, published, etc.)
|
||||
:param streaming: Whether to stream results
|
||||
:param datasource_type: Type of datasource
|
||||
:param datasource_info: Datasource information dict
|
||||
:param batch: Batch identifier
|
||||
:param document_id: Document ID (optional)
|
||||
:param start_node_id: Starting node ID
|
||||
:param inputs: Input parameters dict
|
||||
:param workflow_execution_id: Workflow execution ID
|
||||
:param workflow_thread_pool_id: Thread pool ID for workflow execution
|
||||
Async Run rag pipeline task using regular priority queue.
|
||||
|
||||
:param rag_pipeline_invoke_entities_file_id: File ID containing serialized RAG pipeline invoke entities
|
||||
:param tenant_id: Tenant ID for the pipeline execution
|
||||
"""
|
||||
# run with threading, thread pool size is 10
|
||||
|
||||
|
||||
@@ -5,15 +5,10 @@ These tasks provide asynchronous storage capabilities for workflow execution dat
|
||||
improving performance by offloading storage operations to background workers.
|
||||
"""
|
||||
|
||||
import logging
|
||||
|
||||
from celery import shared_task # type: ignore[import-untyped]
|
||||
from sqlalchemy.orm import Session
|
||||
|
||||
from extensions.ext_database import db
|
||||
|
||||
_logger = logging.getLogger(__name__)
|
||||
|
||||
from services.workflow_draft_variable_service import DraftVarFileDeletion, WorkflowDraftVariableService
|
||||
|
||||
|
||||
|
||||
+17
-6
@@ -11,8 +11,8 @@ from controllers.console.app import completion as completion_api
|
||||
from controllers.console.app import message as message_api
|
||||
from controllers.console.app import wraps
|
||||
from libs.datetime_utils import naive_utc_now
|
||||
from models import Account, App, Tenant
|
||||
from models.account import TenantAccountRole
|
||||
from models import App, Tenant
|
||||
from models.account import Account, TenantAccountJoin, TenantAccountRole
|
||||
from models.model import AppMode
|
||||
from services.app_generate_service import AppGenerateService
|
||||
|
||||
@@ -31,9 +31,8 @@ class TestChatMessageApiPermissions:
|
||||
return app
|
||||
|
||||
@pytest.fixture
|
||||
def mock_account(self):
|
||||
def mock_account(self, monkeypatch: pytest.MonkeyPatch):
|
||||
"""Create a mock Account for testing."""
|
||||
|
||||
account = Account()
|
||||
account.id = str(uuid.uuid4())
|
||||
account.name = "Test User"
|
||||
@@ -42,12 +41,24 @@ class TestChatMessageApiPermissions:
|
||||
account.created_at = naive_utc_now()
|
||||
account.updated_at = naive_utc_now()
|
||||
|
||||
# Create mock tenant
|
||||
tenant = Tenant()
|
||||
tenant.id = str(uuid.uuid4())
|
||||
tenant.name = "Test Tenant"
|
||||
|
||||
account._current_tenant = tenant
|
||||
mock_session_instance = mock.Mock()
|
||||
|
||||
mock_tenant_join = TenantAccountJoin(role=TenantAccountRole.OWNER)
|
||||
monkeypatch.setattr(mock_session_instance, "scalar", mock.Mock(return_value=mock_tenant_join))
|
||||
|
||||
mock_scalars_result = mock.Mock()
|
||||
mock_scalars_result.one.return_value = tenant
|
||||
monkeypatch.setattr(mock_session_instance, "scalars", mock.Mock(return_value=mock_scalars_result))
|
||||
|
||||
mock_session_context = mock.Mock()
|
||||
mock_session_context.__enter__.return_value = mock_session_instance
|
||||
monkeypatch.setattr("models.account.Session", lambda _, expire_on_commit: mock_session_context)
|
||||
|
||||
account.current_tenant = tenant
|
||||
return account
|
||||
|
||||
@pytest.mark.parametrize(
|
||||
|
||||
+23
-60
@@ -18,124 +18,87 @@ class TestAppDescriptionValidationUnit:
|
||||
"""Unit tests for description validation function"""
|
||||
|
||||
def test_validate_description_length_function(self):
|
||||
"""Test the _validate_description_length function directly"""
|
||||
from controllers.console.app.app import _validate_description_length
|
||||
"""Test the validate_description_length function directly"""
|
||||
from libs.validators import validate_description_length
|
||||
|
||||
# Test valid descriptions
|
||||
assert _validate_description_length("") == ""
|
||||
assert _validate_description_length("x" * 400) == "x" * 400
|
||||
assert _validate_description_length(None) is None
|
||||
assert validate_description_length("") == ""
|
||||
assert validate_description_length("x" * 400) == "x" * 400
|
||||
assert validate_description_length(None) is None
|
||||
|
||||
# Test invalid descriptions
|
||||
with pytest.raises(ValueError) as exc_info:
|
||||
_validate_description_length("x" * 401)
|
||||
validate_description_length("x" * 401)
|
||||
assert "Description cannot exceed 400 characters." in str(exc_info.value)
|
||||
|
||||
with pytest.raises(ValueError) as exc_info:
|
||||
_validate_description_length("x" * 500)
|
||||
validate_description_length("x" * 500)
|
||||
assert "Description cannot exceed 400 characters." in str(exc_info.value)
|
||||
|
||||
with pytest.raises(ValueError) as exc_info:
|
||||
_validate_description_length("x" * 1000)
|
||||
validate_description_length("x" * 1000)
|
||||
assert "Description cannot exceed 400 characters." in str(exc_info.value)
|
||||
|
||||
def test_validation_consistency_with_dataset(self):
|
||||
"""Test that App and Dataset validation functions are consistent"""
|
||||
from controllers.console.app.app import _validate_description_length as app_validate
|
||||
from controllers.console.datasets.datasets import _validate_description_length as dataset_validate
|
||||
from controllers.service_api.dataset.dataset import _validate_description_length as service_dataset_validate
|
||||
|
||||
# Test same valid inputs
|
||||
valid_desc = "x" * 400
|
||||
assert app_validate(valid_desc) == dataset_validate(valid_desc) == service_dataset_validate(valid_desc)
|
||||
assert app_validate("") == dataset_validate("") == service_dataset_validate("")
|
||||
assert app_validate(None) == dataset_validate(None) == service_dataset_validate(None)
|
||||
|
||||
# Test same invalid inputs produce same error
|
||||
invalid_desc = "x" * 401
|
||||
|
||||
app_error = None
|
||||
dataset_error = None
|
||||
service_dataset_error = None
|
||||
|
||||
try:
|
||||
app_validate(invalid_desc)
|
||||
except ValueError as e:
|
||||
app_error = str(e)
|
||||
|
||||
try:
|
||||
dataset_validate(invalid_desc)
|
||||
except ValueError as e:
|
||||
dataset_error = str(e)
|
||||
|
||||
try:
|
||||
service_dataset_validate(invalid_desc)
|
||||
except ValueError as e:
|
||||
service_dataset_error = str(e)
|
||||
|
||||
assert app_error == dataset_error == service_dataset_error
|
||||
assert app_error == "Description cannot exceed 400 characters."
|
||||
|
||||
def test_boundary_values(self):
|
||||
"""Test boundary values for description validation"""
|
||||
from controllers.console.app.app import _validate_description_length
|
||||
from libs.validators import validate_description_length
|
||||
|
||||
# Test exact boundary
|
||||
exactly_400 = "x" * 400
|
||||
assert _validate_description_length(exactly_400) == exactly_400
|
||||
assert validate_description_length(exactly_400) == exactly_400
|
||||
|
||||
# Test just over boundary
|
||||
just_over_400 = "x" * 401
|
||||
with pytest.raises(ValueError):
|
||||
_validate_description_length(just_over_400)
|
||||
validate_description_length(just_over_400)
|
||||
|
||||
# Test just under boundary
|
||||
just_under_400 = "x" * 399
|
||||
assert _validate_description_length(just_under_400) == just_under_400
|
||||
assert validate_description_length(just_under_400) == just_under_400
|
||||
|
||||
def test_edge_cases(self):
|
||||
"""Test edge cases for description validation"""
|
||||
from controllers.console.app.app import _validate_description_length
|
||||
from libs.validators import validate_description_length
|
||||
|
||||
# Test None input
|
||||
assert _validate_description_length(None) is None
|
||||
assert validate_description_length(None) is None
|
||||
|
||||
# Test empty string
|
||||
assert _validate_description_length("") == ""
|
||||
assert validate_description_length("") == ""
|
||||
|
||||
# Test single character
|
||||
assert _validate_description_length("a") == "a"
|
||||
assert validate_description_length("a") == "a"
|
||||
|
||||
# Test unicode characters
|
||||
unicode_desc = "测试" * 200 # 400 characters in Chinese
|
||||
assert _validate_description_length(unicode_desc) == unicode_desc
|
||||
assert validate_description_length(unicode_desc) == unicode_desc
|
||||
|
||||
# Test unicode over limit
|
||||
unicode_over = "测试" * 201 # 402 characters
|
||||
with pytest.raises(ValueError):
|
||||
_validate_description_length(unicode_over)
|
||||
validate_description_length(unicode_over)
|
||||
|
||||
def test_whitespace_handling(self):
|
||||
"""Test how validation handles whitespace"""
|
||||
from controllers.console.app.app import _validate_description_length
|
||||
from libs.validators import validate_description_length
|
||||
|
||||
# Test description with spaces
|
||||
spaces_400 = " " * 400
|
||||
assert _validate_description_length(spaces_400) == spaces_400
|
||||
assert validate_description_length(spaces_400) == spaces_400
|
||||
|
||||
# Test description with spaces over limit
|
||||
spaces_401 = " " * 401
|
||||
with pytest.raises(ValueError):
|
||||
_validate_description_length(spaces_401)
|
||||
validate_description_length(spaces_401)
|
||||
|
||||
# Test mixed content
|
||||
mixed_400 = "a" * 200 + " " * 200
|
||||
assert _validate_description_length(mixed_400) == mixed_400
|
||||
assert validate_description_length(mixed_400) == mixed_400
|
||||
|
||||
# Test mixed over limit
|
||||
mixed_401 = "a" * 200 + " " * 201
|
||||
with pytest.raises(ValueError):
|
||||
_validate_description_length(mixed_401)
|
||||
validate_description_length(mixed_401)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
+17
-6
@@ -9,8 +9,8 @@ from flask.testing import FlaskClient
|
||||
from controllers.console.app import model_config as model_config_api
|
||||
from controllers.console.app import wraps
|
||||
from libs.datetime_utils import naive_utc_now
|
||||
from models import Account, App, Tenant
|
||||
from models.account import TenantAccountRole
|
||||
from models import App, Tenant
|
||||
from models.account import Account, TenantAccountJoin, TenantAccountRole
|
||||
from models.model import AppMode
|
||||
from services.app_model_config_service import AppModelConfigService
|
||||
|
||||
@@ -30,9 +30,8 @@ class TestModelConfigResourcePermissions:
|
||||
return app
|
||||
|
||||
@pytest.fixture
|
||||
def mock_account(self):
|
||||
def mock_account(self, monkeypatch: pytest.MonkeyPatch):
|
||||
"""Create a mock Account for testing."""
|
||||
|
||||
account = Account()
|
||||
account.id = str(uuid.uuid4())
|
||||
account.name = "Test User"
|
||||
@@ -41,12 +40,24 @@ class TestModelConfigResourcePermissions:
|
||||
account.created_at = naive_utc_now()
|
||||
account.updated_at = naive_utc_now()
|
||||
|
||||
# Create mock tenant
|
||||
tenant = Tenant()
|
||||
tenant.id = str(uuid.uuid4())
|
||||
tenant.name = "Test Tenant"
|
||||
|
||||
account._current_tenant = tenant
|
||||
mock_session_instance = mock.Mock()
|
||||
|
||||
mock_tenant_join = TenantAccountJoin(role=TenantAccountRole.OWNER)
|
||||
monkeypatch.setattr(mock_session_instance, "scalar", mock.Mock(return_value=mock_tenant_join))
|
||||
|
||||
mock_scalars_result = mock.Mock()
|
||||
mock_scalars_result.one.return_value = tenant
|
||||
monkeypatch.setattr(mock_session_instance, "scalars", mock.Mock(return_value=mock_scalars_result))
|
||||
|
||||
mock_session_context = mock.Mock()
|
||||
mock_session_context.__enter__.return_value = mock_session_instance
|
||||
monkeypatch.setattr("models.account.Session", lambda _, expire_on_commit: mock_session_context)
|
||||
|
||||
account.current_tenant = tenant
|
||||
return account
|
||||
|
||||
@pytest.mark.parametrize(
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
import time
|
||||
import uuid
|
||||
from os import getenv
|
||||
|
||||
import pytest
|
||||
|
||||
from configs import dify_config
|
||||
from core.app.entities.app_invoke_entities import InvokeFrom
|
||||
from core.workflow.entities import GraphInitParams, GraphRuntimeState, VariablePool
|
||||
from core.workflow.enums import WorkflowNodeExecutionStatus
|
||||
@@ -15,7 +15,7 @@ from core.workflow.system_variable import SystemVariable
|
||||
from models.enums import UserFrom
|
||||
from tests.integration_tests.workflow.nodes.__mock.code_executor import setup_code_executor_mock
|
||||
|
||||
CODE_MAX_STRING_LENGTH = int(getenv("CODE_MAX_STRING_LENGTH", "10000"))
|
||||
CODE_MAX_STRING_LENGTH = dify_config.CODE_MAX_STRING_LENGTH
|
||||
|
||||
|
||||
def init_code_node(code_config: dict):
|
||||
|
||||
@@ -18,6 +18,7 @@ from flask.testing import FlaskClient
|
||||
from sqlalchemy import Engine, text
|
||||
from sqlalchemy.orm import Session
|
||||
from testcontainers.core.container import DockerContainer
|
||||
from testcontainers.core.network import Network
|
||||
from testcontainers.core.waiting_utils import wait_for_logs
|
||||
from testcontainers.postgres import PostgresContainer
|
||||
from testcontainers.redis import RedisContainer
|
||||
@@ -41,6 +42,7 @@ class DifyTestContainers:
|
||||
|
||||
def __init__(self):
|
||||
"""Initialize container management with default configurations."""
|
||||
self.network: Network | None = None
|
||||
self.postgres: PostgresContainer | None = None
|
||||
self.redis: RedisContainer | None = None
|
||||
self.dify_sandbox: DockerContainer | None = None
|
||||
@@ -62,12 +64,18 @@ class DifyTestContainers:
|
||||
|
||||
logger.info("Starting test containers for Dify integration tests...")
|
||||
|
||||
# Create Docker network for container communication
|
||||
logger.info("Creating Docker network for container communication...")
|
||||
self.network = Network()
|
||||
self.network.create()
|
||||
logger.info("Docker network created successfully with name: %s", self.network.name)
|
||||
|
||||
# Start PostgreSQL container for main application database
|
||||
# PostgreSQL is used for storing user data, workflows, and application state
|
||||
logger.info("Initializing PostgreSQL container...")
|
||||
self.postgres = PostgresContainer(
|
||||
image="postgres:14-alpine",
|
||||
)
|
||||
).with_network(self.network)
|
||||
self.postgres.start()
|
||||
db_host = self.postgres.get_container_host_ip()
|
||||
db_port = self.postgres.get_exposed_port(5432)
|
||||
@@ -137,7 +145,7 @@ class DifyTestContainers:
|
||||
# Start Redis container for caching and session management
|
||||
# Redis is used for storing session data, cache entries, and temporary data
|
||||
logger.info("Initializing Redis container...")
|
||||
self.redis = RedisContainer(image="redis:6-alpine", port=6379)
|
||||
self.redis = RedisContainer(image="redis:6-alpine", port=6379).with_network(self.network)
|
||||
self.redis.start()
|
||||
redis_host = self.redis.get_container_host_ip()
|
||||
redis_port = self.redis.get_exposed_port(6379)
|
||||
@@ -153,7 +161,7 @@ class DifyTestContainers:
|
||||
# Start Dify Sandbox container for code execution environment
|
||||
# Dify Sandbox provides a secure environment for executing user code
|
||||
logger.info("Initializing Dify Sandbox container...")
|
||||
self.dify_sandbox = DockerContainer(image="langgenius/dify-sandbox:latest")
|
||||
self.dify_sandbox = DockerContainer(image="langgenius/dify-sandbox:latest").with_network(self.network)
|
||||
self.dify_sandbox.with_exposed_ports(8194)
|
||||
self.dify_sandbox.env = {
|
||||
"API_KEY": "test_api_key",
|
||||
@@ -173,22 +181,28 @@ class DifyTestContainers:
|
||||
# Start Dify Plugin Daemon container for plugin management
|
||||
# Dify Plugin Daemon provides plugin lifecycle management and execution
|
||||
logger.info("Initializing Dify Plugin Daemon container...")
|
||||
self.dify_plugin_daemon = DockerContainer(image="langgenius/dify-plugin-daemon:0.3.0-local")
|
||||
self.dify_plugin_daemon = DockerContainer(image="langgenius/dify-plugin-daemon:0.3.0-local").with_network(
|
||||
self.network
|
||||
)
|
||||
self.dify_plugin_daemon.with_exposed_ports(5002)
|
||||
# Get container internal network addresses
|
||||
postgres_container_name = self.postgres.get_wrapped_container().name
|
||||
redis_container_name = self.redis.get_wrapped_container().name
|
||||
|
||||
self.dify_plugin_daemon.env = {
|
||||
"DB_HOST": db_host,
|
||||
"DB_PORT": str(db_port),
|
||||
"DB_HOST": postgres_container_name, # Use container name for internal network communication
|
||||
"DB_PORT": "5432", # Use internal port
|
||||
"DB_USERNAME": self.postgres.username,
|
||||
"DB_PASSWORD": self.postgres.password,
|
||||
"DB_DATABASE": "dify_plugin",
|
||||
"REDIS_HOST": redis_host,
|
||||
"REDIS_PORT": str(redis_port),
|
||||
"REDIS_HOST": redis_container_name, # Use container name for internal network communication
|
||||
"REDIS_PORT": "6379", # Use internal port
|
||||
"REDIS_PASSWORD": "",
|
||||
"SERVER_PORT": "5002",
|
||||
"SERVER_KEY": "test_plugin_daemon_key",
|
||||
"MAX_PLUGIN_PACKAGE_SIZE": "52428800",
|
||||
"PPROF_ENABLED": "false",
|
||||
"DIFY_INNER_API_URL": f"http://{db_host}:5001",
|
||||
"DIFY_INNER_API_URL": f"http://{postgres_container_name}:5001",
|
||||
"DIFY_INNER_API_KEY": "test_inner_api_key",
|
||||
"PLUGIN_REMOTE_INSTALLING_HOST": "0.0.0.0",
|
||||
"PLUGIN_REMOTE_INSTALLING_PORT": "5003",
|
||||
@@ -253,6 +267,15 @@ class DifyTestContainers:
|
||||
# Log error but don't fail the test cleanup
|
||||
logger.warning("Failed to stop container %s: %s", container, e)
|
||||
|
||||
# Stop and remove the network
|
||||
if self.network:
|
||||
try:
|
||||
logger.info("Removing Docker network...")
|
||||
self.network.remove()
|
||||
logger.info("Successfully removed Docker network")
|
||||
except Exception as e:
|
||||
logger.warning("Failed to remove Docker network: %s", e)
|
||||
|
||||
self._containers_started = False
|
||||
logger.info("All test containers stopped and cleaned up successfully")
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@ from unittest.mock import MagicMock, patch
|
||||
|
||||
import pytest
|
||||
from faker import Faker
|
||||
from openai._exceptions import RateLimitError
|
||||
|
||||
from core.app.entities.app_invoke_entities import InvokeFrom
|
||||
from models.model import EndUser
|
||||
@@ -484,36 +483,6 @@ class TestAppGenerateService:
|
||||
# Verify error message
|
||||
assert "Rate limit exceeded" in str(exc_info.value)
|
||||
|
||||
def test_generate_with_rate_limit_error_from_openai(
|
||||
self, db_session_with_containers, mock_external_service_dependencies
|
||||
):
|
||||
"""
|
||||
Test generation when OpenAI rate limit error occurs.
|
||||
"""
|
||||
fake = Faker()
|
||||
app, account = self._create_test_app_and_account(
|
||||
db_session_with_containers, mock_external_service_dependencies, mode="completion"
|
||||
)
|
||||
|
||||
# Setup completion generator to raise RateLimitError
|
||||
mock_response = MagicMock()
|
||||
mock_response.request = MagicMock()
|
||||
mock_external_service_dependencies["completion_generator"].return_value.generate.side_effect = RateLimitError(
|
||||
"Rate limit exceeded", response=mock_response, body=None
|
||||
)
|
||||
|
||||
# Setup test arguments
|
||||
args = {"inputs": {"query": fake.text(max_nb_chars=50)}, "response_mode": "streaming"}
|
||||
|
||||
# Execute the method under test and expect rate limit error
|
||||
with pytest.raises(InvokeRateLimitError) as exc_info:
|
||||
AppGenerateService.generate(
|
||||
app_model=app, user=account, args=args, invoke_from=InvokeFrom.SERVICE_API, streaming=True
|
||||
)
|
||||
|
||||
# Verify error message
|
||||
assert "Rate limit exceeded" in str(exc_info.value)
|
||||
|
||||
def test_generate_with_invalid_app_mode(self, db_session_with_containers, mock_external_service_dependencies):
|
||||
"""
|
||||
Test generation with invalid app mode.
|
||||
|
||||
@@ -784,133 +784,6 @@ class TestCleanDatasetTask:
|
||||
print(f"Total cleanup time: {cleanup_duration:.3f} seconds")
|
||||
print(f"Average time per document: {cleanup_duration / len(documents):.3f} seconds")
|
||||
|
||||
def test_clean_dataset_task_concurrent_cleanup_scenarios(
|
||||
self, db_session_with_containers, mock_external_service_dependencies
|
||||
):
|
||||
"""
|
||||
Test dataset cleanup with concurrent cleanup scenarios and race conditions.
|
||||
|
||||
This test verifies that the task can properly:
|
||||
1. Handle multiple cleanup operations on the same dataset
|
||||
2. Prevent data corruption during concurrent access
|
||||
3. Maintain data consistency across multiple cleanup attempts
|
||||
4. Handle race conditions gracefully
|
||||
5. Ensure idempotent cleanup operations
|
||||
"""
|
||||
# Create test data
|
||||
account, tenant = self._create_test_account_and_tenant(db_session_with_containers)
|
||||
dataset = self._create_test_dataset(db_session_with_containers, account, tenant)
|
||||
document = self._create_test_document(db_session_with_containers, account, tenant, dataset)
|
||||
segment = self._create_test_segment(db_session_with_containers, account, tenant, dataset, document)
|
||||
upload_file = self._create_test_upload_file(db_session_with_containers, account, tenant)
|
||||
|
||||
# Update document with file reference
|
||||
import json
|
||||
|
||||
document.data_source_info = json.dumps({"upload_file_id": upload_file.id})
|
||||
from extensions.ext_database import db
|
||||
|
||||
db.session.commit()
|
||||
|
||||
# Save IDs for verification
|
||||
dataset_id = dataset.id
|
||||
tenant_id = tenant.id
|
||||
upload_file_id = upload_file.id
|
||||
|
||||
# Mock storage to simulate slow operations
|
||||
mock_storage = mock_external_service_dependencies["storage"]
|
||||
original_delete = mock_storage.delete
|
||||
|
||||
def slow_delete(key):
|
||||
import time
|
||||
|
||||
time.sleep(0.1) # Simulate slow storage operation
|
||||
return original_delete(key)
|
||||
|
||||
mock_storage.delete.side_effect = slow_delete
|
||||
|
||||
# Execute multiple cleanup operations concurrently
|
||||
import threading
|
||||
|
||||
cleanup_results = []
|
||||
cleanup_errors = []
|
||||
|
||||
def run_cleanup():
|
||||
try:
|
||||
clean_dataset_task(
|
||||
dataset_id=dataset_id,
|
||||
tenant_id=tenant_id,
|
||||
indexing_technique="high_quality",
|
||||
index_struct='{"type": "paragraph"}',
|
||||
collection_binding_id=str(uuid.uuid4()),
|
||||
doc_form="paragraph_index",
|
||||
)
|
||||
cleanup_results.append("success")
|
||||
except Exception as e:
|
||||
cleanup_errors.append(str(e))
|
||||
|
||||
# Start multiple cleanup threads
|
||||
threads = []
|
||||
for i in range(3):
|
||||
thread = threading.Thread(target=run_cleanup)
|
||||
threads.append(thread)
|
||||
thread.start()
|
||||
|
||||
# Wait for all threads to complete
|
||||
for thread in threads:
|
||||
thread.join()
|
||||
|
||||
# Verify results
|
||||
# Check that all documents were deleted (only once)
|
||||
remaining_documents = db.session.query(Document).filter_by(dataset_id=dataset_id).all()
|
||||
assert len(remaining_documents) == 0
|
||||
|
||||
# Check that all segments were deleted (only once)
|
||||
remaining_segments = db.session.query(DocumentSegment).filter_by(dataset_id=dataset_id).all()
|
||||
assert len(remaining_segments) == 0
|
||||
|
||||
# Check that upload file was deleted (only once)
|
||||
# Note: In concurrent scenarios, the first thread deletes documents and segments,
|
||||
# subsequent threads may not find the related data to clean up upload files
|
||||
# This demonstrates the idempotent nature of the cleanup process
|
||||
remaining_files = db.session.query(UploadFile).filter_by(id=upload_file_id).all()
|
||||
# The upload file should be deleted by the first successful cleanup operation
|
||||
# However, in concurrent scenarios, this may not always happen due to race conditions
|
||||
# This test demonstrates the idempotent nature of the cleanup process
|
||||
if len(remaining_files) > 0:
|
||||
print(f"Warning: Upload file {upload_file_id} was not deleted in concurrent scenario")
|
||||
print("This is expected behavior demonstrating the idempotent nature of cleanup")
|
||||
# We don't assert here as the behavior depends on timing and race conditions
|
||||
|
||||
# Verify that storage.delete was called (may be called multiple times in concurrent scenarios)
|
||||
# In concurrent scenarios, storage operations may be called multiple times due to race conditions
|
||||
assert mock_storage.delete.call_count > 0
|
||||
|
||||
# Verify that index processor was called (may be called multiple times in concurrent scenarios)
|
||||
mock_index_processor = mock_external_service_dependencies["index_processor"]
|
||||
assert mock_index_processor.clean.call_count > 0
|
||||
|
||||
# Check cleanup results
|
||||
assert len(cleanup_results) == 3, "All cleanup operations should complete"
|
||||
assert len(cleanup_errors) == 0, "No cleanup errors should occur"
|
||||
|
||||
# Verify idempotency by running cleanup again on the same dataset
|
||||
# This should not perform any additional operations since data is already cleaned
|
||||
clean_dataset_task(
|
||||
dataset_id=dataset_id,
|
||||
tenant_id=tenant_id,
|
||||
indexing_technique="high_quality",
|
||||
index_struct='{"type": "paragraph"}',
|
||||
collection_binding_id=str(uuid.uuid4()),
|
||||
doc_form="paragraph_index",
|
||||
)
|
||||
|
||||
# Verify that no additional storage operations were performed
|
||||
# Note: In concurrent scenarios, the exact count may vary due to race conditions
|
||||
print(f"Final storage delete calls: {mock_storage.delete.call_count}")
|
||||
print(f"Final index processor calls: {mock_index_processor.clean.call_count}")
|
||||
print("Note: Multiple calls in concurrent scenarios are expected due to race conditions")
|
||||
|
||||
def test_clean_dataset_task_storage_exception_handling(
|
||||
self, db_session_with_containers, mock_external_service_dependencies
|
||||
):
|
||||
|
||||
+450
@@ -0,0 +1,450 @@
|
||||
from unittest.mock import MagicMock, patch
|
||||
|
||||
import pytest
|
||||
from faker import Faker
|
||||
|
||||
from core.rag.index_processor.constant.index_type import IndexType
|
||||
from extensions.ext_database import db
|
||||
from extensions.ext_redis import redis_client
|
||||
from models.account import Account, Tenant, TenantAccountJoin, TenantAccountRole
|
||||
from models.dataset import Dataset, Document, DocumentSegment
|
||||
from tasks.enable_segments_to_index_task import enable_segments_to_index_task
|
||||
|
||||
|
||||
class TestEnableSegmentsToIndexTask:
|
||||
"""Integration tests for enable_segments_to_index_task using testcontainers."""
|
||||
|
||||
@pytest.fixture
|
||||
def mock_external_service_dependencies(self):
|
||||
"""Mock setup for external service dependencies."""
|
||||
with (
|
||||
patch("tasks.enable_segments_to_index_task.IndexProcessorFactory") as mock_index_processor_factory,
|
||||
):
|
||||
# Setup mock index processor
|
||||
mock_processor = MagicMock()
|
||||
mock_index_processor_factory.return_value.init_index_processor.return_value = mock_processor
|
||||
|
||||
yield {
|
||||
"index_processor_factory": mock_index_processor_factory,
|
||||
"index_processor": mock_processor,
|
||||
}
|
||||
|
||||
def _create_test_dataset_and_document(self, db_session_with_containers, mock_external_service_dependencies):
|
||||
"""
|
||||
Helper method to create a test dataset and document for testing.
|
||||
|
||||
Args:
|
||||
db_session_with_containers: Database session from testcontainers infrastructure
|
||||
mock_external_service_dependencies: Mock dependencies
|
||||
|
||||
Returns:
|
||||
tuple: (dataset, document) - Created dataset and document instances
|
||||
"""
|
||||
fake = Faker()
|
||||
|
||||
# Create account and tenant
|
||||
account = Account(
|
||||
email=fake.email(),
|
||||
name=fake.name(),
|
||||
interface_language="en-US",
|
||||
status="active",
|
||||
)
|
||||
db.session.add(account)
|
||||
db.session.commit()
|
||||
|
||||
tenant = Tenant(
|
||||
name=fake.company(),
|
||||
status="normal",
|
||||
)
|
||||
db.session.add(tenant)
|
||||
db.session.commit()
|
||||
|
||||
# Create tenant-account join
|
||||
join = TenantAccountJoin(
|
||||
tenant_id=tenant.id,
|
||||
account_id=account.id,
|
||||
role=TenantAccountRole.OWNER.value,
|
||||
current=True,
|
||||
)
|
||||
db.session.add(join)
|
||||
db.session.commit()
|
||||
|
||||
# Create dataset
|
||||
dataset = Dataset(
|
||||
id=fake.uuid4(),
|
||||
tenant_id=tenant.id,
|
||||
name=fake.company(),
|
||||
description=fake.text(max_nb_chars=100),
|
||||
data_source_type="upload_file",
|
||||
indexing_technique="high_quality",
|
||||
created_by=account.id,
|
||||
)
|
||||
db.session.add(dataset)
|
||||
db.session.commit()
|
||||
|
||||
# Create document
|
||||
document = Document(
|
||||
id=fake.uuid4(),
|
||||
tenant_id=tenant.id,
|
||||
dataset_id=dataset.id,
|
||||
position=1,
|
||||
data_source_type="upload_file",
|
||||
batch="test_batch",
|
||||
name=fake.file_name(),
|
||||
created_from="upload_file",
|
||||
created_by=account.id,
|
||||
indexing_status="completed",
|
||||
enabled=True,
|
||||
doc_form=IndexType.PARAGRAPH_INDEX,
|
||||
)
|
||||
db.session.add(document)
|
||||
db.session.commit()
|
||||
|
||||
# Refresh dataset to ensure doc_form property works correctly
|
||||
db.session.refresh(dataset)
|
||||
|
||||
return dataset, document
|
||||
|
||||
def _create_test_segments(
|
||||
self, db_session_with_containers, document, dataset, count=3, enabled=False, status="completed"
|
||||
):
|
||||
"""
|
||||
Helper method to create test document segments.
|
||||
|
||||
Args:
|
||||
db_session_with_containers: Database session from testcontainers infrastructure
|
||||
document: Document instance
|
||||
dataset: Dataset instance
|
||||
count: Number of segments to create
|
||||
enabled: Whether segments should be enabled
|
||||
status: Status of the segments
|
||||
|
||||
Returns:
|
||||
list: List of created DocumentSegment instances
|
||||
"""
|
||||
fake = Faker()
|
||||
segments = []
|
||||
|
||||
for i in range(count):
|
||||
text = fake.text(max_nb_chars=200)
|
||||
segment = DocumentSegment(
|
||||
id=fake.uuid4(),
|
||||
tenant_id=document.tenant_id,
|
||||
dataset_id=dataset.id,
|
||||
document_id=document.id,
|
||||
position=i,
|
||||
content=text,
|
||||
word_count=len(text.split()),
|
||||
tokens=len(text.split()) * 2,
|
||||
index_node_id=f"node_{i}",
|
||||
index_node_hash=f"hash_{i}",
|
||||
enabled=enabled,
|
||||
status=status,
|
||||
created_by=document.created_by,
|
||||
)
|
||||
db.session.add(segment)
|
||||
segments.append(segment)
|
||||
|
||||
db.session.commit()
|
||||
return segments
|
||||
|
||||
def test_enable_segments_to_index_with_different_index_type(
|
||||
self, db_session_with_containers, mock_external_service_dependencies
|
||||
):
|
||||
"""
|
||||
Test segments indexing with different index types.
|
||||
|
||||
This test verifies:
|
||||
- Proper handling of different index types
|
||||
- Index processor factory integration
|
||||
- Document processing with various configurations
|
||||
- Redis cache key deletion
|
||||
"""
|
||||
# Arrange: Create test data with different index type
|
||||
dataset, document = self._create_test_dataset_and_document(
|
||||
db_session_with_containers, mock_external_service_dependencies
|
||||
)
|
||||
|
||||
# Update document to use different index type
|
||||
document.doc_form = IndexType.QA_INDEX
|
||||
db.session.commit()
|
||||
|
||||
# Refresh dataset to ensure doc_form property reflects the updated document
|
||||
db.session.refresh(dataset)
|
||||
|
||||
# Create segments
|
||||
segments = self._create_test_segments(db_session_with_containers, document, dataset)
|
||||
|
||||
# Set up Redis cache keys
|
||||
segment_ids = [segment.id for segment in segments]
|
||||
for segment in segments:
|
||||
indexing_cache_key = f"segment_{segment.id}_indexing"
|
||||
redis_client.set(indexing_cache_key, "processing", ex=300)
|
||||
|
||||
# Act: Execute the task
|
||||
enable_segments_to_index_task(segment_ids, dataset.id, document.id)
|
||||
|
||||
# Assert: Verify different index type handling
|
||||
mock_external_service_dependencies["index_processor_factory"].assert_called_once_with(IndexType.QA_INDEX)
|
||||
mock_external_service_dependencies["index_processor"].load.assert_called_once()
|
||||
|
||||
# Verify the load method was called with correct parameters
|
||||
call_args = mock_external_service_dependencies["index_processor"].load.call_args
|
||||
assert call_args is not None
|
||||
documents = call_args[0][1] # Second argument should be documents list
|
||||
assert len(documents) == 3
|
||||
|
||||
# Verify Redis cache keys were deleted
|
||||
for segment in segments:
|
||||
indexing_cache_key = f"segment_{segment.id}_indexing"
|
||||
assert redis_client.exists(indexing_cache_key) == 0
|
||||
|
||||
def test_enable_segments_to_index_dataset_not_found(
|
||||
self, db_session_with_containers, mock_external_service_dependencies
|
||||
):
|
||||
"""
|
||||
Test handling of non-existent dataset.
|
||||
|
||||
This test verifies:
|
||||
- Proper error handling for missing datasets
|
||||
- Early return without processing
|
||||
- Database session cleanup
|
||||
- No unnecessary index processor calls
|
||||
"""
|
||||
# Arrange: Use non-existent dataset ID
|
||||
fake = Faker()
|
||||
non_existent_dataset_id = fake.uuid4()
|
||||
non_existent_document_id = fake.uuid4()
|
||||
segment_ids = [fake.uuid4()]
|
||||
|
||||
# Act: Execute the task with non-existent dataset
|
||||
enable_segments_to_index_task(segment_ids, non_existent_dataset_id, non_existent_document_id)
|
||||
|
||||
# Assert: Verify no processing occurred
|
||||
mock_external_service_dependencies["index_processor_factory"].assert_not_called()
|
||||
mock_external_service_dependencies["index_processor"].load.assert_not_called()
|
||||
|
||||
def test_enable_segments_to_index_document_not_found(
|
||||
self, db_session_with_containers, mock_external_service_dependencies
|
||||
):
|
||||
"""
|
||||
Test handling of non-existent document.
|
||||
|
||||
This test verifies:
|
||||
- Proper error handling for missing documents
|
||||
- Early return without processing
|
||||
- Database session cleanup
|
||||
- No unnecessary index processor calls
|
||||
"""
|
||||
# Arrange: Create dataset but use non-existent document ID
|
||||
dataset, _ = self._create_test_dataset_and_document(
|
||||
db_session_with_containers, mock_external_service_dependencies
|
||||
)
|
||||
fake = Faker()
|
||||
non_existent_document_id = fake.uuid4()
|
||||
segment_ids = [fake.uuid4()]
|
||||
|
||||
# Act: Execute the task with non-existent document
|
||||
enable_segments_to_index_task(segment_ids, dataset.id, non_existent_document_id)
|
||||
|
||||
# Assert: Verify no processing occurred
|
||||
mock_external_service_dependencies["index_processor_factory"].assert_not_called()
|
||||
mock_external_service_dependencies["index_processor"].load.assert_not_called()
|
||||
|
||||
def test_enable_segments_to_index_invalid_document_status(
|
||||
self, db_session_with_containers, mock_external_service_dependencies
|
||||
):
|
||||
"""
|
||||
Test handling of document with invalid status.
|
||||
|
||||
This test verifies:
|
||||
- Early return when document is disabled, archived, or not completed
|
||||
- No index processing for documents not ready for indexing
|
||||
- Proper database session cleanup
|
||||
- No unnecessary external service calls
|
||||
"""
|
||||
# Arrange: Create test data with invalid document status
|
||||
dataset, document = self._create_test_dataset_and_document(
|
||||
db_session_with_containers, mock_external_service_dependencies
|
||||
)
|
||||
|
||||
# Test different invalid statuses
|
||||
invalid_statuses = [
|
||||
("disabled", {"enabled": False}),
|
||||
("archived", {"archived": True}),
|
||||
("not_completed", {"indexing_status": "processing"}),
|
||||
]
|
||||
|
||||
for _, status_attrs in invalid_statuses:
|
||||
# Reset document status
|
||||
document.enabled = True
|
||||
document.archived = False
|
||||
document.indexing_status = "completed"
|
||||
db.session.commit()
|
||||
|
||||
# Set invalid status
|
||||
for attr, value in status_attrs.items():
|
||||
setattr(document, attr, value)
|
||||
db.session.commit()
|
||||
|
||||
# Create segments
|
||||
segments = self._create_test_segments(db_session_with_containers, document, dataset)
|
||||
segment_ids = [segment.id for segment in segments]
|
||||
|
||||
# Act: Execute the task
|
||||
enable_segments_to_index_task(segment_ids, dataset.id, document.id)
|
||||
|
||||
# Assert: Verify no processing occurred
|
||||
mock_external_service_dependencies["index_processor_factory"].assert_not_called()
|
||||
mock_external_service_dependencies["index_processor"].load.assert_not_called()
|
||||
|
||||
# Clean up segments for next iteration
|
||||
for segment in segments:
|
||||
db.session.delete(segment)
|
||||
db.session.commit()
|
||||
|
||||
def test_enable_segments_to_index_segments_not_found(
|
||||
self, db_session_with_containers, mock_external_service_dependencies
|
||||
):
|
||||
"""
|
||||
Test handling when no segments are found.
|
||||
|
||||
This test verifies:
|
||||
- Proper handling when segments don't exist
|
||||
- Early return without processing
|
||||
- Database session cleanup
|
||||
- Index processor is created but load is not called
|
||||
"""
|
||||
# Arrange: Create test data
|
||||
dataset, document = self._create_test_dataset_and_document(
|
||||
db_session_with_containers, mock_external_service_dependencies
|
||||
)
|
||||
|
||||
# Use non-existent segment IDs
|
||||
fake = Faker()
|
||||
non_existent_segment_ids = [fake.uuid4() for _ in range(3)]
|
||||
|
||||
# Act: Execute the task with non-existent segments
|
||||
enable_segments_to_index_task(non_existent_segment_ids, dataset.id, document.id)
|
||||
|
||||
# Assert: Verify index processor was created but load was not called
|
||||
mock_external_service_dependencies["index_processor_factory"].assert_called_once_with(IndexType.PARAGRAPH_INDEX)
|
||||
mock_external_service_dependencies["index_processor"].load.assert_not_called()
|
||||
|
||||
def test_enable_segments_to_index_with_parent_child_structure(
|
||||
self, db_session_with_containers, mock_external_service_dependencies
|
||||
):
|
||||
"""
|
||||
Test segments indexing with parent-child structure.
|
||||
|
||||
This test verifies:
|
||||
- Proper handling of PARENT_CHILD_INDEX type
|
||||
- Child document creation from segments
|
||||
- Correct document structure for parent-child indexing
|
||||
- Index processor receives properly structured documents
|
||||
- Redis cache key deletion
|
||||
"""
|
||||
# Arrange: Create test data with parent-child index type
|
||||
dataset, document = self._create_test_dataset_and_document(
|
||||
db_session_with_containers, mock_external_service_dependencies
|
||||
)
|
||||
|
||||
# Update document to use parent-child index type
|
||||
document.doc_form = IndexType.PARENT_CHILD_INDEX
|
||||
db.session.commit()
|
||||
|
||||
# Refresh dataset to ensure doc_form property reflects the updated document
|
||||
db.session.refresh(dataset)
|
||||
|
||||
# Create segments with mock child chunks
|
||||
segments = self._create_test_segments(db_session_with_containers, document, dataset)
|
||||
|
||||
# Set up Redis cache keys
|
||||
segment_ids = [segment.id for segment in segments]
|
||||
for segment in segments:
|
||||
indexing_cache_key = f"segment_{segment.id}_indexing"
|
||||
redis_client.set(indexing_cache_key, "processing", ex=300)
|
||||
|
||||
# Mock the get_child_chunks method for each segment
|
||||
with patch.object(DocumentSegment, "get_child_chunks") as mock_get_child_chunks:
|
||||
# Setup mock to return child chunks for each segment
|
||||
mock_child_chunks = []
|
||||
for i in range(2): # Each segment has 2 child chunks
|
||||
mock_child = MagicMock()
|
||||
mock_child.content = f"child_content_{i}"
|
||||
mock_child.index_node_id = f"child_node_{i}"
|
||||
mock_child.index_node_hash = f"child_hash_{i}"
|
||||
mock_child_chunks.append(mock_child)
|
||||
|
||||
mock_get_child_chunks.return_value = mock_child_chunks
|
||||
|
||||
# Act: Execute the task
|
||||
enable_segments_to_index_task(segment_ids, dataset.id, document.id)
|
||||
|
||||
# Assert: Verify parent-child index processing
|
||||
mock_external_service_dependencies["index_processor_factory"].assert_called_once_with(
|
||||
IndexType.PARENT_CHILD_INDEX
|
||||
)
|
||||
mock_external_service_dependencies["index_processor"].load.assert_called_once()
|
||||
|
||||
# Verify the load method was called with correct parameters
|
||||
call_args = mock_external_service_dependencies["index_processor"].load.call_args
|
||||
assert call_args is not None
|
||||
documents = call_args[0][1] # Second argument should be documents list
|
||||
assert len(documents) == 3 # 3 segments
|
||||
|
||||
# Verify each document has children
|
||||
for doc in documents:
|
||||
assert hasattr(doc, "children")
|
||||
assert len(doc.children) == 2 # Each document has 2 children
|
||||
|
||||
# Verify Redis cache keys were deleted
|
||||
for segment in segments:
|
||||
indexing_cache_key = f"segment_{segment.id}_indexing"
|
||||
assert redis_client.exists(indexing_cache_key) == 0
|
||||
|
||||
def test_enable_segments_to_index_general_exception_handling(
|
||||
self, db_session_with_containers, mock_external_service_dependencies
|
||||
):
|
||||
"""
|
||||
Test general exception handling during indexing process.
|
||||
|
||||
This test verifies:
|
||||
- Exceptions are properly caught and handled
|
||||
- Segment status is set to error
|
||||
- Segments are disabled
|
||||
- Error information is recorded
|
||||
- Redis cache is still cleared
|
||||
- Database session is properly closed
|
||||
"""
|
||||
# Arrange: Create test data
|
||||
dataset, document = self._create_test_dataset_and_document(
|
||||
db_session_with_containers, mock_external_service_dependencies
|
||||
)
|
||||
segments = self._create_test_segments(db_session_with_containers, document, dataset)
|
||||
|
||||
# Set up Redis cache keys
|
||||
segment_ids = [segment.id for segment in segments]
|
||||
for segment in segments:
|
||||
indexing_cache_key = f"segment_{segment.id}_indexing"
|
||||
redis_client.set(indexing_cache_key, "processing", ex=300)
|
||||
|
||||
# Mock the index processor to raise an exception
|
||||
mock_external_service_dependencies["index_processor"].load.side_effect = Exception("Index processing failed")
|
||||
|
||||
# Act: Execute the task
|
||||
enable_segments_to_index_task(segment_ids, dataset.id, document.id)
|
||||
|
||||
# Assert: Verify error handling
|
||||
for segment in segments:
|
||||
db.session.refresh(segment)
|
||||
assert segment.enabled is False
|
||||
assert segment.status == "error"
|
||||
assert segment.error is not None
|
||||
assert "Index processing failed" in segment.error
|
||||
assert segment.disabled_at is not None
|
||||
|
||||
# Verify Redis cache keys were still cleared despite error
|
||||
for segment in segments:
|
||||
indexing_cache_key = f"segment_{segment.id}_indexing"
|
||||
assert redis_client.exists(indexing_cache_key) == 0
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user