From 6072c6a055349378b7f0039b44e974dcb4b563b7 Mon Sep 17 00:00:00 2001 From: Julian Risch Date: Fri, 21 Jun 2024 17:21:43 +0200 Subject: [PATCH] chore: Add OpenAIFuntionCaller to catalogue (#18) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6af9aedf..7cae637f 100644 --- a/README.md +++ b/README.md @@ -39,8 +39,10 @@ The latest version of the package contains the following experiments: | Name | Type | Experiment end date | | ------------------------ | ----------------------- | ------------------- | | [`EvaluationHarness`][1] | Evaluation orchestrator | August 2024 | +| [`OpenAIFunctionCaller`][2] | Function Calling Component | August 2024 | [1]: https://github.com/deepset-ai/haystack-experimental/tree/main/haystack_experimental/evaluation/harness +[2]: https://github.com/deepset-ai/haystack-experimental/tree/main/haystack_experimental/components/tools/openai ## Usage @@ -112,4 +114,4 @@ class Pipeline(HaystackPipeline): ## Contributing -Direct contributions to `haystack-experimental` are not expected, but Haystack maintainers might ask contributors to move pull requests that target the [core repository](https://github.com/deepset-ai/haystack) to this repository. \ No newline at end of file +Direct contributions to `haystack-experimental` are not expected, but Haystack maintainers might ask contributors to move pull requests that target the [core repository](https://github.com/deepset-ai/haystack) to this repository.