Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revamped the project structure – everything's tidier now! #66

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Aug 12, 2024

  1. Configuration menu
    Copy the full SHA
    d6edb83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bdd5f89 View commit details
    Browse the repository at this point in the history
  3. 🧹 chore: Organize and update packages in requirements files

    - Grouped packages by categories for better readability.
    - Updated package versions to the latest available from PyPI.
    - Applied changes to requirements.txt and requirements.lite.txt
    abdalrohman committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    39db32c View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. 📦 package: Add environment.yml for Conda environment setup

    - use: `conda env create -f environment.yml`
    abdalrohman committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    da6b6d7 View commit details
    Browse the repository at this point in the history
  2. 🏗️ restructure: Improve project organization and modularity

    - Created a new `rag_api` directory to keep related parts of the code together.
    - Created subdirectories within `rag_api` to group related modules.
    
    This should make the code easier to understand and work with as the project grows!
    abdalrohman committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    01c6b87 View commit details
    Browse the repository at this point in the history