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 indexing and search #327

Merged
merged 5 commits into from
Jun 14, 2023
Merged

Fix indexing and search #327

merged 5 commits into from
Jun 14, 2023

Commits on Jun 14, 2023

  1. Update dependencies

    cherryroots committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    93eba16 View commit details
    Browse the repository at this point in the history
  2. Round usage amounts

    Remove traceback and ligten up the print statements about not having pickles
    cherryroots committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    b7ef2ff View commit details
    Browse the repository at this point in the history
  3. Implement new saving and loading from llamaindex

    Change querying in search and index to use the new query_engine
    New indexing saves in a folder instead of a single .json so all older indexes won't work
    Improved internet search price reporting accuracy
    Increase the usage rounding by 2 digits
    deep search does not use the query_config, implementations have changed
    cherryroots committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    5d05ffa View commit details
    Browse the repository at this point in the history
  4. Format Python code with psf/black push

    github-actions authored and github-actions committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    0de1e7c View commit details
    Browse the repository at this point in the history
  5. bump version

    cherryroots committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    dbfeff5 View commit details
    Browse the repository at this point in the history