run-llama / llama-hub

A library of data loaders for LLMs made by the community -- to be used with LlamaIndex and/or LangChain
https://llamahub.ai/
MIT License
3.45k stars 732 forks source link

Implemented start and cursor support for confluence loader #733

Closed N0K0 closed 11 months ago

N0K0 commented 11 months ago

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Fixes # (issue)

419

Type of Change

Please delete options that are not relevant.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Added new test cases, added mock state to reflect how the cursor works

Suggested Checklist:

anoopshrma commented 11 months ago

Great work! Thanks for the contribution.

Only one thing: could you remove the poetry file

N0K0 commented 11 months ago

@anoopshrma, reverted the files. Had a issue with the linter linter that was missin jupyter for black for some reason..

nerdai commented 11 months ago

thanks @N0K0! Can you kindly make an entry to our CHANGELOG.md. After that, we're good to merge :)

N0K0 commented 11 months ago

Done! @nerdai