From 3e0d4f344ed8e0b75a313aad52ac571901035b35 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Tue, 5 Nov 2024 14:35:00 +0100 Subject: [PATCH] Updated RAG tasks --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cb4e2a7..8b80edd6 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Things we are currently working on: - [ ] Runtime: Integration of the vector database [LanceDB](https://github.com/lancedb/lancedb) - [ ] Runtime: Extract data from txt / md / pdf / docx / xlsx files - [ ] App: Define an interface for the integration of RAG processes in chats - - [ ] Define the [External Data API (EDI)](https://github.com/MindWorkAI/EDI) as a contract for integrating arbitrary external data (PR [#1](https://github.com/MindWorkAI/EDI/pull/1)) + - [x] ~~Define the [External Data API (EDI)](https://github.com/MindWorkAI/EDI) as a contract for integrating arbitrary external data (PR [#1](https://github.com/MindWorkAI/EDI/pull/1))~~ - [ ] App: Implement the process control of vectorizing local data - [ ] App: Integrate data sources in chats - [ ] App: Management of data sources (external data via [EDI](https://github.com/MindWorkAI/EDI))