aboutsummaryrefslogtreecommitdiff
path: root/apps/web
Commit message (Expand)AuthorAgeFilesLines
...
| * minor fixesDhravya2024-06-243-6/+9
| * chathistoryDhravya2024-06-243-9/+69
| * use gpt-4o again, responses are considerably better.Dhravya2024-06-242-4/+8
| * fix: redirect if not logged inDhravya2024-06-245-20/+19
| * aaaaaaaaDhravya2024-06-241-2/+2
| * a lot of hotfixes to fix production buildDhravya2024-06-241-1/+1
| * trying to fix buildDhravya2024-06-241-1/+1
| * changed packagemanger for apps/webDhravya2024-06-241-0/+1
| * drizzle-orm in dependencies, prod wrangler.tomlDhravya2024-06-243-8/+17
| * reduced db calls here, we don't need that complex logic, can just do this lolDhravya2024-06-243-63/+13
| * ts-ignore at the right placeDhravya2024-06-231-2/+2
| * some important housekeeping, crushed all build errorsDhravya2024-06-236-195/+105
| * made and documented the telegram bot (HYPE)Dhravya2024-06-236-6/+300
| * Merge branch 'codetorso' of https://github.com/Dhravya/supermemory into codet...Dhravya2024-06-2314-1006/+133
| |\
| | * clean code+ user canvas (1/2)codetorso2024-06-2412-972/+129
| | * centered layoutcodetorso2024-06-243-10/+6
| | * fix interactive canvas (2/2)codetorso2024-06-231-27/+1
| * | feat: vector lookup and chat is twice as fast nowDhravya2024-06-232-23/+18
| * | added indexes and stuffDhravya2024-06-235-9/+735
| |/
| * cleanupchathistoryDhravya2024-06-224-19/+10
| * deleted chatpageDhravya2024-06-221-120/+0
| * merged codeDhravya2024-06-2244-2541/+860
| |\
| | * Unreadable Canvas code, jk 😂codetorso2024-06-227-47/+288
| | * improve canvas drag and drop make sidepanel workcodetorso2024-06-2230-2197/+33
| | * Fine tuning canvas (1/2)codetorso2024-06-223-56/+87
| | * Merge branch 'codetorso' into kartikCodeTorso2024-06-2041-263/+1196
| | |\
| | * | add: animated query inputKartik2024-06-172-57/+68
| | * | ui update: /chatKartik2024-06-162-1/+81
| | * | improve: /home pageKartik2024-06-167-17/+34
| * | | addeed chathistory functionalityDhravya2024-06-2214-108/+507
| | |/ | |/|
| * | added multi-turn conversationsDhravya2024-06-193-72/+141
| * | worksDhravya2024-06-192-51/+32
| * | Another Failed Attempt at streamingcodetorso2024-06-192-37/+47
| * | Improve code, failed attempt at Streaming textcodetorso2024-06-193-26/+60
| * | Add Drag & Drop codecodetorso2024-06-182-8/+49
| |\ \
| | * | fix: Cta component background colorMaheshtheDev2024-06-181-1/+1
| | * | added logic to handle justification properlyDhravya Shah2024-06-181-7/+48
| * | | Drag and Drop in Canvas!codetorso2024-06-185-19/+185
| |/ /
| * | Create Embeddings for Canvascodetorso2024-06-184-6/+169
| * | EditorAI integrated! (1/4)codetorso2024-06-182-46/+38
| * | include all selected spaces in the fetch call to backendDhravya2024-06-171-2/+1
| * | add number of chunks to the respnose and only show unique valuesDhravya2024-06-162-6/+32
| * | added sources to the responseDhravya2024-06-161-2/+12
| * | include metadata in response, add type to metadataDhravya2024-06-161-1/+19
| * | fixed a bugDhravya2024-06-162-1/+13
| * | form to add content [PENDING LOADING STATE]Dhravya2024-06-162-37/+79
| * | added way to save content and vectorize them. also refactored code and added ...Dhravya2024-06-1629-103/+475
| |/
| * [MIGRATION REQUIRED]Data fetchers and other server actions, spaces creation a...Dhravya2024-06-1414-213/+405
| * small stuffDhravya2024-06-133-7/+2
| * make header and menu fixed instead of absolute to prevent movement on scrollDhravya2024-06-123-3/+3