ctrl-space-labs / gendox-core

Gendox: "Generate. Train. Evolve."
GNU Affero General Public License v3.0
5 stars 0 forks source link

As a Backend developer I want to implement the Completion & Semantic Search API #10

Closed sekasx closed 3 months ago

sekasx commented 1 year ago

The 2 main APIs for Genox are the:

The above API need to be distinct and not related to each other for future extensibility. Eg. Only the response of the Semantic Search API can be returned to the user. Or the Context of the Completion API could be enriched with extra data provided with hooks from the client.

Whenever those API are triggered log events will be created (stored also in the DB) with:

Sequence Diagram:

Gendox AI Engine.svg

sekasx commented 3 months ago

Done!