Zachary Huang

Results 7 issues of Zachary Huang

npx dalai serve --host 0.0.0.0 this doesn't work

The issue is reported in https://github.com/microsoft/LightGBM/issues/5847

awaiting review

``` import numpy as np import lightgbm as lgb from sklearn.model_selection import train_test_split from sklearn.metrics import mean_absolute_error import pandas as pd data = {"X": [1, 2, 3, 4, 5], "Y":...

question

- [x] Structured output - [x] Majority Vote - [x] Text-to-sql: connect to database. Given a NL, write the sql, test it, and debug - [ ] Simple deep research:...

Below is a list of feature requests I have received. Please feel free to leave comments if you have additional ones. - [ ] Support for other languages, like TypeScript,...

For example, for the [Agent Cookbook](https://github.com/The-Pocket/PocketFlow/tree/main/cookbook/pocketflow-agent), this [Google Colab Notebook](https://colab.research.google.com/github/The-Pocket/PocketFlow/blob/main/cookbook/pocketflow-agent/demo.ipynb) allows people to try out the code directly in their browser. It provides a great example for testing without the...

> Hi @zachary62 > > PocketFlow looks very promising, thanks for the great work. > > It would be a very interesting feature to add a memory layer to the...