Rohit Amarnath
Rohit Amarnath
I would like to suggest a way to specify an input csv file to batch filter/set individual streams: ```yaml core: server_listen: localhost:8080 update_schedule: "*/24 * * * *" output: m3u...
Getting this error with the latest: NameError: no member 'zone' in struct C:\chef\b45ead9638cca100d4f0d0f39ff0ca8d\cookbooks\aws\providers\ebs_volume.rb:152:in `[]' Looks like the the struct returned by AWS is now `:availablity_zone`, not `:zone` Anybody else seeing...
### Description I added `apk add git` to the provision section for now. But if folks are using Colima for builds builds, might be good to add git to the...
### What happened? I have setup a local registry based on the instructions here - https://kind.sigs.k8s.io/docs/user/local-registry/ When setting the helm chart properties, using oci (the registry was loaded with the...
I was able to make this work with the latest 8.2, but only tested it with HSQLDB. Probably useful for others to use. Maybe accept the pull as a separate...
@andyfase we built a serverless version of this solution. But you don't have a license setup on the repo, so I am not sure what the best way is to...
Is it possible to adapt this to read the serial data via tcp? I want to do this while writing a new buffer implementation and would prefer to do the...
# Description This fixes `_add_nodes_to_index` to add the `excluded_embed_metadata_keys` and `excluded_llm_metadata_keys` on the source nodes to the metadata and to honor the exclusion when appending the nodes to the vector...
This has had me pulling my hair out. If pydantic is enabled in the requirements.txt, pyjwt fails with ``` #12 7.705 Traceback (most recent call last): #12 7.705 File "",...
feat: Add configurable timeout to LLM retry decorator # Description Modify retry decorator in KeywordsAI and OpenAI LLM integrations to support a configurable timeout parameter, defaulting to 60 seconds Fixes...