Ashton Sidhu

Results 6 issues of Ashton Sidhu

Resolves #418 This PR adds the functionality to handle nested Elasticsearch fields and ETL processes that have dataframes that use periods in column names that map to nested fields in...

Eland version: 7.14.1b1 Elasticsearch version: 7.15.1 ### Issue If you have a Pandas Dataframe with the columns `file.hash.sha256`, `event.id`, `process.name`, `label` and do: ``` ed.pandas_to_eland( df, es_dest_index=index, es_if_exists="append", es_refresh=True, use_pandas_index_for_es_ids=False...

bug
help wanted
topic:dataframe

For at home labs/on prem clusters

enhancement
todo :spiral_notepad:

**Is your feature request related to a problem? Please describe.** For projects that require you open PRs according to a specific template, it would be awesome if revup opens the...

enhancement

### System Info ```shell onnx==1.16.0 onnxruntime-gpu==1.18.0 sentence-transformers==2.2.2 transformers==4.40.2 optimum==1.19.2 Python: 3.10.12 ``` ### Who can help? @JingyaHuang @echarlaix Hi! I'm running into an error when trying to load in an...

bug

When using the Anthropic Agent with `streaming: true`, you get the error: `"Anthropic does not support streaming` . If you remove the code block https://github.com/run-llama/LlamaIndexTS/blob/45bcf51246a12ab8fc7adc974f29b352a398dc73/packages/llamaindex/src/agent/anthropic.ts#L37-L40 streaming does work fine but...

enhancement
good first issue
help wanted