Commit graph

408 commits

Author SHA1 Message Date
CodeTorso
2b2ec6fe03
Merge pull request #76 from Dhravya/kartik
Merge Kartik's Code
2024-06-20 08:38:40 -06:00
CodeTorso
af90b960af
Merge branch 'codetorso' into kartik 2024-06-20 08:38:21 -06:00
Dhravya
074ea24565 added multi-turn conversations 2024-06-19 22:34:21 -05:00
Dhravya
e4c6c1aab0 works 2024-06-19 20:04:15 -05:00
codetorso
a7cca293a6 Another Failed Attempt at streaming 2024-06-19 08:37:30 -06:00
codetorso
f28f566473 Improve code, failed attempt at Streaming text 2024-06-19 02:12:47 -06:00
codetorso
28a257f1f6 Add Drag & Drop code 2024-06-18 23:58:11 -06:00
codetorso
770eb99a30 Drag and Drop in Canvas! 2024-06-18 23:46:14 -06:00
Dhravya Shah
898cb323a3
Merge pull request #75 from MaheshtheDev/fix/cta-bg 2024-06-18 23:07:12 -05:00
MaheshtheDev
c704541e80 fix: Cta component background color 2024-06-18 20:26:15 -07:00
Dhravya Shah
62054df231 added logic to handle justification properly 2024-06-18 18:38:25 -05:00
Dhravya Shah
09af2ec8f6 darkmode by default 2024-06-18 17:59:14 -05:00
codetorso
c5361aa24d Create Embeddings for Canvas 2024-06-18 03:54:20 -06:00
codetorso
6cfb5331ad EditorAI integrated! (1/4) 2024-06-18 03:31:09 -06:00
codetorso
251b6b4eb0 codetorso pull remote 2024-06-18 03:05:55 -06:00
codetorso
242cbf721a Add Editor Endpoint 2024-06-18 03:02:18 -06:00
Dhravya Shah
6aa8dc4489
Merge pull request #71 from Dhravya/vector-deduplication
Vector deduplication
2024-06-17 20:17:35 -05:00
Dhravya
066833a753 include all selected spaces in the fetch call to backend 2024-06-17 20:07:59 -05:00
Dhravya
957f131c1c vector duplication no longer an issue. support for querying with multiple spaces. 2024-06-17 20:06:37 -05:00
Dhravya Shah
5af20f7b6f
Merge pull request #70 from CodeTorso/codetorso
add js docs
2024-06-17 07:26:58 -05:00
codetorso
88289d1228 add js docs 2024-06-17 06:13:07 -06:00
codetorso
be7165529c gpt-4o is already a default model, so no error-checking required 2024-06-17 03:31:28 -06:00
Dhravya
76c48ccb60 add number of chunks to the respnose and only show unique values 2024-06-16 19:13:32 -05:00
Dhravya
a4c835e583 added sources to the response 2024-06-16 19:00:24 -05:00
Dhravya
0f3d5c4fc6 store full info 2024-06-16 18:28:11 -05:00
Dhravya
a87030b88b OCR try 2024-06-16 18:24:27 -05:00
Dhravya
9588768b70 added image support in the backend 2024-06-16 18:17:54 -05:00
Kartik
62c4d88320 add: animated query input 2024-06-17 00:07:40 +05:30
Dhravya
c5b31e5435 use a dev vectorize database to prevent pollution 2024-06-16 12:29:10 -05:00
Dhravya
a9f5ebc9e4 include metadata in response, add type to metadata 2024-06-16 12:25:36 -05:00
Dhravya
2ffb0542eb proper URLs 2024-06-16 12:06:37 -05:00
Dhravya
5cb5bcdbda fixed a bug 2024-06-16 11:58:27 -05:00
Dhravya
a68d7f0a75 Merge branch 'codetorso' of https://github.com/Dhravya/supermemory into codetorso 2024-06-16 11:37:46 -05:00
Dhravya
375609d4da form to add content [PENDING LOADING STATE] 2024-06-16 11:37:37 -05:00
Kartik
4cd16ecb06 ui update: /chat 2024-06-16 21:30:02 +05:30
Kartik
39ba65431d improve: /home page 2024-06-16 13:14:28 +05:30
codetorso
e0b83adafc Update Setup Guide 2024-06-16 00:59:56 -06:00
Dhravya
4daee14a82 added way to save content and vectorize them. also refactored code and added a bypass to browser rendering 2024-06-16 00:12:58 -05:00
Kartik
8ecfc654c7 Merge branch 'codetorso' of https://github.com/Dhravya/supermemory into codetorso 2024-06-15 20:36:41 +05:30
Kartik
e755aa727a chore: Remove unused variables and dependencies 2024-06-15 20:36:03 +05:30
Dhravya
84455ad5d5 getspaces and other features integrated with the backend 2024-06-15 10:03:46 -05:00
Dhravya
9f0fb14d56 [MIGRATION REQUIRED]Data fetchers and other server actions, spaces creation and database migrations 2024-06-14 23:35:19 -05:00
Dhravya
ac3b161781 Merge branch 'codetorso' of https://github.com/Dhravya/supermemory into codetorso 2024-06-13 22:20:22 -05:00
Dhravya
80a2c6bf57 omg 2024-06-13 22:20:09 -05:00
Dhravya
0fb924d9b0 small stuff 2024-06-13 18:49:43 -05:00
CodeTorso
d5a8117921
Merge pull request #59 from Dhravya/revert-58-v2
Revert "Add code for extension"
2024-06-13 13:03:54 -06:00
Dhravya
a20163d7ea make header and menu fixed instead of absolute to prevent movement on scroll 2024-06-12 23:42:55 -05:00
Dhravya
5569aa278c chat UI and markdown renderer 2024-06-12 23:37:06 -05:00
Dhravya
f59cedec7e Merge branch 'codetorso' of https://github.com/Dhravya/supermemory into codetorso 2024-06-12 19:52:18 -05:00
Dhravya
a711d1b3ee added zod validation to embedQuery 2024-06-12 19:52:09 -05:00