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

Create vectordb retrieval #49

Merged
merged 24 commits into from
Jan 24, 2024
Merged

Create vectordb retrieval #49

merged 24 commits into from
Jan 24, 2024

Commits on Jan 23, 2024

  1. create vectordb.py

    Create vectordb in base.py
    rename vector_db to vectordb
    bwook00 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    766e98f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbdc832 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. chroma data from RAGchain

    bwook00 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    98d3f2f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b2b0a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7156c1c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b551428 View commit details
    Browse the repository at this point in the history
  5. chroma db for node test

    bwook00 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    8ee883c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dc06fbf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e2698a4 View commit details
    Browse the repository at this point in the history
  8. import swifter

    bwook00 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    01e1f33 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    eac4c10 View commit details
    Browse the repository at this point in the history
  10. push chroma file for test

    bwook00 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    e66b1f4 View commit details
    Browse the repository at this point in the history
  11. push chroma file for test

    bwook00 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    a7a529d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e9011ba View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    319da9b View commit details
    Browse the repository at this point in the history
  14. Just reformat parameter line

    bwook00 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    e0ef54b View commit details
    Browse the repository at this point in the history
  15. delete unused import pandas

    bwook00 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    fcc4eec View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7d9cb85 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    47b5d83 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    4f68713 View commit details
    Browse the repository at this point in the history
  19. Merge branch 'main' into Feature/#21

    # Conflicts:
    #	autorag/__init__.py
    #	requirements.txt
    bwook00 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    83f5fc8 View commit details
    Browse the repository at this point in the history
  20. import .evaluator

    bwook00 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    aa4e372 View commit details
    Browse the repository at this point in the history
  21. Merge branch 'main' into Feature/#21

    # Conflicts:
    #	requirements.txt
    bwook00 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    8b3f995 View commit details
    Browse the repository at this point in the history
  22. change env run in test.yml

    bwook00 committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    aa27aa4 View commit details
    Browse the repository at this point in the history