cognee/cognee/tasks
andikarachman 04616e3083 feat(translation): address PR review feedback
- Add langdetect>=1.0.9 as direct dependency in pyproject.toml
- Wrap exceptions with TranslationProviderError in azure_provider.py
- Add progress logging for large batch translations (every 100 chunks)
- Add clear_translation_config_cache helper for testing
- Set __cause__ on exceptions for proper exception chaining
- Change TranslationResult.confidence_score to Optional[float]
- Google provider: set confidence_score=None (API doesn't provide it)
- Google provider: simplify translate methods with kwargs dict
- Add assertion for result length in integration test
2026-01-04 12:06:50 +07:00
..
chunk_naive_llm_classifier refactor: remove LLMGateway usage where not needed 2025-09-09 13:50:16 +02:00
chunks feat: csv ingestion loader & chunk 2025-10-22 16:56:46 +08:00
cleanup ruff 2025-12-19 10:25:24 +01:00
codingagents fix: fixes distributed pipeline (#1454) 2025-10-09 14:06:25 +02:00
completion chore: changing docstring 2025-08-13 15:20:24 +02:00
documents Merge branch 'main' into merge-main-vol7 2025-12-11 19:11:24 +01:00
entity_completion/entity_extractors refactor: remove LLMGateway usage where not needed 2025-09-09 13:50:16 +02:00
feedback refactor: add structured output to completion retrievers 2025-11-04 15:09:33 +01:00
graph merge dev 2025-12-15 17:06:20 +01:00
ingestion refactor: format PR 2025-12-16 21:04:15 +01:00
memify chore: adds id generation to memify triplet embedding pipeline (#1895) 2025-12-15 15:45:35 +01:00
schema fix: Resolve schema migration for Neo4j (#1482) 2025-09-29 13:50:11 +02:00
storage feat: Adds edge centered payload and embedding structure during ingestion (#1853) 2025-12-10 17:10:06 +01:00
summarization ruff 2025-12-19 10:25:24 +01:00
temporal_awareness
temporal_graph Merge branch 'dev' into baml-refactor 2025-09-22 11:25:59 +02:00
translation feat(translation): address PR review feedback 2026-01-04 12:06:50 +07:00
web_scraper lazy load cron_web_scraper_task and web_scraper_task 2025-10-21 23:11:01 +01:00