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

Merge to main #28

Merged
merged 25 commits into from
Aug 5, 2023
Merged

Merge to main #28

merged 25 commits into from
Aug 5, 2023

Commits on Jul 30, 2023

  1. Update requirements.txt

    I wasnt able to create a virtual environment with python 3.10.12 without adding this for backports
    fiveghz committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    1baea2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8dca66 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e79ef4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d745c63 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4ecd0dd View commit details
    Browse the repository at this point in the history
  6. Update README.md

    Added new .env variables
    fiveghz committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    0bb1d21 View commit details
    Browse the repository at this point in the history
  7. Update .gitignore

    Ignore Visual Studio Code workspace files
    fiveghz committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    430aed9 View commit details
    Browse the repository at this point in the history
  8. Fixed issue with moving VECTORDB_PATH to env

    removed literal
    fiveghz committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    a5e9d6e View commit details
    Browse the repository at this point in the history
  9. Added model_name to LLM

    This is from the new CHAT_MODEL_NAME variable in the .env file
    fiveghz committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    5e24e97 View commit details
    Browse the repository at this point in the history
  10. Update .gitignore

    Ignore vector_store data
    fiveghz committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    41b4a03 View commit details
    Browse the repository at this point in the history
  11. Fixed data type for TEMPERATURE

    Change to float
    fiveghz committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    0493dcf View commit details
    Browse the repository at this point in the history
  12. Update chat_cli.py

    Added some error handling for the VECTORDB_PATH variable, added docstrings, and added some color to the CLI Q/A output
    fiveghz committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    431796d View commit details
    Browse the repository at this point in the history
  13. Update .gitignore

    Added MacOS .DS_STORE to gitignore
    fiveghz committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    21ae56a View commit details
    Browse the repository at this point in the history
  14. Update chatbot.py

    fixed variable names
    fiveghz committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    fa32056 View commit details
    Browse the repository at this point in the history
  15. Update chat_web_st.py

    added error handling for file uploads
    fiveghz committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    faf53a0 View commit details
    Browse the repository at this point in the history
  16. Feature to select an existing vector store in web UI

    Allows the user to select an existing vector store in the web UI
    fiveghz committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    7cb1e42 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Update chatbot.py

    Moved chunk_size and chunk_overlap to env variable
    fiveghz committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    7695dfc View commit details
    Browse the repository at this point in the history
  2. Update .gitignore

    Ignore source_documents
    fiveghz committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    747798b View commit details
    Browse the repository at this point in the history
  3. condens_question_llm should be condense_question_llm

    fixed spelling error
    fiveghz committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    7adddd6 View commit details
    Browse the repository at this point in the history
  4. Update .gitignore

    Ignore local archive
    fiveghz committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    52f09b2 View commit details
    Browse the repository at this point in the history
  5. Added CSV loader

    added support for .csv files
    fiveghz committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    246f0cc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c06fce6 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

  1. Merge pull request #26 from fiveghz/feature-usability-mods

    Feature usability mods
    linjungz authored Aug 5, 2023
    Configuration menu
    Copy the full SHA
    3b74a62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    705042a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    95bc0be View commit details
    Browse the repository at this point in the history