Jack Hopkins
Jack Hopkins
When trying to use the SS views in my Java play implementation, I get the following templating error: ambiguous implicit values: both method requestHeader in object PlayMagicForJava of type =>...
**Is your feature request related to a problem? Please describe.** It is annoying and verbose having to configure functions individually. **Describe the solution you'd like** A config file should be...
**Is your feature request related to a problem? Please describe.** Too many anonymous telemetry calls are being sent. This creates unnecessary overhead. **Describe the solution you'd like** Reduce the number...
**Is your feature request related to a problem? Please describe.** LLMs are extremely inefficient at classification. XGBoost is better if the data is available. We could use the aligned data...
**Is your feature request related to a problem? Please describe.** Running any function is expensive due to the network hop required. **Describe the solution you'd like** Automatic caching to memory,...
Currently there is no automatic way to ensure that tests pass before code is merged into the trunk. This should be a priority.
Something is going wrong with the state management. When we run tests all together, several tests fail with errors such as: ``` self = def get_original(self): target = self.getter() name...
Currently, we don't know where our users are having issues. We should intercept exceptions that are not caused by third parties (i.e OpenAI) and submit them to the endpoint along...
We should avoid passing loosely typed dictionaries around if we can avoid it. This should be replaced by a Pydantic class. Note: This is in `BufferedLogger`.
We are planning to support returning embeddings from OpenAI. We should generalize this to support embeddings from Bedrock (and any other LLM providers that we choose to support).