Skip to content

Commit

Permalink
more documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
hagen-danswer committed Dec 2, 2024
1 parent cd96108 commit 26faec0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions backend/danswer/connectors/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ Refer to [interfaces.py](https://github.com/danswer-ai/danswer/blob/main/backend
and this first contributor created Pull Request for a new connector (Shoutout to Dan Brown):
[Reference Pull Request](https://github.com/danswer-ai/danswer/pull/139)

For Slim Connectors, refer to this PR for an example of adding a slim connector interface to an existing connector as well as the tests:
[Slim Connector PR](https://github.com/danswer-ai/danswer/pull/3303/files)


#### Implementing the new Connector
The connector must subclass one or more of LoadConnector, PollConnector, SlimConnector, or EventConnector.

Expand Down

0 comments on commit 26faec0

Please sign in to comment.