# automatically generated by g-sorcery
# please do not edit this file

EAPI=8

REALNAME="${PN}"
LITERALNAME="${PN}"
REALVERSION="${PV}"
DIGEST_SOURCES="yes"
PYTHON_COMPAT=( python{3_11,3_12,3_13,3_14} )
DISTUTILS_USE_PEP517=wheel

inherit python-r1 gs-pypi

DESCRIPTION="Contains Retrieval Augmented Generation related utilities for Azure Machine Learning and OSS interoperability. [wheel]"

HOMEPAGE="https://docs.microsoft.com/python/api/overview/azure/ml/?view=azure-ml-py"
LICENSE="Proprietary https://aka.ms/azureml-preview-sdk-license "
SRC_URI="https://files.pythonhosted.org/packages/py3/${REALNAME::1}/${REALNAME}/${REALNAME//-/_}-${REALVERSION}-py3-none-any.whl"
SOURCEFILE="${REALNAME//-/_}-${REALVERSION}-py3-none-any.whl"
RESTRICT="test"

SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE="azure azure-cosmos-mongo-vcore azure-cosmos-nosql azureml-core cognitive-search data-generation document-parsing elasticsearch faiss hugging-face langchain milvus mongodb pinecone qdrant remote-tests weaviate"
DEPENDENCIES="dev-python/azureml-dataprep[${PYTHON_USEDEP}]
	dev-python/azureml-fsspec[${PYTHON_USEDEP}]
	~dev-python/fsspec-2023.3[${PYTHON_USEDEP}]
	dev-python/openai[${PYTHON_USEDEP}]
	dev-python/tiktoken[${PYTHON_USEDEP}]
	dev-python/cloudpickle[${PYTHON_USEDEP}]
	dev-python/mmh3[${PYTHON_USEDEP}]
	<dev-python/pyyaml-7.0.0[${PYTHON_USEDEP}]
	dev-python/requests[${PYTHON_USEDEP}]
	dev-python/azureml-core[${PYTHON_USEDEP}]
	azure? ( dev-python/azure-ai-ml[${PYTHON_USEDEP}] )
	azure? ( dev-python/azure-identity[${PYTHON_USEDEP}] )
	azureml-core? ( dev-python/azureml-core[${PYTHON_USEDEP}] )
	azureml-core? ( dev-python/azureml-telemetry[${PYTHON_USEDEP}] )
	azureml-core? ( dev-python/azureml-mlflow[${PYTHON_USEDEP}] )
	faiss? ( dev-python/faiss-cpu[${PYTHON_USEDEP}] )
	cognitive-search? ( dev-python/azure-search-documents[${PYTHON_USEDEP}] )
	pinecone? ( dev-python/pinecone-client[${PYTHON_USEDEP}] )
	pinecone? ( dev-python/langchain-pinecone[${PYTHON_USEDEP}] )
	azure-cosmos-mongo-vcore? ( dev-python/pymongo[${PYTHON_USEDEP}] )
	azure-cosmos-nosql? ( dev-python/azure-cosmos[${PYTHON_USEDEP}] )
	milvus? ( dev-python/pymilvus[${PYTHON_USEDEP}] )
	mongodb? ( dev-python/pymongo[${PYTHON_USEDEP}] )
	elasticsearch? ( <dev-python/elasticsearch-9.0[${PYTHON_USEDEP}] )
	weaviate? ( dev-python/weaviate-client[${PYTHON_USEDEP}] )
	qdrant? ( dev-python/qdrant-client[${PYTHON_USEDEP}] )
	qdrant? ( dev-python/langchain-qdrant[${PYTHON_USEDEP}] )
	hugging-face? ( dev-python/scikit-learn[${PYTHON_USEDEP}] )
	hugging-face? ( dev-python/sentence-transformers[${PYTHON_USEDEP}] )
	hugging-face? ( dev-python/huggingface-hub[${PYTHON_USEDEP}] )
	langchain? ( dev-python/langchain[${PYTHON_USEDEP}] )
	langchain? ( dev-python/langchain-community[${PYTHON_USEDEP}] )
	document-parsing? ( >=dev-python/pandas-1.0[${PYTHON_USEDEP}] )
	document-parsing? ( dev-python/nltk[${PYTHON_USEDEP}] )
	document-parsing? ( dev-python/markdown[${PYTHON_USEDEP}] )
	document-parsing? ( ~dev-python/beautifulsoup4-4.11.2[${PYTHON_USEDEP}] )
	document-parsing? ( dev-python/tika[${PYTHON_USEDEP}] )
	document-parsing? ( ~dev-python/pypdf-3.17.1[${PYTHON_USEDEP}] )
	document-parsing? ( dev-python/unstructured[${PYTHON_USEDEP}] )
	document-parsing? ( >=dev-python/gitpython-3.1[${PYTHON_USEDEP}] )
	document-parsing? ( dev-python/azure-ai-formrecognizer[${PYTHON_USEDEP}] )
	data-generation? ( >=dev-python/pandas-1.0[${PYTHON_USEDEP}] )
	data-generation? ( ~dev-python/beautifulsoup4-4.11.2[${PYTHON_USEDEP}] )
	data-generation? ( ~dev-python/lxml-4.9.2[${PYTHON_USEDEP}] )
	data-generation? ( dev-python/azure-ai-ml[${PYTHON_USEDEP}] )
	remote-tests? ( dev-python/pytest[${PYTHON_USEDEP}] )
	remote-tests? ( dev-python/pytest-xdist[${PYTHON_USEDEP}] )
	remote-tests? ( dev-python/azure-ai-ml[${PYTHON_USEDEP}] )
	remote-tests? ( dev-python/azure-cli[${PYTHON_USEDEP}] )
	remote-tests? ( dev-python/azure-core[${PYTHON_USEDEP}] )
	virtual/allow-pypi-wheels"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"