Skip to content

Commit

Permalink
chore(dspy): update readme and usecases
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacbmiller committed Aug 22, 2024
1 parent 425b6f0 commit bbfa27b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

**Documentation:** [DSPy Docs](https://dspy-docs.vercel.app/)

**How is DSPy Used?:** [DSPy Use Cases](https://dspy-docs.vercel.app/docs/dspy-usecases)
**How is DSPy Used?:** [DSPy Use Cases](docs/docs/dspy-usecases.md)

[![Downloads](https://static.pepy.tech/badge/dspy-ai)](https://pepy.tech/project/dspy-ai) [![Downloads](https://static.pepy.tech/badge/dspy-ai/month)](https://pepy.tech/project/dspy-ai)

Expand Down
4 changes: 4 additions & 0 deletions docs/docs/dspy-usecases.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# DSPy Use Cases

We often get questions of "Is DSPy used in production?" or "How are people using DSPy in production?" and this list was created to answer these questions.

This list is ever expanding and highly incomplete (WIP)! We'll be adding a bunch more. If you would like to add your company to the list, please make a PR.

## Company Use Cases
Expand All @@ -16,6 +18,7 @@ This list is ever expanding and highly incomplete (WIP)! We'll be adding a bunch
| **[Tessel AI](https://tesselai.com/)** | Enhancing human-machine interaction with data use cases. |
| **[RadiantLogic](https://www.radiantlogic.com/)** | AI Data Assistant. DSPy is used for the agent that routes the query, the context extraction module, the text-to-sql conversion engine, and the table summarization module. |
| **[Starops](https://staropshq.com/) & [Saya](https://heysaya.ai/)** | Building research documents given a user's corpus. Generate prompts to create more articles from example articles. |
| **[Hyperlint](https://hyperlint.com)** | Uses DSPy to generate technical documentation. DSPy helps to fetch relevant information and synthesize that into tutorials. |

## Providers and Integrations

Expand All @@ -40,6 +43,7 @@ This list is ever expanding and highly incomplete (WIP)! We'll be adding a bunch
| **[AI Agents that Matter](https://arxiv.org/abs/2407.01502v1)** | Agent efficiency optimization |
| **[Prompts as Auto-Optimized Training Hyperparameters (PATH)](https://arxiv.org/abs/2406.11706)** | Training Best-in-Class IR Models from Scratch with 10 Gold Labels |
| **[Empathetic Dialogues for English learning (EDEN)](https://arxiv.org/abs/2406.17982v1)** | Uses adaptive empathetic feedback to improve student grit |
| **[ECG-Chat](https://arxiv.org/pdf/2408.08849)** | Uses DSPy with GraphRAG for medical report generation |

## Repositories about DSPy

Expand Down

0 comments on commit bbfa27b

Please sign in to comment.