client_python
client_python copied to clipboard
A python library to send data to Arize AI!
Hi, I'm trying to programmatically upload my first training dataset, but even though the docs say you support missing data in features, your validation in fact prevents missing data in...
When following this notebook https://colab.research.google.com/github/Arize-ai/tutorials_python/blob/main/Arize_Tutorials/Embeddings/GENERATIVE/Arize_Tutorial_LLM_Search_Retrieval_Prompt_Templates.ipynb#scrollTo=4ad7cd5d Ran into this error: ```sh (.venv) sebas@sebas-HP-Dragonfly-13-5-inch-G4-Notebook-PC:~/Notes/Arize$ python retrieval_quickstart.py 🔭 OpenTelemetry Tracing Details 🔭 | Arize Project: retrieval-quickstart | Span Processor: BatchSpanProcessor | Collector Endpoint:...
Hi, I just want to direct attention to this issue [arize-otel-python/issues/22](https://github.com/Arize-ai/arize-otel-python/issues/22). I opened it on the arize-otel repo, but that repo does not seem to get much attention, so I...
> [!NOTE] > My team would be happy to submit a PR for this if valuable. Currently, the sole way to initialize a Prompt Hub client is to pass in...
This pull request addresses incomplete test coverage for the `is_dict_of` and `is_list_of` utility functions in `tests/types/test_type_helpers.py`. The existing tests did not account for several edge cases, including empty inputs, `None`...
Latest gql `Client.execute()` method won't take `variables` as a position argument, leading to a type error when making gql requests. Noticed this on the prompt hub API. Downgrading to v3.5.5...
It may be beneficial to pin the transformers dependency in pyproject.toml: ```toml AutoEmbeddings = [ "transformers>=4.25,