Anish Sarkar
f38ea77940
chore: ran linting
2026-04-09 18:10:34 +05:30
Anish Sarkar
b8091114b5
feat: drop legacy memory tables and update memory management tools to streamline user and shared memory handling
2026-04-09 18:05:30 +05:30
Anish Sarkar
7caf3b25e2
feat: implement background memory extraction for user and team interactions, enhancing long-term memory management in the SurfSense agent
2026-04-09 17:43:52 +05:30
Anish Sarkar
a335f7621a
refactor: update memory management tools to enforce character limits, enhance pinned section handling, and improve user feedback in MemoryContent and TeamMemoryManager components
2026-04-09 17:24:31 +05:30
Anish Sarkar
ab3cb0e1c5
Merge remote-tracking branch 'upstream/dev' into refactor/persistent-memory
2026-04-09 15:33:23 +05:30
Anish Sarkar
d1c6caddba
refactor: enhance MemoryInjectionMiddleware to auto-persist user memory seed and improve button styles in MemoryContent and TeamMemoryManager components
2026-04-09 13:57:54 +05:30
Anish Sarkar
1f59382ab0
refactor: update knowledge base policies and enhance memory loading logic in MemoryInjectionMiddleware
2026-04-09 03:36:45 +05:30
Anish Sarkar
71e88156f4
feat: enhance MemoryInjectionMiddleware to include user display name and seed memory with first name
2026-04-09 00:22:30 +05:30
Anish Sarkar
dfa6005af5
feat: implement update_memory tool and routes for user memory management
2026-04-08 23:54:29 +05:30
Anish Sarkar
dec381d87e
feat: add shared_memory_md field and enforce character limit in search space updates
2026-04-08 23:37:23 +05:30
Anish Sarkar
6fc941e4c5
refactor: rename and consolidate memory tools to update_memory
2026-04-08 23:29:26 +05:30
Anish Sarkar
5ff99115c6
feat: add MemoryInjectionMiddleware to inject user and team memory into conversation context
2026-04-08 23:23:25 +05:30
Anish Sarkar
702d955e79
feat: integrate MemoryInjectionMiddleware and update memory tool instructions
2026-04-08 23:23:06 +05:30
Anish Sarkar
ba7e288879
feat: add memory_md columns to user and searchspaces tables
2026-04-08 23:21:24 +05:30
Anish Sarkar
56c5809170
chore: ran linting
2026-04-08 18:23:03 +05:30
Anish Sarkar
37c52ce7ea
feat: implement indexing progress management in local folder indexing process and enhance related test coverage
2026-04-08 18:01:55 +05:30
Anish Sarkar
a8b83dcf3f
feat: add folder_id support in ConnectorDocument and indexing pipeline for improved document organization
2026-04-08 17:48:50 +05:30
Anish Sarkar
f3aa514240
feat: integrate subtree ID retrieval in local folder cleanup process and enhance UI component styling for folder selection
2026-04-08 17:25:18 +05:30
Anish Sarkar
cab0d1bdfe
feat: enhance folder synchronization by integrating subtree ID retrieval and optimizing empty folder cleanup process
2026-04-08 17:10:22 +05:30
Anish Sarkar
ae98f64760
feat: enhance folder indexing with metadata management and improve folder structure handling in UI components
2026-04-08 16:48:40 +05:30
Anish Sarkar
60eb1e4060
feat: implement raw file hash computation to optimize content extraction during local folder indexing
2026-04-08 16:28:51 +05:30
Anish Sarkar
6f9f69c3e8
refactor: remove local folder indexing endpoints and update related API calls
2026-04-08 15:49:36 +05:30
Anish Sarkar
5f5954e932
feat: implement upload-based folder indexing and synchronization features
2026-04-08 15:46:52 +05:30
Anish Sarkar
cd71893985
fix: update relationship backref to enable passive deletes for document versions
2026-04-08 14:48:40 +05:30
Anish Sarkar
8455451ce1
chore: ran linting
2026-04-08 05:20:03 +05:30
Anish Sarkar
6038f6dfc0
Merge remote-tracking branch 'upstream/dev' into feat/azure-ocr
2026-04-08 05:00:32 +05:30
Anish Sarkar
20fa93f0ba
refactor: make Azure Document Intelligence an internal LLAMACLOUD accelerator instead of a standalone ETL service
2026-04-08 03:26:24 +05:30
CREDO23
26bffbcc47
Add dynamic vision model list from OpenRouter with combobox selector
2026-04-07 23:39:52 +02:00
CREDO23
36b8a84b0b
Add vision LLM config examples to global_llm_config.example.yaml
2026-04-07 21:55:58 +02:00
Anish Sarkar
1fa8d1220b
feat: add support for Azure Document Intelligence in ETL pipeline
2026-04-08 00:59:12 +05:30
Anish Sarkar
76c760b8dd
fix: improve the notification content and improve tooltip
2026-04-07 23:00:52 +05:30
CREDO23
4a675b64f4
Initialize vision LLM router at app and celery startup
2026-04-07 19:21:10 +02:00
CREDO23
6d85821ae9
Wire vision_llm_config_id in preferences, register vision LLM router
2026-04-07 19:20:28 +02:00
CREDO23
43b8862ac7
Update get_vision_llm to use dedicated VisionLLMConfig system
2026-04-07 19:16:51 +02:00
CREDO23
bdbc4ce4a1
Add vision LLM config CRUD and global configs routes
2026-04-07 19:04:03 +02:00
CREDO23
7448f27ee0
Add vision LLM config loading and router initialization to Config
2026-04-07 19:02:18 +02:00
CREDO23
362cd3590c
Add VisionLLMRouterService for Auto mode routing
2026-04-07 18:59:33 +02:00
CREDO23
ecfcc61011
Add VisionLLMConfig Pydantic schemas
2026-04-07 18:52:37 +02:00
CREDO23
879945eeae
Add VisionProvider enum, VisionLLMConfig table, and vision RBAC permissions
2026-04-07 18:49:04 +02:00
CREDO23
60b9f0f21c
fix: nested button, empty options fallback, skip intermediate tool_calls
2026-04-07 18:12:34 +02:00
CREDO23
5f354ef6ac
fix: capture agent text from on_chat_model_end for non-streaming LLM calls
2026-04-07 18:06:40 +02:00
CREDO23
55845d68ef
feat: return 3 suggestion options from vision autocomplete agent
2026-04-07 17:38:39 +02:00
DESKTOP-RTLN3BA\$punk
91ea293fa2
chore: linting
2026-04-07 03:10:06 -07:00
DESKTOP-RTLN3BA\$punk
82b5c7f19e
Merge commit ' 056fc0e7ff' into dev_mod
2026-04-07 02:56:46 -07:00
DESKTOP-RTLN3BA\$punk
bb1dcd32b6
feat: enhance vision autocomplete service and UI feedback
...
- Optimized the vision autocomplete service by starting the SSE stream immediately and deriving KB search queries directly from window titles.
- Refactored the service to run KB filesystem pre-computation and agent graph compilation in parallel, improving performance.
- Updated the SuggestionPage component to handle new agent step data, displaying progress indicators for each step.
- Enhanced the CSS for the suggestion tooltip and agent activity indicators, improving the user interface and experience.
2026-04-07 02:49:24 -07:00
Anish Sarkar
8d810467dd
refactor: add support for XHTML file conversion to markdown in document processors
2026-04-07 05:57:13 +05:30
Anish Sarkar
0a26a6c5bb
chore: ran linting
2026-04-07 05:55:39 +05:30
Anish Sarkar
5803fe79da
refactor: update filename handling in Google Drive connector to include Google Workspace file extensions, improving content extraction accuracy
2026-04-07 05:43:34 +05:30
Anish Sarkar
1b87719a92
refactor: enhance file skipping logic in Google Drive connector to check for Google Workspace files before unsupported extensions
2026-04-07 05:36:29 +05:30
Anish Sarkar
e4462292e4
refactor: update Google Drive indexer to return an additional unsupported file count, enhancing error reporting consistency
2026-04-07 05:30:10 +05:30