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

embedding : show full embedding for single prompt #6342

Merged
merged 2 commits into from Mar 27, 2024

Commits on Mar 27, 2024

  1. embedding : show full embedding for single prompt

    To support the use case of creating an embedding for a given prompt, the entire embedding and not just the first part needed to be printed.
    
    Also, show cosine similarity matrix only if there is more than one prompt, as the cosine similarity matrix for a single prompt is always `1.00`.
    howlger committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    d2f63d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a86496 View commit details
    Browse the repository at this point in the history