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

Fix Windows build from source and up version to 1.0.8 #22

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

Commits on Sep 19, 2024

  1. fix being able build from source on windows

    In setup,py , added open readme.md  with utf-8 encoding for setting the long description.  That's all it took to be able to fix being able to build from source on windows
    stevereiner committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    799426e View commit details
    Browse the repository at this point in the history
  2. Update version.py

    Update from from 1.0.7 to 1.08  (for windows support, and re-enable python 3.12)
    stevereiner committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    25d06f3 View commit details
    Browse the repository at this point in the history
  3. Update README.md with Windows use note

    Note the need to have freeze_support()  in your main file on Windows only
    stevereiner authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    588d0c3 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Update readme Windows note

    Updated README.md note on use on Windows to indicate only main function needed, not also freeze_support. Also noted that llama index RelikPathExtractor / PropertyGraphIndex runs 8 times slower for me on Windows vs Linux
    stevereiner committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    4eecc0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    351e91a View commit details
    Browse the repository at this point in the history
  3. Update README.md Windows note

    llama-relik  project not relik-llama
    stevereiner authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    b710b0e View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    ac16ea8 View commit details
    Browse the repository at this point in the history
  2. Revert "Update README.md Windows note"

    This reverts commit b710b0e.
    stevereiner committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    341c77b View commit details
    Browse the repository at this point in the history
  3. Revert "Update readme Windows note"

    This reverts commit 4eecc0d.
    stevereiner committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    3d82aa8 View commit details
    Browse the repository at this point in the history
  4. Revert "Update README.md with Windows use note"

    This reverts commit 588d0c3.
    stevereiner committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    20faed6 View commit details
    Browse the repository at this point in the history