Yes! And we'd love it if you contribute them back to the project! More than half of the connectors are community contributed at this point and it's by far the most common area of contribution.
There's a simple Document interface that needs to be implemented to provide stuff like title, content, link, etc. From there the rest of the Danswer code takes it and handles the indexing and making it available for querying.
There's a simple Document interface that needs to be implemented to provide stuff like title, content, link, etc. From there the rest of the Danswer code takes it and handles the indexing and making it available for querying.
There's a contributing guide here: https://github.com/danswer-ai/danswer/blob/main/CONTRIBUTING...
And a connector contributing guide here: https://github.com/danswer-ai/danswer/blob/main/backend/dans...