From 9f59243cd442ea138085eee2c82d88331e987bf6 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sun, 24 Nov 2024 11:46:10 +0100 Subject: [PATCH] Updated internal embedding task --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f8585a8..f2f7cf8d 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Things we are currently working on: - [ ] App: Configure embedding providers - [ ] 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 - - [ ] Runtime: Implement internal embedding provider through [fastembed-rs](https://github.com/Anush008/fastembed-rs) + - [ ] (*Optional*) Runtime: Implement internal embedding provider through [fastembed-rs](https://github.com/Anush008/fastembed-rs) - [ ] App: Implement external embedding providers - [ ] App: Implement the process to vectorize one local file using embeddings - [ ] Runtime: Integration of the vector database [LanceDB](https://github.com/lancedb/lancedb)