From b01c9949bc9cf0bbab9d4df8b7d4cfe1b10b6ac6 Mon Sep 17 00:00:00 2001 From: Adil Hafeez Date: Thu, 1 Aug 2024 13:25:42 -0700 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 44bb0219..8fb2a5cd 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,17 @@ A open source project for developers to build and secure faster, more personalized generative AI apps. Katanemo is a high performance gateway designed with state of the art (SOTA) fast LLMs to process, route and evaluate prompts. # Demos +## Complete * [Weather Forecast](https://github.com/katanemo/intelligent-prompt-gateway/blob/main/demos/weather-forecast/README.md) + * Showing function calling cabaility +## In progress +* Network Co-pilot +## Not Started +* Show routing between different prompt targets (keyword search vs. top-k semantic search). +* Show routing between different prompt-resolver vs RAG-based resolver targets. +* Text Summarization Based on Lightweight vs. Thoughtful Dialogue using OpenAI +* Show conversational and system observability metrics. This includes topic/intent detection +* Show how we can help developers implement safeguards customized to their application requirements and responsible AI policies. # Dev setup