e768098d0e
Flake8 Lint / flake8 (push) Waiting to run
Spell check CI / Spell_Check (push) Waiting to run
tools_continuous_delivery / Private PyPI non-main branch release (push) Has been skipped
tools_continuous_delivery / Private PyPI main branch release (push) Failing after 2m42s
Publish Promptflow Doc / Build (push) Has been cancelled
Publish Promptflow Doc / Deploy (push) Has been cancelled
87 lines
3.0 KiB
Markdown
87 lines
3.0 KiB
Markdown
# Reference
|
|
|
|
**Current stable version:**
|
|
|
|
- [promptflow](https://pypi.org/project/promptflow):
|
|
[](https://badge.fury.io/py/promptflow)
|
|
[](https://pypi.org/project/promptflow/)
|
|
- [promptflow-tracing](https://pypi.org/project/promptflow-tracing):
|
|
[](https://badge.fury.io/py/promptflow-tracing)
|
|
[](https://pypi.org/project/promptflow-tracing/)
|
|
- [promptflow-core](https://pypi.org/project/promptflow-core):
|
|
[](https://badge.fury.io/py/promptflow-core)
|
|
[](https://pypi.org/project/promptflow-core/)
|
|
- [promptflow-devkit](https://pypi.org/project/promptflow-devkit):
|
|
[](https://badge.fury.io/py/promptflow-devkit)
|
|
[](https://pypi.org/project/promptflow-devkit/)
|
|
- [promptflow-azure](https://pypi.org/project/promptflow-azure):
|
|
[](https://badge.fury.io/py/promptflow-azure)
|
|
[](https://pypi.org/project/promptflow-azure/)
|
|
- [promptflow-tools](https://pypi.org/project/promptflow-tools/):
|
|
[](https://badge.fury.io/py/promptflow-tools)
|
|
[](https://pypi.org/project/promptflow-tools/)
|
|
|
|
|
|
```{toctree}
|
|
:caption: Command Line Interface
|
|
:maxdepth: 1
|
|
|
|
pf-command-reference.md
|
|
pfazure-command-reference.md
|
|
|
|
```
|
|
|
|
```{toctree}
|
|
:caption: Python Library ChangeLog
|
|
:maxdepth: 1
|
|
|
|
changelog/promptflow
|
|
```
|
|
|
|
```{toctree}
|
|
:caption: Python Library Reference
|
|
:maxdepth: 1
|
|
|
|
python-library-reference/promptflow-tracing/promptflow
|
|
python-library-reference/promptflow-core/promptflow
|
|
python-library-reference/promptflow-devkit/promptflow
|
|
python-library-reference/promptflow-azure/promptflow
|
|
python-library-reference/promptflow-rag/promptflow
|
|
python-library-reference/promptflow-evals/promptflow
|
|
```
|
|
|
|
```{toctree}
|
|
:caption: Tool Reference
|
|
:maxdepth: 1
|
|
|
|
tools-reference/llm-tool
|
|
tools-reference/llm-vision-tool
|
|
tools-reference/prompt-tool
|
|
tools-reference/python-tool
|
|
tools-reference/serp-api-tool
|
|
tools-reference/faiss_index_lookup_tool
|
|
tools-reference/vector_db_lookup_tool
|
|
tools-reference/embedding_tool
|
|
tools-reference/open_model_llm_tool
|
|
tools-reference/openai-gpt-4v-tool
|
|
tools-reference/contentsafety_text_tool
|
|
tools-reference/aoai-gpt4-turbo-vision
|
|
tools-reference/rerank-tool
|
|
```
|
|
|
|
```{toctree}
|
|
:caption: YAML Schema
|
|
:maxdepth: 1
|
|
|
|
flow-yaml-schema-reference.md
|
|
run-yaml-schema-reference.md
|
|
|
|
```
|
|
|
|
```{toctree}
|
|
:caption: Trace Specification
|
|
:maxdepth: 1
|
|
|
|
trace-span-spec-reference.md
|
|
|
|
``` |