Manoj Aggarwal
f00a2f1a52
fix: make MCP migrations linear after dev branch migrations
2026-01-13 14:14:42 -08:00
Manoj Aggarwal
de1658cd88
fix: resolve alembic migration conflicts by using unique revision ID for MCP migration
2026-01-13 14:10:59 -08:00
Manoj Aggarwal
0c3e25a07b
fix linting issues with ruff
2026-01-13 13:57:04 -08:00
Manoj Aggarwal
063c272b98
remove is_active functionality from MCP connectors
2026-01-13 13:53:18 -08:00
Manoj Aggarwal
305a981d14
feat: add MCP connector backend support
2026-01-13 13:46:01 -08:00
DESKTOP-RTLN3BA\$punk
d140f6393e
feat: implement leave search space functionality for non-owners and update related UI components
2026-01-13 02:06:35 -08:00
DESKTOP-RTLN3BA\$punk
25b9118306
feat: implement search space deletion and fixed rback issues with shared chats
2026-01-13 01:45:58 -08:00
Rohan Verma
720b339702
Merge branch 'dev' into implement-surfsense-docs-mentions
2026-01-13 00:55:16 -08:00
DESKTOP-RTLN3BA\$punk
f22d649239
feat: added shared chats
2026-01-13 00:17:12 -08:00
CREDO23
5e31a228bc
fix: consistent citation numbering during streaming
2026-01-13 09:09:53 +02:00
CREDO23
cd3677b5fa
feat: add SurfSense docs mention support in chat
2026-01-13 06:14:58 +02:00
CREDO23
5ecdfae8a9
add surfsense docs context formatting in stream_new_chat
2026-01-13 02:50:56 +02:00
CREDO23
7e3e784b45
add mentioned_surfsense_doc_ids to NewChatRequest schema
2026-01-13 02:42:59 +02:00
CREDO23
738e23b51a
Add SurfSense docs to documents table
2026-01-13 01:15:33 +02:00
DESKTOP-RTLN3BA\$punk
73a57589ac
chore: linting
2026-01-12 14:17:15 -08:00
Rohan Verma
33586f1cb7
Merge pull request #682 from CREDO23/sur-77-impr-add-surfsense-documentation-to-new-default-search
...
[Feature] Onboarding | Built-in documentation search tool
2026-01-12 12:45:52 -08:00
CREDO23
c0b97fcc68
fix: add doc- prefix examples to citation instructions
2026-01-12 21:00:06 +02:00
CREDO23
842004e617
docs: add tool examples to system prompt
2026-01-12 20:54:00 +02:00
CREDO23
96545056cd
refactor: async docs seeding in FastAPI lifespan
2026-01-12 20:15:11 +02:00
Rohan Verma
383592ce63
Merge pull request #680 from AnishSarkar22/fix/index-future-date
...
feat: Index future dates for calendar based connectors & bug fixes
2026-01-10 14:00:29 -08:00
Rohan Verma
8492ea3ad1
Merge pull request #671 from CREDO23/sur-70-feature-streamline-onboarding-auto-create-default-workspace
...
[Feature] Streamline onboarding | Auto create default Search space
2026-01-10 13:59:54 -08:00
Manoj Aggarwal
8b735a492a
lint
2026-01-09 13:53:09 -08:00
Manoj Aggarwal
62d0d8b6db
ruff lint
2026-01-09 13:38:49 -08:00
Manoj Aggarwal
29dadfd138
nit
2026-01-09 13:34:36 -08:00
Manoj Aggarwal
8b650f4cf4
resolve vercel error
2026-01-09 13:33:28 -08:00
Manoj Aggarwal
36c395ba72
nit
2026-01-09 13:20:54 -08:00
Manoj Aggarwal
18035b3728
Add MS Teams connector
2026-01-09 13:20:47 -08:00
Manoj Aggarwal
fa35b71522
Add teams connector similar to slack
2026-01-09 13:20:30 -08:00
Manoj Aggarwal
786fd63e5b
Revert "Add Microsoft Teams Connector"
2026-01-09 12:33:26 -08:00
CREDO23
2c3d625b35
fix: increase top_k from 5 to 10 to match knowledge base
2026-01-09 20:11:47 +02:00
CREDO23
3539b2a83d
feat: add surfsense docs citation endpoint
2026-01-09 18:07:14 +02:00
CREDO23
c4d214baa4
feat: register search_surfsense_docs tool in agent toolkit
2026-01-09 17:58:14 +02:00
CREDO23
1be9de9c24
feat: add search_surfsense_docs tool with vector search
2026-01-09 17:52:31 +02:00
CREDO23
ec145431f2
feat: add seeding script for Surfsense docs (run after migrations)
2026-01-09 16:49:33 +02:00
CREDO23
f30f39b5e9
feat: create migration for Surfsense docs tables
2026-01-09 16:39:39 +02:00
CREDO23
105f4c5c9d
feat: add create/update/skip/delete logic to indexer
2026-01-09 15:58:27 +02:00
CREDO23
2e83ed8dcd
feat: add chunking and embedding logic to indexer
2026-01-09 15:45:17 +02:00
CREDO23
fff851ae3f
feat: create indexer module with MDX parsing
2026-01-09 15:42:30 +02:00
CREDO23
ba404cc151
feat: add SurfsenseDocsChunk model with relationship
2026-01-09 15:28:36 +02:00
CREDO23
961d741656
feat: add SurfsenseDocsDocument model
2026-01-09 15:26:55 +02:00
CREDO23
a5d47cae31
Merge remote-tracking branch 'upstream/dev' into sur-70-feature-streamline-onboarding-auto-create-default-workspace
2026-01-09 14:56:41 +02:00
Anish Sarkar
e21bc8086a
Merge remote-tracking branch 'upstream/dev' into fix/index-future-date
2026-01-09 13:24:38 +05:30
Anish Sarkar
4aeb05e2e5
feat: allow future dates for Google Calendar and Luma connectors
...
- Updated date handling in indexing functions to permit future dates for Google Calendar and Luma connectors.
- Enhanced UI components to support future date selection, including a new button for selecting the next 30 days.
- Adjusted documentation and descriptions to clarify date range options for users.
2026-01-09 13:20:12 +05:30
Rohan Verma
8a2715e549
Merge pull request #679 from manojag115/feat/ms-teams-connector
...
Add Microsoft Teams Connector
2026-01-08 20:27:51 -08:00
Manoj Aggarwal
2b074b947c
nit
2026-01-08 19:04:38 -08:00
Manoj Aggarwal
ba7e4f0ceb
Add MS Teams connector
2026-01-08 17:13:19 -08:00
DESKTOP-RTLN3BA\$punk
f1328db94f
feat: bumped version to 0.0.11
2026-01-07 20:59:54 -08:00
DESKTOP-RTLN3BA\$punk
c9a9d29c54
docs: update README
2026-01-07 19:43:31 -08:00
DESKTOP-RTLN3BA\$punk
a6200ee3a2
chore: linting
2026-01-07 19:10:53 -08:00
DESKTOP-RTLN3BA\$punk
48fc70a08b
chore: cleanup
2026-01-07 19:07:06 -08:00