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

Refactor qdrant vector DB interface #17

Merged
merged 46 commits into from
Jul 20, 2023
Merged

Refactor qdrant vector DB interface #17

merged 46 commits into from
Jul 20, 2023

Commits on Jul 14, 2023

  1. [#16] Replace routines in embedding_helper with a class, qdrant_colle…

    …ction. Improvements to model_styles.py, and other tweaks. Begin porting demo/chat_pdf_streamlit_ui.py
    uogbuji committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    86af70b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    870807f View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. [#16] Fixes to async_helper module. Add embedding_helper.qdrant_colle…

    …ction.search() method. Add demo/chat_web_selects.py demo 1st draft
    uogbuji committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    a35cef1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1680811 View commit details
    Browse the repository at this point in the history
  3. minor fixes

    choccccy committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    9b65a38 View commit details
    Browse the repository at this point in the history
  4. minor comment spelling fixes

    choccccy committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    b56708e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d52ffdf View commit details
    Browse the repository at this point in the history
  6. input

    choccccy committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    4557d42 View commit details
    Browse the repository at this point in the history
  7. minor formatting prints

    choccccy committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    f02780d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    daaa4fc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e621730 View commit details
    Browse the repository at this point in the history
  10. minor formatting

    choccccy committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    6b57b22 View commit details
    Browse the repository at this point in the history
  11. Merge branch '16-better-vector-db' of github.com:uogbuji/OgbujiPT int…

    …o 16-better-vector-db
    choccccy committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    f301b1d View commit details
    Browse the repository at this point in the history
  12. [#16] Sync back up

    uogbuji committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    643d701 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b641dac View commit details
    Browse the repository at this point in the history
  14. models.Distance.COSINE

    choccccy committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    7c9b707 View commit details
    Browse the repository at this point in the history
  15. [#16] Add some sanity checks for bad params to qdrant_collection.add(…

    …). Implement qdrant_collection.count()
    uogbuji committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    7c49d48 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ff62150 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Configuration menu
    Copy the full SHA
    6602503 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. miniLM-L12

    choccccy committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    43726d3 View commit details
    Browse the repository at this point in the history
  2. minor commenting improvement

    choccccy committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    e1b1f43 View commit details
    Browse the repository at this point in the history
  3. new streamlit demo

    choccccy committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    ef5ab21 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7b70dde View commit details
    Browse the repository at this point in the history
  5. Merge branch '16-better-vector-db' of github.com:uogbuji/OgbujiPT int…

    …o 16-better-vector-db
    uogbuji committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    f0f8c81 View commit details
    Browse the repository at this point in the history
  6. working streamlit!

    choccccy committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    e016d76 View commit details
    Browse the repository at this point in the history
  7. [#16] Merge

    uogbuji committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    fe92335 View commit details
    Browse the repository at this point in the history
  8. [#16] Merge

    uogbuji committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    6e25b99 View commit details
    Browse the repository at this point in the history
  9. [#16] Fix linter errors

    uogbuji committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    c1452c9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    126a9ca View commit details
    Browse the repository at this point in the history
  11. oh well, can't fix it

    choccccy committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    a7c565a View commit details
    Browse the repository at this point in the history
  12. oori favicon

    choccccy committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    d323996 View commit details
    Browse the repository at this point in the history
  13. centered page layout

    choccccy committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    303b81a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3a8fe7f View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. [#16] Preliminary code review

    uogbuji committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    ce4fa27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    254bd2f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4156f59 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0500f5c View commit details
    Browse the repository at this point in the history
  5. Merge branch '16-better-vector-db' of github.com:uogbuji/OgbujiPT int…

    …o 16-better-vector-db
    uogbuji committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    241b4bc View commit details
    Browse the repository at this point in the history
  6. [#16] Sync up. Deal with "Calling st.experimental_rerun() within a ca…

    …llback is a no-op." & sew up the use of session data & call-backs
    uogbuji committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    6ef7dda View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d3556ad View commit details
    Browse the repository at this point in the history
  8. Merge branch '16-better-vector-db' of github.com:uogbuji/OgbujiPT int…

    …o 16-better-vector-db
    choccccy committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    3fce31a View commit details
    Browse the repository at this point in the history
  9. favicon

    choccccy committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    85e9875 View commit details
    Browse the repository at this point in the history
  10. [#16] Lint fix

    uogbuji committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    d50ead3 View commit details
    Browse the repository at this point in the history
  11. Merge branch '16-better-vector-db' of github.com:uogbuji/OgbujiPT int…

    …o 16-better-vector-db
    uogbuji committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    2be18e1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cd14fa3 View commit details
    Browse the repository at this point in the history
  13. Update README.md

    uogbuji authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    e81ff3e View commit details
    Browse the repository at this point in the history