From 7d2f9a0e619413c109d4ae58ad8edfcc3f98568a Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Mon, 4 Nov 2024 20:46:58 +0100 Subject: [PATCH] Added PR regarding runtime refactoring --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec7426e2..2cb4e2a7 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Things we are currently working on: - Since November 2024: Work on RAG (integration of your data and files) has begun. We will support the integration of local and external data sources. We need to implement the following runtime (Rust) and app (.NET) steps: - - [ ] Runtime: Restructuring the code into meaningful modules + - [ ] Runtime: Restructuring the code into meaningful modules (PR [#192](https://github.com/MindWorkAI/AI-Studio/pull/192)) - [ ] App: Metadata for providers (which provider offers embeddings?) - [ ] App: Management of data sources (local data) - [ ] Runtime: Integration of the vector database [LanceDB](https://github.com/lancedb/lancedb)