<p align="center">
<img align="center" src="docs/docs/static/img/dspy_logo.png" width="460px" />
</p>
<p align="left">
## DSPy: _Programming_—not prompting—Foundation Models
**Documentation:** [DSPy Docs](https://dspy.ai/)
[![Downloads](https://static.pepy.tech/badge/dspy-ai)](https://pepy.tech/project/dspy-ai) [![Downloads](https://static.pepy.tech/badge/dspy/month)](https://pepy.tech/project/dspy)
----
DSPy is the framework for _programming—rather than prompting—language models_. It allows you to iterate fast on **building modular AI systems** and offers algorithms for **optimizing their prompts and weights**, whether you're building simple classifiers, sophisticated RAG pipelines, or Agent loops.
DSPy stands for Declarative Self-improving Python. Instead of brittle prompts, you write compositional _Python code_ and use DSPy to **teach your LM to deliver high-quality outputs**. Learn more via our [official documentation site](https://dspy.ai/) or meet the community, seek help, or start contributing via this GitHub repo and our [Discord server](https://discord.gg/XCGy2WDCQB).
## Documentation: [dspy.ai](https://dspy.ai)
**Please go to the [DSPy Docs at dspy.ai](https://dspy.ai)**
## Installation
```bash
pip install dspy
```
To install the very latest from `main`:
```bash
pip install git+https://github.com/stanfordnlp/dspy.git
````
## 📜 Citation & Reading More
**[Jun'24] [Optimizing Instructions and Demonstrations for Multi-Stage Language Model Programs](https://arxiv.org/abs/2406.11695)**
**[Oct'23] [DSPy: Compiling Declarative Language Model Calls into Self-Improving Pipelines](https://arxiv.org/abs/2310.03714)**
[Jul'24] [Fine-Tuning and Prompt Optimization: Two Great Steps that Work Better Together](https://arxiv.org/abs/2407.10930)
[Jun'24] [Prompts as Auto-Optimized Training Hyperparameters](https://arxiv.org/abs/2406.11706)
[Feb'24] [Assisting in Writing Wikipedia-like Articles From Scratch with Large Language Models](https://arxiv.org/abs/2402.14207)
[Jan'24] [In-Context Learning for Extreme Multi-Label Classification](https://arxiv.org/abs/2401.12178)
[Dec'23] [DSPy Assertions: Computational Constraints for Self-Refining Language Model Pipelines](https://arxiv.org/abs/2312.13382)
[Dec'22] [Demonstrate-Search-Predict: Composing Retrieval & Language Models for Knowledge-Intensive NLP](https://arxiv.org/abs/2212.14024.pdf)
To stay up to date or learn more, follow [@lateinteraction](https://twitter.com/lateinteraction) on Twitter.
The **DSPy** logo is designed by **Chuyi Zhang**.
If you use DSPy or DSP in a research paper, please cite our work as follows:
```
@inproceedings{khattab2024dspy,
title={DSPy: Compiling Declarative Language Model Calls into Self-Improving Pipelines},
author={Khattab, Omar and Singhvi, Arnav and Maheshwari, Paridhi and Zhang, Zhiyuan and Santhanam, Keshav and Vardhamanan, Sri and Haq, Saiful and Sharma, Ashutosh and Joshi, Thomas T. and Moazam, Hanna and Miller, Heather and Zaharia, Matei and Potts, Christopher},
journal={The Twelfth International Conference on Learning Representations},
year={2024}
}
@article{khattab2022demonstrate,
title={Demonstrate-Search-Predict: Composing Retrieval and Language Models for Knowledge-Intensive {NLP}},
author={Khattab, Omar and Santhanam, Keshav and Li, Xiang Lisa and Hall, David and Liang, Percy and Potts, Christopher and Zaharia, Matei},
journal={arXiv preprint arXiv:2212.14024},
year={2022}
}
```
<!-- You can also read more about the evolution of the framework from Demonstrate-Search-Predict to DSPy:
* [**DSPy Assertions: Computational Constraints for Self-Refining Language Model Pipelines**](https://arxiv.org/abs/2312.13382) (Academic Paper, Dec 2023)
* [**DSPy: Compiling Declarative Language Model Calls into Self-Improving Pipelines**](https://arxiv.org/abs/2310.03714) (Academic Paper, Oct 2023)
* [**Releasing DSPy, the latest iteration of the framework**](https://twitter.com/lateinteraction/status/1694748401374490946) (Twitter Thread, Aug 2023)
* [**Releasing the DSP Compiler (v0.1)**](https://twitter.com/lateinteraction/status/1625231662849073160) (Twitter Thread, Feb 2023)
* [**Introducing DSP**](https://twitter.com/lateinteraction/status/1617953413576425472) (Twitter Thread, Jan 2023)
* [**Demonstrate-Search-Predict: Composing retrieval and language models for knowledge-intensive NLP**](https://arxiv.org/abs/2212.14024.pdf) (Academic Paper, Dec 2022) -->
Raw data
{
"_id": null,
"home_page": "https://github.com/stanfordnlp/dsp",
"name": "dspy",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": null,
"author": "Omar Khattab",
"author_email": "okhattab@stanford.edu",
"download_url": "https://files.pythonhosted.org/packages/6b/2f/61bd4a6116f38f57e7a0bd0c90a833c2257006d1c8ac2f67b0c306bba9e5/dspy-2.5.43.tar.gz",
"platform": null,
"description": "<p align=\"center\">\n <img align=\"center\" src=\"docs/docs/static/img/dspy_logo.png\" width=\"460px\" />\n</p>\n<p align=\"left\">\n\n\n## DSPy: _Programming_\u2014not prompting\u2014Foundation Models\n\n**Documentation:** [DSPy Docs](https://dspy.ai/)\n\n[![Downloads](https://static.pepy.tech/badge/dspy-ai)](https://pepy.tech/project/dspy-ai) [![Downloads](https://static.pepy.tech/badge/dspy/month)](https://pepy.tech/project/dspy)\n\n\n----\n\nDSPy is the framework for _programming\u2014rather than prompting\u2014language models_. It allows you to iterate fast on **building modular AI systems** and offers algorithms for **optimizing their prompts and weights**, whether you're building simple classifiers, sophisticated RAG pipelines, or Agent loops.\n\nDSPy stands for Declarative Self-improving Python. Instead of brittle prompts, you write compositional _Python code_ and use DSPy to **teach your LM to deliver high-quality outputs**. Learn more via our [official documentation site](https://dspy.ai/) or meet the community, seek help, or start contributing via this GitHub repo and our [Discord server](https://discord.gg/XCGy2WDCQB).\n\n\n## Documentation: [dspy.ai](https://dspy.ai)\n\n\n**Please go to the [DSPy Docs at dspy.ai](https://dspy.ai)**\n\n\n## Installation\n\n\n```bash\npip install dspy\n```\n\nTo install the very latest from `main`:\n\n```bash\npip install git+https://github.com/stanfordnlp/dspy.git\n````\n\n\n\n\n## \ud83d\udcdc Citation & Reading More\n\n**[Jun'24] [Optimizing Instructions and Demonstrations for Multi-Stage Language Model Programs](https://arxiv.org/abs/2406.11695)** \n**[Oct'23] [DSPy: Compiling Declarative Language Model Calls into Self-Improving Pipelines](https://arxiv.org/abs/2310.03714)** \n[Jul'24] [Fine-Tuning and Prompt Optimization: Two Great Steps that Work Better Together](https://arxiv.org/abs/2407.10930) \n[Jun'24] [Prompts as Auto-Optimized Training Hyperparameters](https://arxiv.org/abs/2406.11706) \n[Feb'24] [Assisting in Writing Wikipedia-like Articles From Scratch with Large Language Models](https://arxiv.org/abs/2402.14207) \n[Jan'24] [In-Context Learning for Extreme Multi-Label Classification](https://arxiv.org/abs/2401.12178) \n[Dec'23] [DSPy Assertions: Computational Constraints for Self-Refining Language Model Pipelines](https://arxiv.org/abs/2312.13382) \n[Dec'22] [Demonstrate-Search-Predict: Composing Retrieval & Language Models for Knowledge-Intensive NLP](https://arxiv.org/abs/2212.14024.pdf)\n\nTo stay up to date or learn more, follow [@lateinteraction](https://twitter.com/lateinteraction) on Twitter.\n\nThe **DSPy** logo is designed by **Chuyi Zhang**.\n\nIf you use DSPy or DSP in a research paper, please cite our work as follows:\n\n```\n@inproceedings{khattab2024dspy,\n title={DSPy: Compiling Declarative Language Model Calls into Self-Improving Pipelines},\n author={Khattab, Omar and Singhvi, Arnav and Maheshwari, Paridhi and Zhang, Zhiyuan and Santhanam, Keshav and Vardhamanan, Sri and Haq, Saiful and Sharma, Ashutosh and Joshi, Thomas T. and Moazam, Hanna and Miller, Heather and Zaharia, Matei and Potts, Christopher},\n journal={The Twelfth International Conference on Learning Representations},\n year={2024}\n}\n@article{khattab2022demonstrate,\n title={Demonstrate-Search-Predict: Composing Retrieval and Language Models for Knowledge-Intensive {NLP}},\n author={Khattab, Omar and Santhanam, Keshav and Li, Xiang Lisa and Hall, David and Liang, Percy and Potts, Christopher and Zaharia, Matei},\n journal={arXiv preprint arXiv:2212.14024},\n year={2022}\n}\n```\n\n<!-- You can also read more about the evolution of the framework from Demonstrate-Search-Predict to DSPy:\n\n* [**DSPy Assertions: Computational Constraints for Self-Refining Language Model Pipelines**](https://arxiv.org/abs/2312.13382) (Academic Paper, Dec 2023) \n* [**DSPy: Compiling Declarative Language Model Calls into Self-Improving Pipelines**](https://arxiv.org/abs/2310.03714) (Academic Paper, Oct 2023) \n* [**Releasing DSPy, the latest iteration of the framework**](https://twitter.com/lateinteraction/status/1694748401374490946) (Twitter Thread, Aug 2023)\n* [**Releasing the DSP Compiler (v0.1)**](https://twitter.com/lateinteraction/status/1625231662849073160) (Twitter Thread, Feb 2023)\n* [**Introducing DSP**](https://twitter.com/lateinteraction/status/1617953413576425472) (Twitter Thread, Jan 2023)\n* [**Demonstrate-Search-Predict: Composing retrieval and language models for knowledge-intensive NLP**](https://arxiv.org/abs/2212.14024.pdf) (Academic Paper, Dec 2022) -->\n\n\n\n",
"bugtrack_url": null,
"license": "MIT License",
"summary": "DSPy",
"version": "2.5.43",
"project_urls": {
"Homepage": "https://github.com/stanfordnlp/dsp"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "82de2ca5421f490af3767d7993ff71da995eb97f8036a57005be22e1590c24dc",
"md5": "b1f7fb9ae0cde5bdc323e92a66f490b9",
"sha256": "fe04b7188b5185db20d4b75e646b8d831fa8a50a0f8693b1d6317d33b0e02508"
},
"downloads": -1,
"filename": "dspy-2.5.43-py3-none-any.whl",
"has_sig": false,
"md5_digest": "b1f7fb9ae0cde5bdc323e92a66f490b9",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 345202,
"upload_time": "2024-12-13T15:02:33",
"upload_time_iso_8601": "2024-12-13T15:02:33.705423Z",
"url": "https://files.pythonhosted.org/packages/82/de/2ca5421f490af3767d7993ff71da995eb97f8036a57005be22e1590c24dc/dspy-2.5.43-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6b2f61bd4a6116f38f57e7a0bd0c90a833c2257006d1c8ac2f67b0c306bba9e5",
"md5": "84f2d9ab30d1e0745177eec5859e63e3",
"sha256": "cdae20d2b2e6cba46c9cdc2220dc6315ef1a375baa4fcaf61e5ca2943a9205be"
},
"downloads": -1,
"filename": "dspy-2.5.43.tar.gz",
"has_sig": false,
"md5_digest": "84f2d9ab30d1e0745177eec5859e63e3",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 263024,
"upload_time": "2024-12-13T15:02:35",
"upload_time_iso_8601": "2024-12-13T15:02:35.369783Z",
"url": "https://files.pythonhosted.org/packages/6b/2f/61bd4a6116f38f57e7a0bd0c90a833c2257006d1c8ac2f67b0c306bba9e5/dspy-2.5.43.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-13 15:02:35",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "stanfordnlp",
"github_project": "dsp",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "anyio",
"specs": []
},
{
"name": "asyncer",
"specs": [
[
"==",
"0.0.8"
]
]
},
{
"name": "backoff",
"specs": []
},
{
"name": "cachetools",
"specs": []
},
{
"name": "cloudpickle",
"specs": []
},
{
"name": "datasets",
"specs": []
},
{
"name": "diskcache",
"specs": []
},
{
"name": "httpx",
"specs": []
},
{
"name": "jinja2",
"specs": []
},
{
"name": "joblib",
"specs": [
[
"~=",
"1.3"
]
]
},
{
"name": "json-repair",
"specs": []
},
{
"name": "litellm",
"specs": [
[
"==",
"1.55.3"
]
]
},
{
"name": "magicattr",
"specs": [
[
"~=",
"0.1.6"
]
]
},
{
"name": "openai",
"specs": []
},
{
"name": "optuna",
"specs": []
},
{
"name": "pandas",
"specs": []
},
{
"name": "pydantic",
"specs": [
[
"~=",
"2.0"
]
]
},
{
"name": "regex",
"specs": []
},
{
"name": "requests",
"specs": []
},
{
"name": "tenacity",
"specs": [
[
">=",
"8.2.3"
]
]
},
{
"name": "tqdm",
"specs": []
},
{
"name": "ujson",
"specs": []
}
],
"lcname": "dspy"
}