David Dieruf
David Dieruf
The pulsarSql configmap assumes broker is a deployment by using `.Values.broker.component` https://github.com/datastax/pulsar-helm-chart/blob/014a542e11cd01843c7e7fe65d88314d6da33a99/helm-chart-sources/pulsar/templates/pulsarSql/configmap-coordinator.yaml#L75 When using brokerSts, PulsarSql can not find the broker because it's `.Values.brokerSts.component`.
Given this agent config: ``` - name: Log Evaluation Results id: log-evaluation-results type: log-event ``` The output was: ``` runtime 16:42:11.230 [grpc-default-executor-1] INFO a.l.agents.flow.LogEventProcessor -- GrpcAgentRecord[id=0, key=null, value="no", origin=null, timestamp=null,...
I would like to use the [gpu in my K8s cluster](https://kubernetes.io/docs/tasks/manage-gpus/scheduling-gpus/) with my LS application. Could a new feature be added to the `resources` area in the pipeline manifest :...
I am able to create this which is not real great form. ``` docker run --rm --entrypoint /bin/bash -w /code/application/python -v /mnt/c/Users/david/source/ddieruf/AI Stories/EP1 - Smart Logs/Vector Store and Search/langStream/./application:/code/application --env-file...
Using the command `langstream python load-pip-requirements -app ./application` I have local packages (.whl) in the 'python' folder. They need to be in a known location before doing any "pip" work...
Agents are going to be constantly changing. Hopefully, new ones will be added all the time. I could see an agent hub being created in the future. Currently, when you...
There are a seemingly infinite amount of possibilities when creating a pipeline. The examples folder is an attempt to capture some of the possibilities. As the project grows the example...
Currently, the websocket handler for consumers does not follow standards. It needs to implement a [ping handler](https://websockets.spec.whatwg.org/#ping-and-pong-frames) because consumer connections are long-lived and need a means of testing the health...