Nick Knize

Results 61 comments of Nick Knize
trafficstars

> As long as the index is fully hot (is it here?) Good question. I assumed it was during the run but the description doesn't give any specifics on the...

For the offending queries you might also try warming the page cache on those indexes using the `"index.store.preload": ["*"]` index setting to make sure the index is hot. Although if...

`@github-actions Pull Request Checks / Verify Description Checklist (pull_request) Failing after 2s` 🔫 (this PR template check is burdensome. It shouldn't fail PRs.)

> > `@github-actions Pull Request Checks / Verify Description Checklist (pull_request) Failing after 2s` 🔫 (this PR template check is burdensome. It shouldn't fail PRs.) > > We try to...

> curious why you've opted to use `ZonedDateTime` instead of `OffsetDateTime` Because `ZonedDateTime` is the same concept used in Joda which works off the `TimeZone` and with a change this...

These PRs have been ready for review / approval for quite a while. Either no one has been comfortable approving them or everyone is busy with their own tasks. I'll...

Similar reproducible error: ``` ./gradlew ':server:test' --tests "org.opensearch.search.profile.query.QueryProfilerTests.testApproximations {p0=5}" -Dtests.seed=D11999824BA0CE71 -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=zh-CN -Dtests.timezone=Africa/Bamako ``` ``` 2> java.lang.AssertionError: Expected: a value greater than but: was equal to at __randomizedtesting.SeedInfo.seed([D11999824BA0CE71:14FADAE707F9B355]:0)...

I removed the flaky test label and added a severity. If I have some cycles I'll look at this but it would be better for someone else to take it.

> ...why is it then that GPT-4, which internally represents each token with a vector of more than 8192, still inaccurately recalls information about entities? I think this comment actually...

> If we only move lucene vector field to core, there would be two different APIs: one for lucene engine and another for native engines. Why?