Skip to content

Commit

Permalink
chore: Add OpenAIFuntionCaller to catalogue (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
julian-risch authored Jun 21, 2024
1 parent 22d3d70 commit 6072c6a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
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.

0 comments on commit 6072c6a

Please sign in to comment.