From ece4c12f6bc189890421e576fc998b48e83e9993 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sat, 28 Dec 2024 14:39:00 +0100 Subject: [PATCH] Updated RAG task list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 05584882..475d9360 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ Things we are currently working on: - [x] ~~App: Metadata for providers (which provider offers embeddings?) (PR [#205](https://github.com/MindWorkAI/AI-Studio/pull/205))~~ - [x] ~~App: Add an option to show preview features (PR [#222](https://github.com/MindWorkAI/AI-Studio/pull/222))~~ - [x] ~~App: Configure embedding providers (PR [#224](https://github.com/MindWorkAI/AI-Studio/pull/224))~~ + - [x] ~~App: Implement a ERI server coding assistant (PR [#231](https://github.com/MindWorkAI/AI-Studio/pull/231))~~ - [ ] App: Management of data sources (local & external data via [EDI](https://github.com/MindWorkAI/EDI)) - [ ] Runtime: Extract data from txt / md / pdf / docx / xlsx files - [ ] (*Optional*) Runtime: Implement internal embedding provider through [fastembed-rs](https://github.com/Anush008/fastembed-rs)