- Create a folder for your connector (ex: connectors/whatsapp/)
- Add the following:
connector.py
(required) – Main implementation of a connectorschema.json
(required) – A React Json Schema Form configuration, rendered on the "Add documents" page.uischema.json
(optional) – Any form UI configuration for the React Json Schema formdocumentation.md
(optional) – Any documentation associated with your connector that will be rendered on the "Add documents" page
- Register the connector in
connectors/factory.py
in theconnector_registry
- Connector should now appear in the "Connectors" dropdown