Commit graph

  • 9f6210ad08 feat(model-connections): add test preview functionality for model connections Anish Sarkar 2026-06-13 00:12:04 +05:30
  • 00dd9df44f
    Merge dcebfc4756 into 4c28ba5295 Thierry CH. 2026-06-12 10:46:11 -07:00
  • dcebfc4756 Merge remote-tracking branch 'upstream/dev' into features/documents-injestion-layered-cached CREDO23 2026-06-12 19:35:34 +02:00
  • 55f004e1da feat(model-connections): improve model discovery error handling and enhance UI components Anish Sarkar 2026-06-12 22:50:50 +05:30
  • 407f2a9612 feat(model-connections): enhance model connection functionality with preview and selection features Anish Sarkar 2026-06-12 22:41:21 +05:30
  • 311570b4f0 test(indexing): cover the edit path and make integration caches hermetic CREDO23 2026-06-12 18:53:21 +02:00
  • 052e9ef4d1 refactor(chunks): order chunk reads by (document_id, position) CREDO23 2026-06-12 18:53:21 +02:00
  • 5a71769dba fix(chunks): set position on remaining chunk insert paths CREDO23 2026-06-12 18:53:08 +02:00
  • 7d55aaf2c1 feat(indexing): reconcile chunks incrementally on re-index CREDO23 2026-06-12 18:53:08 +02:00
  • fd495e1b2f feat(observability): add chunk reconcile metric and kill-switch flag CREDO23 2026-06-12 18:52:57 +02:00
  • 8d413ea5c2 refactor(indexing): expose chunk_markdown and embed_batch helpers CREDO23 2026-06-12 18:52:57 +02:00
  • f82dedf712 feat(indexing): add pure chunk reconciler for content-addressed diffs CREDO23 2026-06-12 18:52:46 +02:00
  • c6e71c851c feat(chunks): add explicit position column with backfill migration CREDO23 2026-06-12 18:52:45 +02:00
  • 356f0e56c5 feat(model-connections): add provider-specific connection forms and shared components Anish Sarkar 2026-06-12 22:04:44 +05:30
  • 412493ae08 test(embedding-cache): add integration tests for service, repository, and store CREDO23 2026-06-12 17:33:21 +02:00
  • 91d947ff79 refactor(embedding-cache): rename index cache to embedding cache CREDO23 2026-06-12 17:00:01 +02:00
  • 8cf578d965 test(index-cache): add unit tests and repoint embed/chunk patch targets CREDO23 2026-06-12 16:48:18 +02:00
  • 4e4f7f34fa feat(index-cache): add TTL/size eviction task and daily schedule CREDO23 2026-06-12 16:48:18 +02:00
  • 019aa7bf76 feat(index-cache): serve chunk embeddings from cache during indexing CREDO23 2026-06-12 16:48:18 +02:00
  • e8938c119b feat(index-cache): add recall/remember service CREDO23 2026-06-12 16:48:10 +02:00
  • 4d6378e031 feat(observability): add index cache hit/miss and eviction metrics CREDO23 2026-06-12 16:48:10 +02:00
  • daccd304ee feat(index-cache): add settings, eligibility, and config flags CREDO23 2026-06-12 16:48:10 +02:00
  • ad6da7c6af feat(index-cache): add embedding blob store sharing the cache backend CREDO23 2026-06-12 16:48:01 +02:00
  • f541114544 feat(index-cache): add cached embedding set table and repository CREDO23 2026-06-12 16:48:01 +02:00
  • 59fa4c38c3 feat(index-cache): add pickle-free blob serialization CREDO23 2026-06-12 16:48:01 +02:00
  • cf208365b4 feat(index-cache): add embedding set value objects CREDO23 2026-06-12 16:48:01 +02:00
  • 0fb1d3d37b feat(etl-cache): route all file-based sources through the parse cache CREDO23 2026-06-12 14:47:25 +02:00
  • 99cf212c31 test: fix auth-mode mismatch and stale QuotaInsufficientError kwargs CREDO23 2026-06-12 12:19:49 +02:00
  • 0808fbcdee feat(etl-cache): emit hit/miss and eviction metrics CREDO23 2026-06-12 11:57:03 +02:00
  • 9efe24879d feat(observability): add etl cache lookup and eviction metrics CREDO23 2026-06-12 11:57:03 +02:00
  • d5e0280097 test(etl-cache): cover two-phase eviction task on real infra CREDO23 2026-06-12 11:54:36 +02:00
  • 1460173dad test(etl-cache): cover extract_with_cache end-to-end CREDO23 2026-06-12 11:50:57 +02:00
  • c49a0f1233 test(etl-cache): cover store, service, and repository on real infra CREDO23 2026-06-12 11:50:57 +02:00
  • 3dec3231d0 test(etl-cache): cover over-budget eviction selection CREDO23 2026-06-12 11:50:52 +02:00
  • a3e7047c35 test(etl-cache): cover cacheability gate rules CREDO23 2026-06-12 11:50:52 +02:00
  • dddacbe762 test(etl-cache): cover content-addressing dedup and key shape CREDO23 2026-06-12 11:50:52 +02:00
  • ce1e90386f refactor(etl-cache): extract pure cacheability gate CREDO23 2026-06-12 11:50:51 +02:00
  • 5af594c405 docs(env): document ETL_CACHE_* settings CREDO23 2026-06-12 11:23:50 +02:00
  • d898716cf4 feat(migration): add etl_cache_parses table CREDO23 2026-06-12 11:23:50 +02:00
  • 0dc2ccc003 feat(tasks): route extraction through etl cache CREDO23 2026-06-12 11:23:50 +02:00
  • 1c05980ffb feat(celery): schedule etl cache eviction CREDO23 2026-06-12 11:23:50 +02:00
  • 9f29a885b1 feat(db): register CachedParse model CREDO23 2026-06-12 11:23:50 +02:00
  • 5c4eec26cc feat(config): add ETL_CACHE_* settings CREDO23 2026-06-12 11:23:50 +02:00
  • 324ba141a6 feat(etl-cache): add eviction task and public API CREDO23 2026-06-12 11:23:40 +02:00
  • 7ad39fd995 feat(etl-cache): add eviction policy CREDO23 2026-06-12 11:23:40 +02:00
  • 758da06c4f feat(etl-cache): add extract_with_cache CREDO23 2026-06-12 11:23:40 +02:00
  • 41dea96af4 feat(etl-cache): add EtlCacheService CREDO23 2026-06-12 11:23:40 +02:00
  • 87fdb37fa3 feat(etl-cache): expose storage layer CREDO23 2026-06-12 11:23:40 +02:00
  • a6f2457c7c feat(etl-cache): add MarkdownCacheStore for cache blobs CREDO23 2026-06-12 11:22:57 +02:00
  • 217d040e9e feat(etl-cache): resolve cache blob storage backend CREDO23 2026-06-12 11:22:57 +02:00
  • d9b1b491e9 feat(etl-cache): add cache blob object-key builder CREDO23 2026-06-12 11:22:57 +02:00
  • 8d3238bcd1 feat(etl-cache): expose cache persistence layer CREDO23 2026-06-12 11:22:57 +02:00
  • ea10127979 feat(etl-cache): add CachedParseRepository data access CREDO23 2026-06-12 11:22:57 +02:00
  • c624235780 feat(etl-cache): add CachedParse table model CREDO23 2026-06-12 11:22:48 +02:00
  • 205a63b9bc feat(etl-cache): add EtlCacheSettings resolved from config CREDO23 2026-06-12 11:22:48 +02:00
  • b84debd999 feat(etl-cache): expose cache schema value objects CREDO23 2026-06-12 11:22:48 +02:00
  • 3c9ea0011d feat(etl-cache): add EvictionCandidate value object CREDO23 2026-06-12 11:22:48 +02:00
  • 24f824b597 feat(etl-cache): add ParseKey cache identity value object CREDO23 2026-06-12 11:22:48 +02:00
  • 4c28ba5295
    Merge pull request #1487 from CREDO23/improvement-podcast-graph dev Rohan Verma 2026-06-12 00:58:02 -07:00
  • 8dd174d304 feat(podcast): backend-driven language picker with custom entry CREDO23 2026-06-12 07:38:38 +02:00
  • 90cae46b5f feat(podcast): listLanguages API call CREDO23 2026-06-12 07:38:38 +02:00
  • 3cf76e8295 feat(podcast): languageOptions contract CREDO23 2026-06-12 07:38:38 +02:00
  • 0c7e5dee8b test(podcast): align quota error kwargs with wallet refactor CREDO23 2026-06-12 07:38:38 +02:00
  • 402ae6befe test(podcast): languages endpoint CREDO23 2026-06-12 07:38:38 +02:00
  • a19b7dd8e0 test(podcast): offerable languages catalog rules CREDO23 2026-06-12 07:38:38 +02:00
  • 1ee38fc9ab feat(podcast): GET /podcasts/languages CREDO23 2026-06-12 07:38:38 +02:00
  • fe4d69f478 feat(podcast): LanguageOptions read model CREDO23 2026-06-12 07:38:38 +02:00
  • f3d253ae77 feat(podcast): export LanguageOffering CREDO23 2026-06-12 07:38:38 +02:00
  • c8ee74b123 feat(podcast): offerable languages on the voice catalog CREDO23 2026-06-12 07:38:38 +02:00
  • 87be162d78 feat(podcast): curated common languages data CREDO23 2026-06-12 07:38:38 +02:00
  • ced1bb85ed feat(model-connections): implement bulk model update endpoint and related schema changes Anish Sarkar 2026-06-12 09:43:56 +05:30
  • 3e539311a2
    Merge pull request #1486 from MODSetter/dev main 0.0.28.2 Rohan Verma 2026-06-11 16:51:41 -07:00
  • c855be8ccd fix(auto_reload): update task to use a lambda for user_id in async call DESKTOP-RTLN3BA\$punk 2026-06-11 16:51:18 -07:00
  • ad404b2dbc refactor(icons): replace Workflow icon with Clock3 across automation components Anish Sarkar 2026-06-12 05:15:15 +05:30
  • 8e8cf96faa feat(error-handling): implement LLM error adaptation and classification for chat streaming Anish Sarkar 2026-06-12 05:03:14 +05:30
  • cb7cb90732
    Merge pull request #1485 from MODSetter/dev v0.0.28 Rohan Verma 2026-06-11 16:18:54 -07:00
  • fed83269d0 Merge commit '6c8c559254' into dev DESKTOP-RTLN3BA\$punk 2026-06-11 16:18:17 -07:00
  • cff721aa42 feat(migration): evolve podcast lifecycle by detaching from zero_publication and updating column handling DESKTOP-RTLN3BA\$punk 2026-06-11 16:17:14 -07:00
  • 6c8c559254
    Merge pull request #1484 from MODSetter/dev 0.0.28.1 Rohan Verma 2026-06-11 16:07:15 -07:00
  • 0f73db5aa1
    Merge pull request #1483 from MODSetter/dev_mod Rohan Verma 2026-06-11 16:00:26 -07:00
  • f166a532bd feat(version): bumped to 0.0.28 dev_mod DESKTOP-RTLN3BA\$punk 2026-06-11 15:59:44 -07:00
  • 05190da0a9 chore: linting DESKTOP-RTLN3BA\$punk 2026-06-11 15:31:43 -07:00
  • 203ef78346 Merge remote-tracking branch 'upstream/dev' into feat/unified-model-connections Anish Sarkar 2026-06-12 04:00:25 +05:30
  • 27218304ae
    Merge pull request #1482 from CREDO23/improvement-podcast-graph Rohan Verma 2026-06-11 15:26:38 -07:00
  • 7b30a76856 fix(gitignore): anchor data/ rule; track podcast voice catalogs CREDO23 2026-06-12 00:06:37 +02:00
  • aba95e4faf feat(database): enhance podcast lifecycle management by adding temporary unpublishing during migration Anish Sarkar 2026-06-12 03:35:49 +05:30
  • 72a7fe04b5 Merge remote-tracking branch 'upstream/dev' into feat/unified-model-connections Anish Sarkar 2026-06-12 03:20:46 +05:30
  • 5da3ab0552 feat(database): rename add_model_connections alembic migration Anish Sarkar 2026-06-12 03:20:09 +05:30
  • aee0c1a3ac
    Merge pull request #1481 from AnishSarkar22/fix/chat-stream-flicker Rohan Verma 2026-06-11 14:47:15 -07:00
  • 908790e40f Merge remote-tracking branch 'upstream/dev' into feat/unified-model-connections Anish Sarkar 2026-06-12 03:15:28 +05:30
  • e4803d4ed3 chore(dependencies): update @assistant-ui/react and @assistant-ui/react-markdown to latest versions, adjust peer dependencies, and modify chat viewport auto-scroll settings Anish Sarkar 2026-06-12 03:00:48 +05:30
  • 8f80900ab0
    Merge pull request #1479 from CREDO23/improvement-podcast-graph Rohan Verma 2026-06-11 14:23:38 -07:00
  • 41f4a58663 Merge remote-tracking branch 'upstream/dev' into improvement-podcast-graph CREDO23 2026-06-11 23:12:08 +02:00
  • e7762cda97 feat(chat): enhance thread component with active thread handling and improve message loading logic Anish Sarkar 2026-06-12 02:42:16 +05:30
  • 610ff063d6 refactor(model-connections): update frontend for provider-based models Anish Sarkar 2026-06-12 02:17:51 +05:30
  • 3dd54230e7 fix(chat): normalize provider-safe message history Anish Sarkar 2026-06-12 02:17:37 +05:30
  • 5d5d574550 refactor(model-connections): move backend model connections to provider capabilities Anish Sarkar 2026-06-12 02:17:22 +05:30
  • d27616ad0a
    Merge pull request #1480 from MODSetter/dev_mod Rohan Verma 2026-06-11 13:32:47 -07:00
  • c3695e7837 feat: update auto-reload settings and enhance payment session creation DESKTOP-RTLN3BA\$punk 2026-06-11 13:29:40 -07:00
  • 3089dd4cb6 refactor(model-connections): simplify connection settings UI Anish Sarkar 2026-06-11 18:22:57 +05:30