75 Commits

Author SHA1 Message Date
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 0b494aebff Merge branch 'master' of github.com:Mintplex-Labs/vector-admin into ui-v2 2024-01-10 13:57:17 -08:00
timothycarambat 4f6927cdcc prevent extra prisma logs 2024-01-10 13:57:06 -08:00
timothycarambat 21ea45aecd Merge branch 'master' of github.com:Mintplex-Labs/vector-admin into ui-v2 2024-01-10 13:55:42 -08:00
timothycarambat cc544d938d prevent republish of settings when nothing changes 2024-01-10 13:55:25 -08:00
timothycarambat 0bfa64f828 patch setup file for prisma commands during dev 2024-01-09 20:14:06 -08:00
timothycarambat 5f29de95da normalize header requests Chroma 2023-12-31 13:42:07 -08:00
rawpixel-vincent ba188d9803 fix missing authentication header in chroma client rawGet 2023-12-31 19:52:42 +07:00
timothycarambat 6cad8a30a1 update boot script 2023-12-21 14:29:19 -08:00
timothycarambat 061b33cefb pr review 2023-12-21 11:34:38 -08:00
timothycarambat 311d93e8cd Remove font imports 2023-12-21 11:22:39 -08:00
shatfield4 5aea60a4f5 get dimensions from vector db connector and all functionality/UI complete 2023-12-15 01:25:18 -08:00
shatfield4 7c41488f3f WIP fixing vector db dimensions statistic 2023-12-14 19:26:11 -08:00
shatfield4 f2fb81b35c workspace overhaul styling complete/header functionalities implemented 2023-12-14 15:03:16 -08:00
shatfield4 94e037a1a2 fix workspace document searching 2023-12-08 18:02:47 -08:00
timothycarambat 76521463b8 fix input of raw query vector 2023-10-19 17:01:35 -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 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 1f63a992c7 enable vector db wiping 2023-10-03 14:06:58 -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 f8ede2afc0 implement fname support 2023-09-28 17:42:05 -07:00
timothycarambat c7f63b86c9 Support dockerized running of new backend 2023-09-28 10:46:01 -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 bb522d7b33 import at runtime vectorDB providers 2023-09-26 18:48:48 -07:00
timothycarambat 64ed6b7531 Merge branch 'master' of github.com:Mintplex-Labs/vector-admin into semantic-search-document-filtering 2023-09-21 12:02:51 -07:00
timothycarambat 5ee9b8f682 Fix issue with broken cached vectors 2023-09-21 12:00:30 -07:00
timothycarambat 7d448df7ba Enable search filtering on semantic search on single document to prevent inclusion of non-document fragments 2023-09-21 11:35:04 -07:00
timothycarambat d7dba03eea Change embedding to append-only for Weaviate 2023-09-21 11:19:22 -07:00
timothycarambat 27f185eae6 WIP Weaviate
Added:
 syncWeaviateCluster,
    cloneWeaviateWorkspace,
    syncWeaviateWorkspace,
    addWeaviateDocuments,
    deleteWeaviateDocument,
    deleteSingleWeaviateEmbedding,
    updateSingleWeaviateEmbedding,
    updateSingleWeaviateEmbeddingMetadata,
    cloneWeaviateDocument,
TODO: Append-only metadata mode when editing
2023-09-21 01:24:42 -07:00
timothycarambat 5bfcca7c9e WIP Weaviate
Select Weaviate with config
Add collections
delete collections
2023-09-20 21:49:19 -07:00
timothycarambat a69494e25b remove console logs
Qdrant integration completed
2023-09-20 17:45:54 -07:00
timothycarambat 9ea24a96a4 Add documents via VDBMS to QDrant collections 2023-09-20 17:42:27 -07:00
timothycarambat 1e402d83b7 WIP Qdrant
Add support for workspace and document cloning
2023-09-20 16:37:26 -07:00
timothycarambat 9e6bc037a6 WIP Qdrant support
Add ability to add QDrant as VDB
Sync cluster complete
2023-09-20 15:59:55 -07:00
timothycarambat 62e94061f3 Show and edit metadata for vectors/embeddings
resolves #40
2023-09-15 22:21:35 -07:00
timothycarambat 0a5d2039ea Decrease embedding result window size for most searches
move fuzzy match to util
2023-09-14 13:56:27 -07:00
timothycarambat b4757763e2 add document embedding search on document view 2023-09-14 13:51:00 -07:00