David Tippett

Results 44 comments of David Tippett

Okay this feels very much like a stability issue I was having as well. @prudhvigodithi I have a feeling this is the same issue I had at reinvent where like...

@dblock do you think saying maintainers is too widely scoped? Anyone belonging to the OpenSearch-Project could be a potential for triaging issues no?

Thanks! Merging that in

I wanted to bump this as I am coming across the same issue at the moment. I ran the tests and observed these failures. ```bash Finished in 1.940804s, 76.7723 runs/s,...

@casperisfine thanks for the context. [jekyll-last-modified-at](https://github.com/gjtorikian/jekyll-last-modified-at) depends on it and looks to be unmaintained so I was hoping to find a fix here. Maybe I should look to see if...

@jeffreytse hey I just got a fix pushed into jekyll-last-modified-at and it’s been released. Moved away from posix-spawn to support open3. Test it out and let me know if this...

Adding notes as this progresses. Just logged into my cluster that I left on crashloop backoff overnight and found the operator to be working this morning. Leaving the bug as...

In talking to several customers new to OpenSearch they never came across this documentation. They simply attempted to ingest documents into OpenSearch not realizing that it was truncating their text....

I think the key here is people experienced with vector search will expect there is an auto-truncation setting they may need to enable. People inexperienced with vector search will not...

Actually now that I think about it there are 2 other alternatives to auto-truncation but they both would create a fair amount of work and communication. 1. Auto-Chunking - we...