Confluence
Confluence is a wiki collaboration platform that saves and organizes all of the project-related material.
Confluence
is a knowledge base that primarily handles content management activities.
Installation and Setup
pip install atlassian-python-api
We need to set upusername/api_key
orOauth2 login
.Seeinstructions.
Document Loader
See ausage example.
from langchain_community.document_loadersimport ConfluenceLoader
API Reference:ConfluenceLoader