Awesome
EDI - (E)xternal (D)ata AP(I) for AI Studio
The EDI is the External Data API for 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 Wikipedia implemented the EDI, it would vectorize all pages using an embedding method. All of Wikipedia's data would remain with Wikipedia, including the 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.
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 you will find the interactive documentation of the related OpenAPI interface.
Links:
- Interactive documentation aka Swagger UI
- EDI specification, which you could use with tools like OpenAPI Generator.