Pamela Fox
Pamela Fox
See my comment here re removing- https://github.com/Azure-Samples/azure-search-openai-demo/issues/714#issuecomment-1743651101 Also, its strange that it responded like that.
@PDiracDelta Hm you're not the first developer to have issues figuring out the right payload. If you do end up getting that working (vs using prepdocs), let me know. Either...
I wrote a whole doc instead: https://github.com/Azure-Samples/azure-search-openai-demo/blob/main/docs/data_ingestion.md Please let me know if anything's missing from that.
I have never been able to replicate the issue personally, I've only gotten multiple reports from users across different repositories with similar postCreateCommand's. I believe both cases were local dev...
Did you all make a decision regarding OTel integration? My team at Microsoft is curious (since Azure Monitor brings in OTel traces).
Okay, that makes sense. I don't have a strong opinion currently, I'll look out for feedback from our Microsoft customers.
Interesting! Thank you for the tests and documentation. My main concern is the naming, as memcache.fetch() doesn't do that, and it wasn't obvious to me until I looked at the...
Sure, can you send a pull request? I don't actually use lscache in any of my projects these days, so I haven't had an excuse to actively work on it....
Hm, interesting! I based this off the Python memcached client (https://developers.google.com/appengine/docs/python/memcache/clientclass#Client_set) where the default is never expire, because the default for the named argument is 0. The PHP memcached client...
Hm. Great points on the PROs, better performance and space. At this point, I can't recall why I went with 2 keys. I'd be a bit concerned about changing the...