oracle-ads 2.11.19__py3-none-any.whl → 2.12.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (32) hide show
  1. ads/aqua/config/evaluation/evaluation_service_config.py +1 -0
  2. ads/aqua/extension/model_handler.py +17 -21
  3. ads/aqua/model/constants.py +3 -1
  4. ads/llm/__init__.py +10 -4
  5. ads/llm/chat_template.py +31 -0
  6. ads/llm/guardrails/base.py +3 -2
  7. ads/llm/guardrails/huggingface.py +1 -1
  8. ads/llm/langchain/plugins/chat_models/__init__.py +5 -0
  9. ads/llm/langchain/plugins/chat_models/oci_data_science.py +924 -0
  10. ads/llm/langchain/plugins/llms/__init__.py +5 -0
  11. ads/llm/langchain/plugins/llms/oci_data_science_model_deployment_endpoint.py +939 -0
  12. ads/llm/requirements.txt +2 -2
  13. ads/llm/serialize.py +3 -6
  14. ads/llm/templates/tool_chat_template_hermes.jinja +130 -0
  15. ads/llm/templates/tool_chat_template_mistral_parallel.jinja +94 -0
  16. ads/opctl/operator/lowcode/anomaly/const.py +7 -2
  17. ads/opctl/operator/lowcode/anomaly/model/autots.py +30 -35
  18. ads/opctl/operator/lowcode/anomaly/model/factory.py +9 -8
  19. ads/opctl/operator/lowcode/anomaly/schema.yaml +8 -2
  20. ads/opctl/operator/lowcode/forecast/MLoperator +3 -3
  21. ads/opctl/operator/lowcode/forecast/model/automlx.py +1 -1
  22. ads/opctl/operator/lowcode/forecast/model/forecast_datasets.py +1 -1
  23. {oracle_ads-2.11.19.dist-info → oracle_ads-2.12.1.dist-info}/METADATA +6 -4
  24. {oracle_ads-2.11.19.dist-info → oracle_ads-2.12.1.dist-info}/RECORD +27 -25
  25. ads/llm/langchain/plugins/base.py +0 -118
  26. ads/llm/langchain/plugins/contant.py +0 -44
  27. ads/llm/langchain/plugins/embeddings.py +0 -64
  28. ads/llm/langchain/plugins/llm_gen_ai.py +0 -301
  29. ads/llm/langchain/plugins/llm_md.py +0 -316
  30. {oracle_ads-2.11.19.dist-info → oracle_ads-2.12.1.dist-info}/LICENSE.txt +0 -0
  31. {oracle_ads-2.11.19.dist-info → oracle_ads-2.12.1.dist-info}/WHEEL +0 -0
  32. {oracle_ads-2.11.19.dist-info → oracle_ads-2.12.1.dist-info}/entry_points.txt +0 -0
@@ -0,0 +1,5 @@
1
+ #!/usr/bin/env python
2
+ # -*- coding: utf-8 -*--
3
+
4
+ # Copyright (c) 2023 Oracle and/or its affiliates.
5
+ # Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/