Rishabh Bhargava

Results 9 issues of Rishabh Bhargava

**Describe the bug** Currently, an LLM can produce an output that doesn't match one of the labels in `labels`. In this case, we assume that is the final label produced...

bug

**Describe the bug** Currently, we see an error during `agent.run` if a user has specified `compute_confidence = True`. While this error is useful, we can throw this error at `agent.plan`...

bug

**Describe the bug** Today, running `get_data` prints out the number of bytes being downloaded, but we should explicitly say it's bytes being downloaded and not kilobytes or number of rows....

bug
good first issue

**Is your feature request related to a problem? Please describe.** Support for a new task: Translation. I'd like to be able to translate data from any language to another. Modern...

enhancement

Currently, if `example_template` is not provided, `agent.plan` fails with an unintuitive error: ``` In [6]: agent.plan('docs/assets/movie_reviews.csv') ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0% -:--:-- --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) Input In [6], in...

When a user attempts to run `agent.plan` or `agent.run` on a dataset, we should first validate that any data columns needed for labeling/evaluation are in the correct format. For example,...

**Is your feature request related to a problem? Please describe.** For some data labeling tasks, it could be useful to add a short description for what any given label means....

enhancement
labeling_task

**Is your feature request related to a problem? Please describe.** We would like to be able to use the OpenAI models through Azure's OpenAI offering. **Describe the solution you'd like**...

enhancement
good first issue
llm