Julie Tibshirani
Julie Tibshirani
When assembling context, it’s not enough to just return the right file, the snippet within it needs to be helpful and accurate. We should evaluate + improve how we assemble...
Our developer docs contain some code walkthroughs that would work really well as Sourcegraph notebooks. For example, I tried converting the [Life of a search query docs](https://docs.sourcegraph.com/dev/background-information/architecture/life-of-a-search-query) to a [notebook](https://sourcegraph.com/notebooks/Tm90ZWJvb2s6MTk2Nw==)...
```[tasklist] ### Tasks - [ ] https://github.com/sourcegraph/sourcegraph/pull/62510 - [ ] https://github.com/sourcegraph/sourcegraph/pull/62549 - [ ] https://github.com/sourcegraph/sourcegraph/pull/62557 - [ ] https://github.com/sourcegraph/sourcegraph/pull/62581 - [ ] Enable Rockskip in integration tests - [ ]...
```[tasklist] ### Tasks - [ ] Properly implement IDF in BM25 ranking (or approximate it) - [ ] Use symbol search to surface symbol definitions first ``` /cc @sourcegraph/search-platform
This PR removes the keyword search toggle as part of making the feature GA. It removes the keyword search toggle and popover, but keeps the "call to action" on the...
This PR initializes the GCP profiler in the `zoekt-git-index` process so we can examine CPU and memory usage for the indexing process itself.
This PR removes the 'backoff' logic for repos that fail to index. To the best of my knowledge, this is not used anywhere. And we should now be less susceptible...
This bumps `ReadMinFeatureVersion` to 10 so we can simplify the `readTOC` method. This seems okay, since version 10 [was added ~3 years ago](https://github.com/sourcegraph/zoekt/commit/f7d54faa261b31f7258a2d1291531ebd89ce8ee5), meaning we can still read 3 year...