PathRAG icon indicating copy to clipboard operation
PathRAG copied to clipboard

Refactored Folder Structure, Added .env Support, and Improved Documentation

Open nayan458 opened this issue 9 months ago • 0 comments

Changes Introduced:

✅ Refactored Folder Structure:

Separated storage for graph, kv_store, and vdb files to improve organization. Added .gitignore file and included them so that it do not get pushed as well.

✅ Added .env Support

Introduced an .env file for managing environment variables, making configuration more flexible and secure. A template of it is provided so that the users can follow it without exposing their real API keys

✅ Improved Documentation

Updated documentation to reflect the new folder structure and .env usage.

Why These Changes? 🔹 Better Organization: Improved maintainability by structuring files logically. 🔹 Easier Configuration: Using .env makes it simpler to manage different environments. 🔹 Improved Documentation: Helps future contributors understand the structure more easily.

Let me know if you'd like any modifications! 🚀

nayan458 avatar Mar 18 '25 09:03 nayan458