Skip to content

Commit 5875753

Browse files
Added a landing page
1 parent 2438d25 commit 5875753

File tree

4 files changed

+19
-1
lines changed

4 files changed

+19
-1
lines changed

README.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
permalink: /
3+
---
4+
# MindWork AI
5+
6+
MindWork AI is the GitHub organization behind [AI Studio](https://github.com/MindWorkAI/AI-Studio). In addition to AI Studio, we offer other repositories, such as [EDI](https://github.com/MindWorkAI/EDI), the "(E)xternal (D)ata AP(I)" for AI Studio.
7+
8+
9+
## AI Studio
10+
11+
[AI Studio](https://github.com/MindWorkAI/AI-Studio) is a desktop app for daily work with LLMs. The app is available for macOS, Windows, and Linux, and can be used for free (including for commercial work). However, we appreciate donations.
12+
13+
14+
## EDI - (E)xternal (D)ata AP(I)
15+
16+
THe [EDI](https://github.com/MindWorkAI/EDI) is the External Data API for [AI Studio](https://github.com/MindWorkAI/AI-Studio). The EDI acts as a contract between decentralized data sources and AI Studio. The EDI is implemented by the data sources, allowing them to be integrated into AI Studio later. This means that the data sources assume the server role and AI Studio assumes the client role of the API. This approach serves to realize a Retrieval-Augmented Generation (RAG) process with external data. You can imagine it like this: Hypothetically, when the Wikipedia implemented the EDI, it would vectorize all pages using an [embedding method](https://en.wikipedia.org/wiki/Word_embedding). All of Wikipedia's data would remain with Wikipedia, including the [vector database](https://en.wikipedia.org/wiki/Vector_database) (decentralized approach). Then, any AI Studio user could add Wikipedia as a data source to significantly reduce the hallucination of the LLM in knowledge questions.
17+
18+
When you want to integrate your own local data into AI Studio, you don't need an EDI. Instead, AI Studio will offer an RAG process for this in the future. Is your organization interested in integrating internal company data into AI Studio? [Here](swagger-ui.html) you will find the [interactive documentation](swagger-ui.html) of the related OpenAPI interface.

dist-swagger-ui/swagger-initializer.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ window.onload = function() {
33

44
// the following lines will be replaced by docker/configurator, when it runs in a docker-container
55
window.ui = SwaggerUIBundle({
6-
url: "specification.json",
6+
url: "edi-specification.json",
77
dom_id: '#swagger-ui',
88
deepLinking: true,
99
presets: [
File renamed without changes.

index.html swagger-ui.html

File renamed without changes.

0 commit comments

Comments
 (0)