Refactored Folder Structure, Added .env Support, and Improved Documentation
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! 🚀