Commit Graph

  • 0b347db97c Check ai enabled before scheduling embeddings Hakan Shehu 2025-04-23 10:34:03 +02:00
  • 885f139521 Fix view fields memo v0.1.2 Hakan Shehu 2025-04-10 11:07:30 +02:00
  • 5316911a55 Remove react router Hakan Shehu 2025-04-10 09:57:33 +02:00
  • 1011eda582 Rerender layout on workspace change Hakan Shehu 2025-04-09 20:31:25 +02:00
  • 90f8cf95f1 Implement infinite loading for table view Hakan Shehu 2025-04-09 20:07:43 +02:00
  • 0700833c17 Fix table view cells overflow Hakan Shehu 2025-04-09 19:16:53 +02:00
  • 9f4a1c9054 Fix height for commands Hakan Shehu 2025-04-08 20:18:42 +02:00
  • fa8c941e93 Update packages in desktop, core & crdt Hakan Shehu 2025-04-08 19:58:08 +02:00
  • 4ca3785db4 Update server packages Hakan Shehu 2025-04-08 16:51:53 +02:00
  • 130524708d Update packages Hakan Shehu 2025-03-17 23:33:48 +01:00
  • 399f20b1e4 Merge pull request #14 from colanode/ai-assistant-rag Hakan Shehu 2025-03-10 22:18:04 +01:00
  • efa58454ae Remove @langchain/langgraph dependency from parent package.json Ylber Gashi 2025-03-06 21:30:55 +01:00
  • 0505e1fbe7 Remove automatic assistant response job scheduling on node creation Ylber Gashi 2025-03-05 20:53:01 +01:00
  • 942ddd8652 Merge branch 'ai-assistant-rag' of https://github.com/colanode/colanode into ai-assistant-rag Ylber Gashi 2025-03-04 21:39:26 +01:00
  • e3d3731a93 Updated docker compose file Ylber Gashi 2025-03-04 21:39:07 +01:00
  • d095dbbd16 Add recurring jobs to check node and document embeddings Hakan Shehu 2025-03-03 23:07:50 +01:00
  • e83b60b513 Simpler chunk summaries and metadata handling at response time Ylber Gashi 2025-03-02 17:54:30 +01:00
  • c4b9aa320a Minor refactoring Hakan Shehu 2025-02-27 22:30:00 +01:00
  • c33fc4a024 Add summary column and enhance search vector generation for embeddings Ylber Gashi 2025-02-22 18:43:56 +01:00
  • 29c96f7dd6 Add support for specifying context nodes in AI assistant response Ylber Gashi 2025-02-21 22:49:00 +01:00
  • 93c9e26f4f Improve document metadata retrieval and prompt formatting Ylber Gashi 2025-02-21 16:39:32 +01:00
  • 415922d73f Enhance document metadata with database context and improve enrichment prompts Ylber Gashi 2025-02-21 16:00:52 +01:00
  • 45d43b1e95 minor refactoring on llm-prompts Ylber Gashi 2025-02-21 15:47:00 +01:00
  • 6f53f0bc1c Refactor assistant library with improved context and document formatting Ylber Gashi 2025-02-21 15:43:49 +01:00
  • 0d7a902836 Enhance context retrieval with author information and metadata Ylber Gashi 2025-02-21 15:30:29 +01:00
  • abeda565f0 Reinstall diff package in server because of some problems in production build v0.1.1 Hakan Shehu 2025-02-21 14:45:22 +01:00
  • 320a9a0dcd Merge branch 'main' of https://github.com/colanode/colanode into ai-assistant-rag Ylber Gashi 2025-02-21 11:54:49 +01:00
  • 00b0c116b5 Add LangGraph, Google GenAI, and Langfuse dependencies Ylber Gashi 2025-02-21 11:54:03 +01:00
  • 00162ee06e Refactor assistant response job and extract core assistant logic Ylber Gashi 2025-02-21 11:52:59 +01:00
  • c1bbf80909 Update some pending packages Hakan Shehu 2025-02-21 10:28:21 +01:00
  • 913c2f05cf Merge branch 'main' of https://github.com/colanode/colanode into ai-assistant-rag Ylber Gashi 2025-02-20 22:21:22 +01:00
  • 16b78a0e02 Refactor assistant response generation and context retrieval Ylber Gashi 2025-02-20 22:16:25 +01:00
  • 2b74c96e57 Remove unused packages in server Hakan Shehu 2025-02-20 19:08:46 +01:00
  • 8aa1f5a05f Create welcome page document for new workspaces Hakan Shehu 2025-02-20 15:48:51 +01:00
  • bab5df2000 Add indexes in node_paths and users tables Hakan Shehu 2025-02-20 15:38:39 +01:00
  • 81dd328d4b Store all uploads in a special table in server v0.1.0 Hakan Shehu 2025-02-20 08:55:25 +01:00
  • 88f6f2d2f2 Disable unimplemented folder layouts Hakan Shehu 2025-02-20 08:14:54 +01:00
  • 21b0b0cd11 Move 'ms' package into desktop Hakan Shehu 2025-02-20 00:35:54 +01:00
  • e2466ba1e5 Fix document updates list query handler Hakan Shehu 2025-02-19 22:15:27 +01:00
  • 3a276d79d4 Update packages Hakan Shehu 2025-02-19 22:13:02 +01:00
  • b09bc9c9f2 Merge pull request #13 from colanode/restructure Hakan Shehu 2025-02-19 21:16:42 +01:00
  • 66e0baeadd Fix node generator script with the new structure Hakan Shehu 2025-02-19 21:16:17 +01:00
  • f7a1388536 Rename some pending entries to nodes Hakan Shehu 2025-02-19 19:50:43 +01:00
  • 6469255587 Refactored text extraction to return structured data (name/attributes), allowing for more context. Separated node/document embedding delay configurations. Updated services to use new extraction method and improved optional text handling. Ylber Gashi 2025-02-19 19:42:36 +01:00
  • cce2d41f8d Merge branch 'restructure' of https://github.com/colanode/colanode into ai-assistant-rag Ylber Gashi 2025-02-19 19:38:33 +01:00
  • ee111a845f Enhance assistant response handling and node type support Ylber Gashi 2025-02-19 19:16:10 +01:00
  • f9a72f49fd Implement message container Hakan Shehu 2025-02-19 19:11:46 +01:00
  • e162258ca7 Fix file container tab thumbnail Hakan Shehu 2025-02-19 16:09:54 +01:00
  • 1e5c88844c Fix file thumbnail classes Hakan Shehu 2025-02-19 16:07:47 +01:00
  • 35e77ea906 Clean all data on desktop start for the new version Hakan Shehu 2025-02-19 16:06:49 +01:00
  • a0eaf40735 Fix an issue with node sync Hakan Shehu 2025-02-19 15:17:48 +01:00
  • 0c2fb121c9 Refactor node updates Hakan Shehu 2025-02-19 13:14:57 +01:00
  • 25fb7ac46a Refactor documents and text indexing Hakan Shehu 2025-02-19 11:23:03 +01:00
  • a7eda1f746 Update embedding configuration and scheduling for documents and nodes Ylber Gashi 2025-02-18 19:54:52 +01:00
  • 9ea780813f Refactor node embedding scheduling and clean-up with configuration updates Ylber Gashi 2025-02-18 19:51:14 +01:00
  • 2ba0d9e6be Refactor chunking and embedding services with improved metadata handling and code clarity Ylber Gashi 2025-02-18 19:33:38 +01:00
  • 18b15e09c3 Add document update validation and revert Hakan Shehu 2025-02-18 11:23:36 +01:00
  • 99b3189fc3 Refactor node reaction permission check Hakan Shehu 2025-02-18 10:00:39 +01:00
  • a0a160cc8f initial version of using records/database filtering as context for assistant Ylber Gashi 2025-02-18 00:03:18 +01:00
  • 1217ee487b Refactor assistant response handler with LangGraph-based response generation workflow Ylber Gashi 2025-02-17 23:43:03 +01:00
  • 40d094869f Add user-based access control to document and node retrieval services Ylber Gashi 2025-02-17 16:33:39 +01:00
  • 2509ad5d75 Refactor LLM service with improved context generation for chunking Ylber Gashi 2025-02-17 15:13:51 +01:00
  • 4750c241a4 Enhance chunking service with comprehensive metadata retrieval and context enrichment Ylber Gashi 2025-02-17 14:13:20 +01:00
  • 52c5d0dfe3 Refactor document embedding job with improved text extraction and error handling Ylber Gashi 2025-02-17 13:58:27 +01:00
  • 01c8f4273e Add vector embedding support for nodes and documents Ylber Gashi 2025-02-17 13:56:31 +01:00
  • f4ad5756f3 Merge files with nodes Hakan Shehu 2025-02-12 21:45:02 +01:00
  • a9e028af52 Bug fixes and improvements in database views Hakan Shehu 2025-02-12 14:46:22 +01:00
  • 5e18e802af Add note updated event handler in node-tree-get query handler Hakan Shehu 2025-02-12 13:41:52 +01:00
  • 6d79824f93 Minor renames for clarity Hakan Shehu 2025-02-12 12:32:14 +01:00
  • 95999b4f9e Permission checks improvements Hakan Shehu 2025-02-12 12:16:05 +01:00
  • d8745d84cd Separate documents into it's own table Hakan Shehu 2025-02-11 18:43:07 +01:00
  • c82fbedefa Consolidate entries and messages into 'nodes' Hakan Shehu 2025-02-05 22:40:35 +01:00
  • 233c846b72 Add a custom shortcut for Paste and Match style Hakan Shehu 2025-01-31 09:37:19 +01:00
  • cdc4751f95 Update desktop preview gif Hakan Shehu 2025-01-30 10:37:18 +01:00
  • 80ab9f5f31 Update desktop preview gif Hakan Shehu 2025-01-30 10:04:58 +01:00
  • ce37c61084 Fix undefined values in editor block mapping v0.0.6 Hakan Shehu 2025-01-30 00:33:04 +01:00
  • dc88f35ac8 Update preview gif with the new UI Hakan Shehu 2025-01-30 00:05:03 +01:00
  • 807153784a Add server is available check for sync delete tokens Hakan Shehu 2025-01-29 19:55:28 +01:00
  • 5e3efc037c Show notification badge for other workspaces or accounts Hakan Shehu 2025-01-29 19:38:27 +01:00
  • e61c2bbf71 Improve notification badge Hakan Shehu 2025-01-29 19:25:12 +01:00
  • a3bb5f6169 Fix scroll and some minor UI issues Hakan Shehu 2025-01-29 19:08:50 +01:00
  • a53c214791 Optimize some mutations and improve some UI components v0.0.5 Hakan Shehu 2025-01-29 13:56:44 +01:00
  • e046055f45 Update desktop packages Hakan Shehu 2025-01-29 13:29:34 +01:00
  • 6f95543373 Update server packages Hakan Shehu 2025-01-29 11:14:08 +01:00
  • ea5e5a5a2a Merge pull request #10 from colanode/layout-v2 Hakan Shehu 2025-01-29 11:06:38 +01:00
  • 62ca038252 Refactor app metadata Hakan Shehu 2025-01-29 11:05:45 +01:00
  • ed42dcfe8b Add macos three dots placeholder Hakan Shehu 2025-01-29 10:04:35 +01:00
  • 5b9f81e056 Add a blank page when no tab is open Hakan Shehu 2025-01-29 09:46:08 +01:00
  • c965928022 Fix drag and drop in editor Hakan Shehu 2025-01-29 09:35:20 +01:00
  • e8f5a5eeab Fix database update mutation Hakan Shehu 2025-01-29 08:45:28 +01:00
  • 565fd2af50 Implement space container Hakan Shehu 2025-01-28 22:46:20 +01:00
  • e34ca67440 Rename 'id' to 'path' for container tab data Hakan Shehu 2025-01-27 17:34:34 +01:00
  • 9147454937 Implement drag and drop for reordering container tabs Hakan Shehu 2025-01-27 17:28:13 +01:00
  • 5c23bea5fa Minor fixes and improvements for tabs Hakan Shehu 2025-01-27 13:10:57 +01:00
  • d02e2061ec Use tabs for containers Hakan Shehu 2025-01-27 12:32:15 +01:00
  • 514974a891 Redesign sidebar Hakan Shehu 2025-01-24 19:15:36 +01:00
  • 477a7716a8 Improve the default page and channel created for new workspaces v0.0.4 Hakan Shehu 2025-01-24 11:33:00 +01:00
  • 909afacf77 Restructure some files in server Hakan Shehu 2025-01-24 10:28:01 +01:00
  • 72c0cb2786 Improve drag and drop v0.0.3 Hakan Shehu 2025-01-24 01:11:31 +01:00
  • 1c91f087f7 Improve document saving mutations Hakan Shehu 2025-01-23 23:39:50 +01:00