Skip to content

Commit d886b1b

Browse files
Rebasing
2 parents eaab684 + 1875080 commit d886b1b

File tree

120 files changed

+8846
-27
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

120 files changed

+8846
-27
lines changed

LLM/oda_examples/oda-oci-data-science-oracledb-23ai-llm/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ langchain-community==0.2.5
2323
langchain-core==0.2.7
2424
langchain-text-splitters==0.2.1
2525
langsmith==0.1.77
26-
llama-index==0.10.45
26+
llama-index==0.12.9
2727
llama-index-agent-openai==0.2.7
2828
llama-index-cli==0.1.12
2929
llama-index-core==0.10.44

LLM/oda_examples/oda-oci-data-science-oracledb-23ai-nl2sql-llm/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ httpx==0.27.0
1919
huggingface-hub==0.23.3
2020
humanfriendly==10.0
2121
langchain==0.2.5
22-
langchain-community==0.2.5
22+
langchain-community==0.2.19
2323
langchain-core==0.2.7
2424
langchain-text-splitters==0.2.1
2525
langsmith==0.1.77
26-
llama-index==0.10.45
26+
llama-index==0.12.4
2727
llama-index-agent-openai==0.2.7
2828
llama-index-cli==0.1.12
2929
llama-index-core==0.10.44
@@ -89,7 +89,7 @@ tiktoken==0.7.0
8989
tokenizers==0.19.1
9090
torch==2.3.1
9191
tqdm==4.66.4
92-
transformers==4.41.2
92+
transformers==4.48.0
9393
triton==2.3.1
9494
typing-inspect==0.9.0
9595
wrapt==1.16.0

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ Distributed training support with Jobs for machine learning for faster and more
4242

4343
Pipelines are essential for complex machine learning and data science tasks as they streamline and automate the model building and deployment process, enabling faster and more consistent results. They could be used when there is a need to build, train, and deploy complex models with multiple components and steps, and when there is a need to automate the machine learning process to reduce manual labor and errors. The Oracle Cloud Infrastructure [Data Science Pipelines](https://docs.oracle.com/en-us/iaas/data-science/using/pipelines-about.htm) services helps automates and streamlines the process of building and deploying machine learning pipelines.
4444

45+
### [ML Applications](ml-applications/)
46+
47+
[ML Applications](https://docs.oracle.com/en-us/iaas/data-science/using/ml-apps-about.htm) is a self-contained representation of ML use cases in Data Science. It delivers a robust MLOps platform for AI/ML delivery. It standardizes the packaging and deployment of AI/ML functionality, enabling you to build, deploy, and operate machine learning as a service. With ML Applications, you can leverage Data Science to implement AI/ML use cases and provision them into production for your applications or customers. By shortening the development lifecycle from months to weeks, ML Applications quickens the time to market while reducing operational complexity and total cost of ownership. It provides an end-to-end platform for deploying, validating, and promoting ML solutions through every stage - from development and QA to preproduction and production.
48+
4549
### [Data Labeling Examples](data_labeling_examples/)
4650

4751
The [data labeling service](https://docs.oracle.com/en-us/iaas/data-labeling/data-labeling/using/home.htm) helps identify properties (labels) of documents, text, and images (records) and annotates (labels) them with those properties. This section contains Python and Java scripts to annotate bulk numbers of records in OCI Data Labeling Service (DLS).

0 commit comments

Comments
 (0)