Skip to content

Commit

Permalink
Merge pull request microsoft#181 from microsoft/faqs
Browse files Browse the repository at this point in the history
A list of FAQS added
  • Loading branch information
ritesh-modi authored Jul 1, 2024
2 parents d5ee425 + b32e474 commit d8ee083
Show file tree
Hide file tree
Showing 4 changed files with 845 additions and 3 deletions.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
# LLMOps with Prompt flow
# LLMOps with Prompt flow (Supports both AI Studio and Azure Machine Learning)
- `This template can be used for both Azure AI Studio and Azure Machine Learning.`
- `It can be used for both AZURE and LOCAL execution.`
- `It supports all types of flow - python Class flows, Function flows and YAML flows.`
- `It supports Github, Azure DevOps and Jenkins CI/CD orchestration.`
- `It supports pure python based Evaluation as well using promptflow-evals package.`
- `It should be used for INNER-LOOP Experimentation and Evaluation.`
- `It should be used for OUTER-LOOP Deployment and Inferencing.`

`NOTE: A new FAQ section is added to help Engineers, Data Scientist and developers find answers to general questions on configuring and using this template.`

[***FAQS HERE***](./docs/faqs.md)

Large Language Model Operations, or LLMOps, has become the cornerstone of efficient prompt engineering and LLM induced application development and deployment. As the demand for LLM induced applications continues to soar, organizations find themselves in need of a cohesive and streamlined process to manage their end-to-end lifecycle.

The rise of AI and large language models (LLMs) has transformed various industries, enabling the development of innovative applications with human-like text understanding and generation capabilities. This revolution has opened up new possibilities across fields such as customer service, content creation, and data analysis.
Expand Down
2 changes: 1 addition & 1 deletion docs/Azure_devops_how_to_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ When the `EXECUTION_TYPE` variable is set to `"LOCAL"`, the templates will be ex
Setup the environment by installing the required dependencies using the following command:

``` bash
pip install -r ./github/requirements/execute_job_requirements.txt
pip install -r ./.azure-pipelines/requirements/execute_job_requirements.txt

# select the requirements file based on the usecase you are working on e.g. for web_classification
pip install -r ./web_classification/flows/experiment/requirements.txt
Expand Down
Loading

0 comments on commit d8ee083

Please sign in to comment.