-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Create Argilla CallBack
for haystack
#2
feat: Create Argilla CallBack
for haystack
#2
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good already. Could you add an example .md
to showcase the usage and remove nb-test?
@kursathalat https://docs.argilla.io/en/latest/tutorials_and_integrations/integrations/use_argilla_callback_in_langchain.html#an-llm an overview like this would be great :) |
@alvarobartt do you think it makes sense to align this with the chat format you discussed for distilabel and potentially align that within out langchain integration too? |
Hi @kursathalat, I've just set up the outline for the project and created an initial deployment. Would you be able to work on the following things:
|
…llback-for-haystack feat: Create Argilla `CallBack` for `haystack`
As pointed out in argilla-io/argilla#4235 and #1, this PR creates the first version of the CallBackHandler for Argilla. This first version introduces the basic functionalities with the given to-dos. With the test file, the script can be run for testing.