Hi Team ,
We want to run our LLM models on our confluence space/pages Database . Please suggest how i can access the same ..
Hi Sanjay,
You have no access to the database on Cloud, so you can't do this. Even if you could, you would have to write a pile of code to render the pages to your LLM in a readable format (the raw data contains all the formatting and markup in a Confluence page, which you probably wouldn't want to train your LLM to understand)
You will need to create code that can read pages over the REST API.
It looks like you're new here. Sign in or register to get started.