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.43k stars 728 forks source link

use os.path.join to generate file paths #866

Closed Matt-Scheetz closed 6 months ago

Matt-Scheetz commented 6 months ago

Description

Utilize os.path.join to create OS agnostic file paths

Fixes # 865

Type of Change

Please delete options that are not relevant.

How Has This Been Tested?

Ran code locally to verify that files were successfully indexed using the AzStorageBlobReader

Suggested Checklist: