Anish Sarkar
c5afce3873
feat(docker): add GPU support and enhance installation scripts
...
- Introduced a new docker-compose.gpu.yml file to define GPU resource reservations for backend services.
- Updated .env.example to include GPU-related environment variables and usage instructions.
- Enhanced install.ps1 and install.sh scripts to support GPU variant selection and validation for GPU count.
- Improved error handling and user feedback for invalid GPU configurations.
2026-06-06 01:15:04 +05:30
Anish Sarkar
7e4077d67a
chore(docker): remove commented-out flower service from Docker Compose files
2026-06-06 00:45:56 +05:30
Anish Sarkar
c1ee5fabf9
feat(docker): enhance multi-architecture and CUDA support in Docker workflows
...
- Added support for multiple image variants (CPU, CUDA 12.8, CUDA 12.6) in the Docker build workflow.
- Updated Docker Compose configuration to utilize the new SURFSENSE_VARIANT environment variable for selecting image variants.
- Enhanced documentation to clarify usage of backend image variants and their corresponding environment variable settings.
2026-06-05 23:39:42 +05:30
Anish Sarkar
3259e41d6b
chore(uv.lock): update dependency resolution for CUDA 12.6
2026-06-05 23:32:30 +05:30
Anish Sarkar
f0ef3c02ac
feat(pyproject): add support for CUDA 12.6 in optional dependencies
...
- Introduced a new optional dependency group for CUDA 12.6 in pyproject.toml.
- Updated conflict resolution to include CUDA 12.6 alongside existing configurations.
- Added source configurations for PyTorch and torchvision for CUDA 12.6.
2026-06-05 22:25:32 +05:30
Anish Sarkar
6972356c86
feat(docker): enhance CUDA support in Dockerfile and pyproject.toml
...
- Updated Dockerfile to conditionally install PyTorch with CPU or CUDA support based on build arguments.
- Added optional dependencies for CPU and CUDA versions of PyTorch in pyproject.toml.
- Configured uv.lock to manage dependencies and conflicts between CPU and CUDA installations.
2026-06-05 21:46:09 +05:30
Anish Sarkar
da8cb32e77
Merge remote-tracking branch 'upstream/dev' into feat/docker-optimization
2026-06-05 03:35:12 +05:30
Rohan Verma
c2b8b3ac5e
Merge pull request #1467 from AnishSarkar22/feat/ui-fixes
...
feat: improve chat navigation, automation UI, and summary-free indexing
2026-06-04 13:55:50 -07:00
Anish Sarkar
54fc2d4619
chore(docker): comment out whatsapp-bridge service in docker-compose.yml
2026-06-05 02:24:14 +05:30
Anish Sarkar
3c82200e89
chore(docker): comment out otel-collector service in docker-compose.yml
2026-06-04 22:29:39 +05:30
Anish Sarkar
08801fe3e8
feat(chat): implement chat tab synchronization and enhance thread activation with new hooks for improved navigation and metadata management
2026-06-04 18:16:33 +05:30
Anish Sarkar
168c0d2f89
feat(chat): add cached thread prefetching for faster navigation
2026-06-04 16:46:45 +05:30
Anish Sarkar
8b704b2fef
feat(chat): Introduce centralized thread metadata management and update chat visibility handling with new hooks for thread mutations
2026-06-04 14:15:48 +05:30
Anish Sarkar
0cfe5e52bd
refactor(ui): Adjust layout and styling for chat components, enhancing spinner positioning and removing unused shared chat indicators
2026-06-04 12:57:16 +05:30
Anish Sarkar
1fb15cb0e4
refactor(buy-more): Remove motion effects from BuyMorePage and delete unused loading component
2026-06-04 12:15:34 +05:30
Anish Sarkar
2a13b3777a
feat(download): Enhance download functionality by adding mobile OS detection and updating UI components accordingly
2026-06-04 11:48:44 +05:30
Anish Sarkar
e588782a9b
refactor(tests): Update tests to remove summary references and adjust for embedding errors
2026-06-04 01:51:21 +05:30
Anish Sarkar
e4d7b01b09
refactor(backend): Update references from document summary LLM to agent LLM across multiple files
2026-06-04 01:50:44 +05:30
Anish Sarkar
ddfe60c2f0
feat(tests): Update tests for summary-free indexing
2026-06-04 00:53:51 +05:30
Anish Sarkar
dc6a17930b
feat(evals): Remove summary ingest settings from evals
2026-06-04 00:53:18 +05:30
Anish Sarkar
e427501482
feat(web): Remove summary controls from the web app
2026-06-04 00:52:45 +05:30
Anish Sarkar
b5a9bcf87b
feat(backend): Use agent LLM for deliverable generation
2026-06-04 00:52:17 +05:30
Anish Sarkar
f3866b9e7e
feat(backend): Use deterministic content in connector ingestion
2026-06-04 00:51:38 +05:30
Anish Sarkar
81fa219b30
feat(backend): Remove LLM summaries from document indexing
2026-06-04 00:50:19 +05:30
Anish Sarkar
290a9539ef
feat(db): Remove document summary LLM schema
2026-06-04 00:48:53 +05:30
Anish Sarkar
e68b3f9532
feat(chat): fix support for mentioned connectors in new chat input state and runtime context, enhancing query rendering and context management
2026-06-03 22:51:55 +05:30
Anish Sarkar
c75a080997
Merge remote-tracking branch 'upstream/dev' into feat/ui-fixes
2026-06-03 21:53:35 +05:30
Anish Sarkar
ae9c346015
refactor(dashboard): improve layout and accessibility of TeamContent and TriggerCard components, enhancing button visibility and member display
2026-06-03 21:49:17 +05:30
Anish Sarkar
2ba30837a9
refactor(automations): enhance TriggerCard component with improved scheduling options, including frequency selection and custom cron input
2026-06-03 21:30:24 +05:30
Anish Sarkar
282c0495c0
refactor(automations): enhance automation definition section with collapsible execution defaults, improve layout, and update UI elements for better readability
2026-06-03 20:40:27 +05:30
Anish Sarkar
14f339bba0
refactor(automations): enhance UI layout and styling for automation components, including adjustments to spacing, alignment, and badge presentation
2026-06-03 19:47:33 +05:30
Anish Sarkar
75c8063bea
refactor(automations): improve UI consistency by updating alert messages, enhancing task item layout, and refining timezone selection component
2026-06-03 03:41:03 +05:30
Rohan Verma
309bd9a2dd
Merge pull request #1463 from CREDO23/feat/blob-storage
...
[Feat] Add Document Blob Storage, Segregate Connectors, and Jira Cleanup
2026-06-02 12:15:48 -07:00
Anish Sarkar
eabbfb8c67
refactor(automations): replace error and notice displays with Alert components
2026-06-03 00:45:45 +05:30
Anish Sarkar
c002f45c8e
refactor(chat): consolidate chat handling by merging shared and private chat sections into a unified chat view, update related components and translations
2026-06-03 00:07:13 +05:30
Anish Sarkar
9daaf12658
fix(thread): adjust Composer component height for improved user experience
2026-06-02 23:44:36 +05:30
Anish Sarkar
5fce4e1621
feat(chat): enhance ChatViewport with conditional footer rendering and update ChatExamplePrompts for improved category selection
2026-06-02 22:52:48 +05:30
CREDO23
10a2f1ec2f
chore(backend): ignore local object store
2026-06-02 16:56:01 +02:00
CREDO23
0259c53f50
fix(db): restore automation_runs to zero_publication
2026-06-02 16:56:01 +02:00
Anish Sarkar
e15df9d949
feat(migration): add automation_runs table to gateway migration
2026-06-02 20:13:31 +05:30
CREDO23
b6710ae9af
refactor(jira): remove dead legacy indexing and write tools (mcp-only now)
2026-06-02 16:38:00 +02:00
CREDO23
ef60af90cf
feat(web): segregate connectors into knowledge base and tools/live sources
2026-06-02 16:37:54 +02:00
CREDO23
af192a8405
feat(web): add download original action to editor header
2026-06-02 16:10:50 +02:00
CREDO23
637affecb8
feat(web): add document files contract and api method
2026-06-02 16:10:50 +02:00
CREDO23
a4f3af7ed8
chore(dev): document storage env vars and add azurite service
2026-06-02 16:10:50 +02:00
CREDO23
537b6e3b33
feat(db): add document_files migration
2026-06-02 16:10:50 +02:00
CREDO23
f9e2c22d45
feat(documents): purge stored blobs on document deletion
2026-06-02 16:10:50 +02:00
CREDO23
a4b31929d0
feat(documents): persist original upload bytes on file upload
2026-06-02 16:10:50 +02:00
CREDO23
7dad9ec3a9
feat(api): mount file-storage router
2026-06-02 16:10:50 +02:00
CREDO23
5e5f51b3a0
feat(db): register DocumentFile and document.files relationship
2026-06-02 16:10:44 +02:00