marqo-ai / marqo

Unified embedding generation and search engine. Also available on cloud - cloud.marqo.ai
https://www.marqo.ai/
Apache License 2.0
4.48k stars 184 forks source link

[ENHANCEMENT] Connect to and index confluence cloud? #418

Open strich opened 1 year ago

strich commented 1 year ago

Is your feature request related to a problem? Please describe. I'm looking to make a tool using marqo against our company knowledgebase on our confluence cloud instance. Is that possible?

jn2clark commented 1 year ago

hi @strich ! Marqo can ingest data from a variety of sources as long as they conform to the input format (see here https://marqo.pages.dev/0.0.16/API-Reference/documents/). With respect to confluence specifically, you should be able to use the python client (https://atlassian-python-api.readthedocs.io/confluence.html) to retrieve the content which can then be ingested into Marqo (although I have not used this client before).