67 Commits

Author SHA1 Message Date
shatfield4 a581b8177d perform more strict domain check when domain restriction is enables 2024-01-23 16:02:10 -08:00
timothycarambat bbda8cfaea improve onboarding to auto-onboard
remove all references to setting the root credentials
2024-01-18 17:21:09 -08:00
timothycarambat bb4619800b add quick actions to workspace view
remove workspace console.log
2024-01-18 15:05:15 -08:00
timothycarambat 311d93e8cd Remove font imports 2023-12-21 11:22:39 -08:00
timothycarambat 62ae411a37 sync with ui-v2 2023-12-21 11:09:50 -08:00
shatfield4 7c41488f3f WIP fixing vector db dimensions statistic 2023-12-14 19:26:11 -08:00
shatfield4 6e7df0d513 working search in document view WIP loading states/no results 2023-12-11 12:55:22 -08:00
timothycarambat 273456317e Add delete ability to RAG tests
Remove run again button on each test - add to top
Add delete button to top
2023-10-19 17:19:19 -07:00
timothycarambat e3a8719557 patch notifications 2023-10-19 15:06:00 -07:00
timothycarambat 1f69c7fc31 fix notifications timestamp 2023-10-19 11:07:43 -07:00
timothycarambat bd806502d5 change copy for functionality 2023-10-18 18:06:47 -07:00
timothycarambat 1f950c7609 RAG unit test breakdowns 2023-10-18 16:50:35 -07:00
timothycarambat c1ff53a009 Create on-demand Rag test worker 2023-10-18 13:18:02 -07:00
timothycarambat d0de2bbe2a Be able to enqueue RAG test from frontend 2023-10-17 19:40:58 -07:00
timothycarambat 74700e5b38 View tests, delete tests, and see test details 2023-10-17 19:14:00 -07:00
timothycarambat ac26744573 WIP RAG Tests backend 2023-10-17 16:35:07 -07:00
timothycarambat 3d67ec6c15 WIP RAG testing frontend 2023-10-17 15:35:48 -07:00
timothycarambat 4cc19fb7d1 block tool jobs when organization has no connection 2023-10-16 16:43:23 -07:00
timothycarambat a5dc650afc Implement notification system
create notifications model
2023-10-16 15:38:52 -07:00
timothycarambat 9ab94ac487 Fix need to reload on DB connection
Resolved the requirement for a user page reload on new DB connection. We now can check if sync is required once the connection is saved and marked as valid
2023-10-15 16:08:31 -07:00
timothycarambat 43a04d29df Allow sync and other methods of Pinecone free tier and un-namespaced embeddings
resolves #21
2023-10-13 17:37:37 -07:00
timothycarambat 5105d48db8 ping vectorspace size 2023-10-04 13:43:02 -07:00
timothycarambat 34e21bb0d3 uncomment job dedupe protection 2023-10-03 14:24:43 -07:00
timothycarambat 1f63a992c7 enable vector db wiping 2023-10-03 14:06:58 -07:00
timothycarambat aca52ea1c7 add protection for job dedup 2023-10-03 13:32:26 -07:00
timothycarambat 4f0ba7a824 enable DB migrations 2023-10-03 13:26:39 -07:00
timothycarambat 82cd93dbdf Migration UI and job queue 2023-10-03 11:20:37 -07:00
timothycarambat 457316bd9d change metrics endpoint 2023-09-30 10:22:23 -07:00
timothycarambat cc6bd126c0 Fix relationship issue 2023-09-28 19:12:24 -07:00
timothycarambat f8ede2afc0 implement fname support 2023-09-28 17:42:05 -07:00
timothycarambat 5bfe702389 fix backend migrate command 2023-09-28 15:41:26 -07:00
timothycarambat 1cb3f2404c update debug UI to use PG 2023-09-28 09:07:22 -07:00
timothycarambat 9c107f8d03 WIP Prisma migration for rest of models + workers 2023-09-27 20:08:44 -07:00
timothycarambat befbb144c0 update Jobs 2023-09-27 16:51:28 -07:00
timothycarambat f2bb9a9fe2 WIP checkpoint 2023-09-27 16:39:19 -07:00
timothycarambat 5efb7b269d WIP for PG migration 2023-09-27 15:11:52 -07:00
timothycarambat 62e94061f3 Show and edit metadata for vectors/embeddings
resolves #40
2023-09-15 22:21:35 -07:00
timothycarambat 18164c8434 add login event on creation of account 2023-09-14 15:59:40 -07:00
timothycarambat ea59acbdc3 Enable deletion of organizations 2023-09-14 14:54:22 -07:00
timothycarambat b4757763e2 add document embedding search on document view 2023-09-14 13:51:00 -07:00
timothycarambat 6d7ba102c4 lint repo and merge with master 2023-09-14 11:03:55 -07:00
timothycarambat fbbcbdb36d Exact text search 2023-09-13 19:02:42 -07:00
timothycarambat e2c16f1a65 remove unused import 2023-09-12 18:02:51 -07:00
timothycarambat e191d333af deprecate loading cache file and instead use the db connector for metadata information 2023-09-12 18:01:41 -07:00
timothycarambat aaa946f918 improve loading or large documents via loader
cache timer on JSON file for documents
2023-09-12 16:05:50 -07:00
shatfield4 ecf657c6e4 added pagination to backend and frontend models 2023-09-12 13:33:54 -07:00
timothycarambat 175d7e3318 Add PostHog telemetry and README notice 2023-08-22 11:13:51 -07:00
timothycarambat 0bbce94be3 page reload on org click, UI adjustments, new org settings page 2023-08-18 17:42:33 -07:00
timothycarambat 8ceec9d0bb update response 2023-08-08 13:41:19 -07:00
timothycarambat 7a5e52c473 add ability to update org display names from settings page 2023-08-08 13:39:24 -07:00