-
# Model Inference Cache
## Overview
Model caching is an important technique used to improve the efficiency and performance of applications that utilize these models.
* Reduced latency: Cachi…
-
##### Description
My OpenApi 3.0 specification contains an endpoint for which the response media type can be `application/octet-stream` or, if the query cannot be completed, `application/json`.
Th…
-
There are multiple classes that extend `Stream` and add a `BaseStream` property, such as [`DeflateStream`](https://github.com/dotnet/corefx/blob/e667c29636a622eb4f9493f75232b44e0ae90b29/src/System.IO.…
-
**Describe the bug**
Given a request body specification consisting of an `anyOf` of two objects, it is expected that a merged object consisting of the fields of both objects should be valid. Howeve…
-
Clarify whether elements in `/collections` vs. in `/collections/{collectionId}` need to be consistent, but that an element being omitted from /collections but present /collections/{collectionId} still…
-
I have the following version RealtimeRelay that uses RealtimeAPI instead of RealtimeClient. RealtimeClient has additional functionality (e.g. state management) that is not needed in the Relay.
```j…
-
Just wanted to tag you @nazar-pc to let you know that it seem in here we have two fields a bit wrong for X3 Hybrid G4.
I worked today on https://github.com/squishykid/solax/pull/178 in the solax li…
-
I ran into a case where I'm modeling API responses like this, simplified:
```python
@dataclass
class Contact:
contactType: Literal["Member", "Contact"]
@dataclass
class Member(Contact)…
-
## Problem
Using the Open API import, it does not use `application/vnd.api+json` specified content. The `Content-Type` and `Accept` headers are not sent, neither is the body schema. Seems to be an …
-
**What did you do to encounter the bug?**
We upgraded mongodb-atlas-kubernetes to version 2.5.0 (we came from version 2.3.1). This failed pretty hard and caused downtime for our customers. Somehow th…