-
Currently, the incoming TCP request string is loaded entirely before JSON deserialization can begin. The Jackson JSON utilities provide support for streaming deserialization, and I think that could b…
-
Hi!
I was unable to find a better way to reach you.
The json streaming could be optimized to reduce the memory footprint quite much.
In https://github.com/dmitryrck/crystal-demo/blob/c8bd3e73bc…
-
I used the [hermes_tool_parser.py](https://github.com/vllm-project/vllm/blob/main/vllm/entrypoints/openai/tool_parsers/hermes_tool_parser.py) as `tool-parser-plugin` and registered the parser as `herm…
-
-
@Sveino
We need to decide whether we want our JSON-LD to have one of these two desirable features:
- Streaming https://www.w3.org/TR/json-ld11-streaming/
- Ordering the context first, and `@id`…
-
Way back when Buttplug started, flying json over websockets seemed like the best idea 'cause gRPC didn't seem to support the streaming we needed. It does now. There's some issues with flying the conne…
-
### 여러 개의 Json 입력 객체화
- 여러개 Json 입력이 들어오는 경우 기존의 `Unmarshal()` 함수로 처리가 불가하기 때문에 `json.NewDecoder()` 사용
-
Hi
My `movies` variable has 200 items in it.
I need to be able to dynamically update this with new items (from the CMS), I have a file in the root called `data.json`, that I'm trying to load in…
-
### What Happened?
When using the GROQ provider through Portkey API with go-openai client, the streaming response fails due to a type mismatch. GROQ returns the finish_reason field as an integer (0…
-
### Is there an existing issue for the same bug?
- [X] I have checked the existing issues.
### Environment
```Markdown
- Version or commit-id (e.g. v0.1.0 or 8b23a93):be88e8ea481a3ea824acebe52cdee4…