From b822a9b26e1519c8a2377ba24503dd6e28fedc5f Mon Sep 17 00:00:00 2001 From: anakin87 Date: Wed, 31 Jan 2024 19:40:13 +0100 Subject: [PATCH 1/2] add Haystack LLM framework --- README.md | 33 +++++++++++++++++++-------------- 1 file changed, 19 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 776dc33..46feb76 100644 --- a/README.md +++ b/README.md @@ -13,20 +13,24 @@ We also included [Perplexity and Cursor.sh prompts](#formatting-prompt-templates ## Table of Contents -1. [Data Pipelines](#data-pipelines) -2. [Embedding Models](#embedding-models) -3. [Vector Databases](#vector-databases) -4. [Playgrounds](#playgrounds) -5. [Orchestrators](#orchestrators) -6. [APIs / Plugins](#apis--plugins) -7. [LLM Caches](#llm-caches) -8. [Logging / Monitoring / Eval](#logging--monitoring--eval) -9. [Validators](#validators) -10. [LLM APIs (proprietary)](#llm-apis-proprietary) -11. [LLM APIs (open source)](#llm-apis-open-source) -12. [App Hosting Platforms](#app-hosting-platforms) -13. [Cloud Providers](#cloud-providers) -14. [Opinionated Clouds](#opinionated-clouds) +- [LLM App Stack](#llm-app-stack) + - [Table of Contents](#table-of-contents) + - [Project List](#project-list) + - [Data Pipelines](#data-pipelines) + - [Embedding Models](#embedding-models) + - [Vector Databases](#vector-databases) + - [Playgrounds](#playgrounds) + - [Orchestrators](#orchestrators) + - [APIs / Plugins](#apis--plugins) + - [LLM Caches](#llm-caches) + - [Logging / Monitoring / Eval](#logging--monitoring--eval) + - [Validators](#validators) + - [LLM APIs (proprietary)](#llm-apis-proprietary) + - [LLM APIs (open source)](#llm-apis-open-source) + - [App Hosting Platforms](#app-hosting-platforms) + - [Cloud Providers](#cloud-providers) + - [Opinionated Clouds](#opinionated-clouds) + - [Formatting Prompt Templates](#formatting-prompt-templates) @@ -85,6 +89,7 @@ We also included [Perplexity and Cursor.sh prompts](#formatting-prompt-templates | [LlamaIndex](https://llamaindex.ai/) | A data framework for LLM applications to ingest, structure, and access private or domain-specific data | | | | [Autogen](https://microsoft.github.io/autogen/) | A framework for automating and streamlining LLM workflows using customizable, conversable agents for complex AI applications | | | | [Microsoft Semantic Kernel](https://github.com/microsoft/semantic-kernel) | A lightweight open-source orchestration SDK | | | +| [Haystack](https://haystack.deepset.ai/) | LLM orchestration framework to build customizable, production-ready LLM applications | | | | [Vercel AI SDK](https://sdk.vercel.ai/docs) | An open-source library for developers to build streaming UIs in JavaScript and TypeScript | | (node/npm)| | [Vectara AI](https://vectara.com/) | A search and discovery platform for AI conversations utilizing your own data | | N/A | | [ChatGPT](https://chat.openai.com) | An AI chatbot that uses natural language processing to create humanlike conversational dialogue | N/A| N/A | From 5d16a7108de3e5fd32f393b1d883aeda68a33c48 Mon Sep 17 00:00:00 2001 From: anakin87 Date: Wed, 31 Jan 2024 19:42:34 +0100 Subject: [PATCH 2/2] fix --- README.md | 32 ++++++++++++++------------------ 1 file changed, 14 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 46feb76..819a414 100644 --- a/README.md +++ b/README.md @@ -13,24 +13,20 @@ We also included [Perplexity and Cursor.sh prompts](#formatting-prompt-templates ## Table of Contents -- [LLM App Stack](#llm-app-stack) - - [Table of Contents](#table-of-contents) - - [Project List](#project-list) - - [Data Pipelines](#data-pipelines) - - [Embedding Models](#embedding-models) - - [Vector Databases](#vector-databases) - - [Playgrounds](#playgrounds) - - [Orchestrators](#orchestrators) - - [APIs / Plugins](#apis--plugins) - - [LLM Caches](#llm-caches) - - [Logging / Monitoring / Eval](#logging--monitoring--eval) - - [Validators](#validators) - - [LLM APIs (proprietary)](#llm-apis-proprietary) - - [LLM APIs (open source)](#llm-apis-open-source) - - [App Hosting Platforms](#app-hosting-platforms) - - [Cloud Providers](#cloud-providers) - - [Opinionated Clouds](#opinionated-clouds) - - [Formatting Prompt Templates](#formatting-prompt-templates) +1. [Data Pipelines](#data-pipelines) +2. [Embedding Models](#embedding-models) +3. [Vector Databases](#vector-databases) +4. [Playgrounds](#playgrounds) +5. [Orchestrators](#orchestrators) +6. [APIs / Plugins](#apis--plugins) +7. [LLM Caches](#llm-caches) +8. [Logging / Monitoring / Eval](#logging--monitoring--eval) +9. [Validators](#validators) +10. [LLM APIs (proprietary)](#llm-apis-proprietary) +11. [LLM APIs (open source)](#llm-apis-open-source) +12. [App Hosting Platforms](#app-hosting-platforms) +13. [Cloud Providers](#cloud-providers) +14. [Opinionated Clouds](#opinionated-clouds)