Commit graph

3801 commits

Author SHA1 Message Date
CREDO23
6eabfe2396 perf: conditional batch embedding — batch for API, sequential for local 2026-03-09 19:12:43 +02:00
CREDO23
a49a4db6d6 perf: use asyncio.to_thread for embed_text in FastAPI paths 2026-03-09 16:33:24 +02:00
CREDO23
c4f2e9a3a5 feat: use batch embedding in create_document_chunks 2026-03-09 16:21:14 +02:00
CREDO23
929445afd9 feat: use batch embedding in IndexingPipelineService.index 2026-03-09 16:13:44 +02:00
CREDO23
cb4b155b9d feat: re-export embed_texts from document_embedder 2026-03-09 15:54:02 +02:00
CREDO23
15aeec1fcb feat: add embed_texts batch embedding utility 2026-03-09 15:53:40 +02:00
CREDO23
79daebbd7d fix: improve Google Drive folder selection UX 2026-03-09 14:39:40 +02:00
DESKTOP-RTLN3BA\$punk
d70e292fbe refactor: restructure instrumentation client initialization and enhance UI components for better performance and user experience 2026-03-08 17:48:09 -07:00
Rohan Verma
cba7923503
Merge pull request #864 from AnishSarkar22/fix/github-and-ui-fixes
feat: add `last_login` column for last login info & UI/UX improvements
2026-03-08 16:05:43 -07:00
Anish Sarkar
514dcc1493 refactor: enhance LayoutDataProvider to manage chat navigation and state synchronization more effectively 2026-03-09 02:22:01 +05:30
Anish Sarkar
e8cf677b25 refactor: update title generation logic to improve user experience by generating titles in parallel with assistant responses 2026-03-09 01:28:53 +05:30
Anish Sarkar
bd91b0bef2 refactor: remove unnecessary border from Header component 2026-03-08 22:59:32 +05:30
Anish Sarkar
662c99c3f5 refactor: enhance DocumentsTableShell to support search mode with updated UI for no matching documents 2026-03-08 22:42:13 +05:30
Anish Sarkar
ed6ff33933 refactor: update ShortcutKbd component styling to adjust key width based on key length 2026-03-08 22:33:07 +05:30
Anish Sarkar
195dbc5fc0 chore: ran linting 2026-03-08 21:17:45 +05:30
Anish Sarkar
2adf5750df refactor: update LayoutDataProvider and NavSection components to use DocumentsProcessingStatus for improved document processing status handling 2026-03-08 21:16:52 +05:30
Anish Sarkar
0a1d0035e6 refactor: update DocumentUploadTab to ensure unique file IDs are generated using a fallback method for compatibility 2026-03-08 21:11:54 +05:30
Anish Sarkar
a65fda359a chore: ran linting 2026-03-08 20:57:29 +05:30
Anish Sarkar
06e74d5357 refactor: enhance MobileNav component with click outside detection for improved user interaction 2026-03-08 20:56:57 +05:30
Anish Sarkar
af77c26572 refactor: update Navbar component to improve styling and add select-none class for better user interaction 2026-03-08 20:56:01 +05:30
Anish Sarkar
33a822432d refactor: improve styling of CreateInviteDialog footer for better layout consistency 2026-03-08 20:48:21 +05:30
Anish Sarkar
f14efa18b3 refactor: enhance ApiKeyContent and MobileSidebar components with improved styling and event handling for better user experience 2026-03-08 20:34:12 +05:30
Anish Sarkar
863ba6865c fix: update routing in settings and onboarding components to use 'tab' query parameter instead of 'section' for improved navigation consistency 2026-03-08 20:26:48 +05:30
Anish Sarkar
0f2d3bba3c feat: add "Learn More" section to SidebarUserProfile with links to documentation and GitHub, and update translations for multiple languages 2026-03-08 20:19:15 +05:30
Anish Sarkar
f08ca26e3e feat: enhance user settings page with tab navigation and default tab handling, update ProfileContent to use Next.js Image component, and improve sidebar user profile dropdown functionality 2026-03-08 19:54:12 +05:30
Anish Sarkar
0b028bab49 refactor: update DocumentUploadTab to manage files with unique IDs using UUIDs 2026-03-08 19:48:38 +05:30
Anish Sarkar
84bd52f482 chore: update lucide-react dependency to version 0.577.0 and refactor ProfileContent component to use Next.js Image component for avatar display 2026-03-08 19:43:30 +05:30
Anish Sarkar
77dc6b7c91 feat: implement user settings page with profile and API key management components 2026-03-08 19:36:12 +05:30
Anish Sarkar
97fbb70672 refactor: update DocumentMentionPicker styles for improved dark mode support and UI consistency 2026-03-08 18:45:05 +05:30
Anish Sarkar
78e66477cf feat: implement document metadata viewer with Ctrl+Click functionality in DocumentsTableShell 2026-03-08 18:40:32 +05:30
Anish Sarkar
855c334f7e refactor: replace PencilIcon with Pen in various components for consistent icon usage 2026-03-08 18:32:25 +05:30
Anish Sarkar
c4d3322323 refactor: update icons in user message component and adjust dropdown menu alignment for improved UI consistency 2026-03-08 18:30:33 +05:30
Anish Sarkar
a11c95e30f feat: add last_login column to user table and update user login tracking 2026-03-08 18:24:29 +05:30
Anish Sarkar
2ac0e4f931 refactor: improve skeleton loading UI and enhance dropdown menu styles for better user experience 2026-03-08 17:52:53 +05:30
Anish Sarkar
5ce3790847 refactor: enhance UI component styles and functionality in Documents filters, table shell, and editor for improved user experience and consistency 2026-03-08 17:43:19 +05:30
Anish Sarkar
0f7878a3a0 refactor: update UI component styles for improved visual consistency and user experience across GitHub stars badge, model selector, dialog, dropdown menu, and shortcut keyboard components 2026-03-08 17:10:24 +05:30
Anish Sarkar
701bb7063f Merge remote-tracking branch 'upstream/dev' into fix/github-and-ui-fixes 2026-03-08 16:57:10 +05:30
Anish Sarkar
99039f98e3 feat: add GitHub stars badge component and integrate it into the navbar 2026-03-08 16:41:00 +05:30
Rohan Verma
176190fb2b
Merge pull request #861 from AnishSarkar22/feat/document-revamp
feat: documents page revamp, new inbox logic & some improvements
2026-03-08 03:34:05 -07:00
Anish Sarkar
8122370cec test: mark test_connector_document.py with unit pytest marker 2026-03-08 02:53:47 +05:30
Anish Sarkar
560e51c95f chore: add ETL_SERVICE environment variable for CI testing in backend workflow 2026-03-08 02:49:13 +05:30
Anish Sarkar
ea004ec664 chore: add SECRET_KEY environment variable for CI testing in backend workflow 2026-03-08 02:45:04 +05:30
Anish Sarkar
ca3710a239 fix: remove slowapi limiter for testing 2026-03-08 02:41:05 +05:30
Anish Sarkar
36836a1d8b chore: add embedding model in env for backend tests workflow 2026-03-08 02:33:35 +05:30
Anish Sarkar
53f3be2873 chore: update GitHub Actions workflow to use latest versions of actions/checkout, astral-sh/setup-uv, and actions/cache 2026-03-08 02:23:01 +05:30
Anish Sarkar
c886d6640d feat: add GA workflow for backend tests including both unit and integration tests 2026-03-08 02:20:58 +05:30
Anish Sarkar
9945d16b17 chore: ran biome checks 2026-03-07 12:57:27 +05:30
Anish Sarkar
eadbcb4846 chore: update biome configuration and dependencies to Biome version 2.4.6, enhancing compatibility and functionality 2026-03-07 12:52:05 +05:30
Anish Sarkar
45c38456ab chore: add Tailwind CSS parser configuration to biome.json and standardize source path quotes in globals.css 2026-03-07 12:34:52 +05:30
Anish Sarkar
c02207e911 refactor: simplify DocumentUploadTab component by removing motion animations and enhancing file display logic for improved performance and readability 2026-03-07 12:31:55 +05:30