Skip to content

Conversation

@hinthornw
Copy link
Collaborator

Refactoring to share rag things


def is_folder_populated(folder: str):
if os.path.exists(folder):
return any(os.scandir(folder))
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Woh candies is new for me

@hinthornw hinthornw merged commit 8e58d6d into eugene/rag_refactor_2 Nov 21, 2023
@hinthornw hinthornw deleted the wfh/add_semistructured branch November 21, 2023 15:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants