Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 559 Bytes

File metadata and controls

23 lines (15 loc) · 559 Bytes

AI example apps

This folders contains AI server and client example apps
that implement text chats to multiple AI providers and models.

AI Server example app

A multi-model chat server. To setup and run the server app, click here: AiServer.md

AI Client example app

A multi-model chat client for the server above. To setup and run the client app, click here: AiClient.md

AI RAG example app

A RetrievalAugmented Generation (RAG) node app. To setup and run the app, click here: RAG.md