argilla-webhooks / README.md
Francisco Aranda
Add application files
f039650
|
raw
history blame
902 Bytes

-title: Argilla Webhooks -emoji: ๐Ÿ  -colorFrom: indigo -colorTo: indigo -sdk: docker -pinned: false

Description

This is a basic webhook example to show how to setup webhook listeners using the argilla SDK

Running the app

  1. Start argilla server and argilla worker
pdm server start
pdm worker
  1. Add the localhost.org alias in the /etc/hosts file to comply with the Top Level Domain URL requirement.
##
# Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting.  Do not change this entry.
##
127.0.0.1       localhost localhost.org
  1. Start the app
uvicorn main:server

Testing the app

You can see in se server logs traces when working with dataset, records and responses in the argilla server