Hakan Shehu
145826cdc7
New version of settings sidebar
2025-05-12 08:03:51 +02:00
Hakan Shehu
afc259be3f
Move tasks in account level and some other improvements
2025-05-10 19:09:32 +02:00
Hakan Shehu
c1ccb90240
Initial implementation of workspace import task
2025-05-09 18:52:13 +02:00
Hakan Shehu
2c8ff8a543
Improve date informations
2025-05-08 12:07:59 +02:00
Hakan Shehu
490cbe1706
Show skeletons for loading states
2025-05-08 11:42:08 +02:00
Hakan Shehu
a87cd8aa39
Fix zip file size calculation
2025-05-08 11:22:54 +02:00
Hakan Shehu
69641b0783
Switch exports to general 'tasks'
2025-05-08 10:59:22 +02:00
Hakan Shehu
1e07f7862c
Workspace export improvements
2025-05-07 00:28:39 +02:00
Hakan Shehu
989101a03b
Include uploads in data and zip uploaded files as part of the export
2025-05-06 21:03:48 +02:00
Hakan Shehu
f8fe6f40ca
Initial implementation of workspace data export
2025-05-06 19:22:41 +02:00
Hakan Shehu
f22e6d43bf
Use zod for config parsing and some folder restructure ( #29 )
2025-05-04 11:31:41 +02:00
Ylber Gashi
14bcb55ea0
Updated docker-compose configuration: ( #28 )
...
- changed PostgreSQL and Redis passwords
- replaced Redis service with Valkey
- added Mailpit for local SMTP testing, and update MinIO image version
Updated email service to remove SMTP user and password checks.
2025-05-04 10:45:55 +02:00
Hakan Shehu
7067347110
Add desktop publish step for MacOS Intel ( #26 )
2025-05-02 15:48:55 +02:00
Hakan Shehu
4998a9d4b2
Refactor and improve node cleanups on delete ( #24 )
2025-05-02 10:32:38 +02:00
Hakan Shehu
b6c21ac3db
Update packages ( #23 )
2025-05-01 23:19:31 +02:00
Hakan Shehu
cdea720526
Fix a kysely warning on user list query ( #22 )
2025-05-01 19:54:50 +02:00
Hakan Shehu
00b91c3e3c
Implement workspace delete ( #21 )
2025-05-01 19:48:47 +02:00
Hakan Shehu
b86ae4e5e4
Implement auth ip rate-limits as fastify plugin ( #20 )
2025-05-01 11:30:12 +02:00
Hakan Shehu
90c7a22685
Send client metadata as headers on each request ( #19 )
2025-05-01 10:57:24 +02:00
Hakan Shehu
7e5c31d7f8
Include immutable version and commit sha as part of server docker build ( #18 )
2025-05-01 10:41:10 +02:00
Hakan Shehu
a32058cdab
Change server host
2025-04-30 14:24:42 +02:00
Hakan Shehu
412a396b28
Switch from express to fastify ( #16 )
...
* Switch from express to fastify
* Use zod validation for api routes
* Fix type in password reset routes
* Use string as data type for bigint because of serialization issues
* Fix use of user id instead of account id for some file operations
2025-04-30 11:07:58 +02:00
Hakan Shehu
d52a8972cc
Fix radar service for new node counter updates
2025-04-29 12:20:01 +02:00
Hakan Shehu
71be5f6e3e
Improve node references migration
2025-04-29 11:57:21 +02:00
Hakan Shehu
02a6a066f7
Refactor debuggers
2025-04-28 20:00:34 +02:00
Hakan Shehu
915f688115
Make SMTP service optional
2025-04-28 19:40:18 +02:00
Hakan Shehu
1d739879c3
Implement mentions
2025-04-28 19:28:58 +02:00
Hakan Shehu
9e69f29858
Replace tippy with floating-ui in commander
2025-04-24 19:08:23 +02:00
Hakan Shehu
c10ec7e856
Mark preview tab as opened in double click
2025-04-24 17:44:27 +02:00
Hakan Shehu
a0df904981
Update packages
2025-04-23 18:04:40 +02:00
Hakan Shehu
63437894bf
Implement password reset
2025-04-23 14:33:23 +02:00
Hakan Shehu
0b347db97c
Check ai enabled before scheduling embeddings
2025-04-23 10:34:03 +02:00
Hakan Shehu
885f139521
Fix view fields memo
2025-04-10 11:07:30 +02:00
Hakan Shehu
5316911a55
Remove react router
2025-04-10 09:57:33 +02:00
Hakan Shehu
1011eda582
Rerender layout on workspace change
2025-04-09 20:31:25 +02:00
Hakan Shehu
90f8cf95f1
Implement infinite loading for table view
2025-04-09 20:07:43 +02:00
Hakan Shehu
0700833c17
Fix table view cells overflow
2025-04-09 19:16:53 +02:00
Hakan Shehu
9f4a1c9054
Fix height for commands
2025-04-08 20:18:42 +02:00
Hakan Shehu
fa8c941e93
Update packages in desktop, core & crdt
2025-04-08 19:58:08 +02:00
Hakan Shehu
4ca3785db4
Update server packages
2025-04-08 16:51:53 +02:00
Hakan Shehu
130524708d
Update packages
2025-03-17 23:33:48 +01:00
Hakan Shehu
399f20b1e4
Merge pull request #14 from colanode/ai-assistant-rag
...
Vector embeddings and initial implementation of AI assistant RAG pipeline
2025-03-10 22:18:04 +01:00
Ylber Gashi
0505e1fbe7
Remove automatic assistant response job scheduling on node creation
2025-03-05 20:53:01 +01:00
Hakan Shehu
d095dbbd16
Add recurring jobs to check node and document embeddings
2025-03-03 23:07:50 +01:00
Ylber Gashi
e83b60b513
Simpler chunk summaries and metadata handling at response time
...
- Extract common AI-related utility functions into a new ai-utils.ts module
- Create a metadata handling library with fetchMetadataForContextItems
- Update chunking and embedding services to use new utility functions
- Improve context retrieval and scoring with recency and hybrid search weights
- Enhance chunk summarization with a more flexible prompt template
- Reorganize types for better type safety and modularity
2025-03-02 17:54:30 +01:00
Hakan Shehu
c4b9aa320a
Minor refactoring
2025-02-27 22:30:00 +01:00
Ylber Gashi
c33fc4a024
Add summary column and enhance search vector generation for embeddings
2025-02-22 18:43:56 +01:00
Ylber Gashi
29c96f7dd6
Add support for specifying context nodes in AI assistant response
2025-02-21 22:49:00 +01:00
Ylber Gashi
93c9e26f4f
Improve document metadata retrieval and prompt formatting
2025-02-21 16:39:32 +01:00
Ylber Gashi
415922d73f
Enhance document metadata with database context and improve enrichment prompts
2025-02-21 16:00:52 +01:00