Skip to content
This repository was archived by the owner on Jan 2, 2025. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: BloopAI/bloop
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.8
Choose a base ref
...
head repository: BloopAI/bloop
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.9
Choose a head ref
  • 9 commits
  • 24 files changed
  • 6 contributors

Commits on Nov 9, 2023

  1. fix copy text (#1120)

    * fix copy text
    
    * fix translation key
    
    ---------
    
    Co-authored-by: anastasiia <[email protected]>
    oppiliappan and anastasiya1155 authored Nov 9, 2023
    Configuration menu
    Copy the full SHA
    3586aff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc71acc View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Add custom NSIS installation script on Windows (#1125)

    This script takes care to uninstall existing installations of bloop
    ranging from `0.4.8` to `0.5.7`. This is accomplished with a set of checks
    using known GUIDs against the Windows registry.
    calyptobai authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    6fabf14 View commit details
    Browse the repository at this point in the history
  2. permit all docs to contribute metadata (#1124)

    * permit all docs to contribute metadata
    
    documents that failed to parse into markdown were typically ejected from
    the stream, and were therefore unable to contribute metadata in the form
    of page titles & document count. now, they contribute metadata and are
    subsequently ejected from the stream.
    
    this scenario previously had strange side-effects with
    https://stripe.com/docs, where the metadata was scraped from the next
    available page, and setting random page titles instead of "Stripe
    Documentation.
    
    * clippy
    oppiliappan authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    3ae4529 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    14cde4d View commit details
    Browse the repository at this point in the history
  4. fix studio snapshot migration (#1126)

    * fix studio snapshot migration
    
    * update to v0.5.9
    oppiliappan authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    b6a1eb3 View commit details
    Browse the repository at this point in the history
  5. [BLO-1840] Determinism semantic search (first call) (#1121)

    * gpt3 temperature 0, and using modified rake that gives always same order and do not ignore underscores and slashes
    
    * gpt3 temperature 0, and using modified rake that gives always same order and do not ignore underscores and slashes
    
    * rebase and add modified github repo to Cargo toml
    
    * handling the case where keywords is empty
    
    * move stopwords removal logic into bleep
    
    * attribution
    
    * address review comments
    
    * revert
    
    * Update server/bleep/src/query/stopwords.rs
    
    Co-authored-by: akshay <[email protected]>
    
    * address more comments
    
    ---------
    
    Co-authored-by: Gabriel Gordon-Hall <[email protected]>
    Co-authored-by: akshay <[email protected]>
    3 people authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    eec3634 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    90ed0df View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6274268 View commit details
    Browse the repository at this point in the history
Loading