Updated RAG tasks (#195)

This commit is contained in:
Thorsten Sommer 2024-11-05 14:35:54 +01:00 committed by GitHub
parent e8216b70a5
commit 58d7478f3a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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))