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

Dev #1662

Merged
merged 37 commits into from
Jul 4, 2024
Merged

Dev #1662

merged 37 commits into from
Jul 4, 2024

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    b807b8b View commit details
    Browse the repository at this point in the history
  2. ignore .env

    sestinj committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    c069831 View commit details
    Browse the repository at this point in the history
  3. ✨ use and cache imports for autocomplete (#1456)

    * ✨ use and cache imports for autocomplete
    
    * fix tsc
    sestinj committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    78488da View commit details
    Browse the repository at this point in the history
  4. add voyage rerank-1

    sestinj committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    10b2001 View commit details
    Browse the repository at this point in the history
  5. import Handlebars

    sestinj committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    0050d7c View commit details
    Browse the repository at this point in the history
  6. feat: update onboarding w/ embeddings model (#1570)

    * chore(gui): remove unused pages
    
    * feat: add embeddings step
    
    * feat: update styles
    
    * feat: copy button updates
    
    * fix: correct pull command for embed model
    
    * fix: remove commented code
    
    * fix: remove commented code
    
    * feat: simplify copy btn props
    
    * chore: rename onboarding selection event
    
    * feat: add provider config
    
    * fix: undo msg name
    
    * remove dead code
    
    * fix: invalid mode check
    Patrick-Erichsen authored and sestinj committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    ed56c8f View commit details
    Browse the repository at this point in the history
  7. fix: remove testing logic

    Patrick-Erichsen authored and sestinj committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    5df8177 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    679e26d View commit details
    Browse the repository at this point in the history
  9. small UI tweaks

    sestinj committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    d321032 View commit details
    Browse the repository at this point in the history
  10. media query

    sestinj committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    366acf4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8b30504 View commit details
    Browse the repository at this point in the history
  12. small fixes

    sestinj committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    b9dc9ce View commit details
    Browse the repository at this point in the history
  13. feat: add free trial card to onboarding (#1600)

    * feat: add free trial card to onboarding
    
    * add import
    Patrick-Erichsen authored and sestinj committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    9bae5a2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    11ce4f7 View commit details
    Browse the repository at this point in the history
  15. rerank-lite-1

    sestinj committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    c8f0282 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    153263b View commit details
    Browse the repository at this point in the history
  17. chore: onboarding metrics (#1626)

    * fix: pageview tracking
    
    * feat: add onboarding telemetry
    
    * create single `onboardingStatus` type
    
    * improved var naming
    
    * remove console logs
    Patrick-Erichsen authored and sestinj committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    8f409e2 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    4ca689a View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    3af0482 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    cd3d04c View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    7a83355 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    932a51b View commit details
    Browse the repository at this point in the history
  23. Nate/indexing fixes (#1642)

    * fix pausing of indexing
    
    * don't send empty array to openai embeddings
    
    * catch embeddings errors without stopping entire indexing process
    sestinj committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    2d892fa View commit details
    Browse the repository at this point in the history
  24. update version

    sestinj committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    045f0f6 View commit details
    Browse the repository at this point in the history
  25. changelog

    sestinj committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    0c40756 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    2208b14 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    ee28855 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    73b8caa View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    6cf0102 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    aa37f8c View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    cc900ed View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Tests for indexing + follow all .gitignore syntax (#1661)

    * cleaner indexing progress updates messages
    
    * chunking tests
    
    * first round of testing for walkDir in .ts
    
    * few more tests
    
    * swap fs with ide
    
    * clean up dead code
    
    * replace traverseDirectory
    
    * fix listFolders
    
    * smoother indexing updates for chunking
    
    * ide pathSetp
    
    * absolute paths test
    
    * fix path sep error with abs paths on windows
    
    * clean up tests
    sestinj committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    74020b1 View commit details
    Browse the repository at this point in the history
  2. feat: Client Certificate Options Support (#1658)

    * feat: support client certificate authentication options
    
    * docs: support client certificate authentication options
    
    * chore: update package.json
    
    * docs: move clientCertificate to it's own example
    TenDRILLL committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    136bf9e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a84abfa View commit details
    Browse the repository at this point in the history
  4. Add support for the HuggingFace Text Embeddings Inference server (#1657)

    Co-authored-by: Rob Leidle <[email protected]>
    spew and Rob Leidle committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    57af4d0 View commit details
    Browse the repository at this point in the history
  5. update package.json version

    sestinj committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    bf9e689 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    afaa665 View commit details
    Browse the repository at this point in the history