From 03fcb909d8f5a7e98bfde48ef8c95f0b671ad741 Mon Sep 17 00:00:00 2001 From: Patcher Date: Sat, 23 Nov 2024 10:35:14 -0500 Subject: [PATCH 1/2] Update dspy-usecases.md --- docs/docs/dspy-usecases.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/dspy-usecases.md b/docs/docs/dspy-usecases.md index e791d0ca95..5082441127 100644 --- a/docs/docs/dspy-usecases.md +++ b/docs/docs/dspy-usecases.md @@ -103,6 +103,7 @@ TODO: This list in particular is highly incomplete. There are a couple dozen oth | **LlamaIndex** | [Link](https://github.com/stanfordnlp/dspy/blob/main/examples/llamaindex/dspy_llamaindex_rag.ipynb) | | **Langtrace** | [Link](https://docs.langtrace.ai/supported-integrations/llm-frameworks/dspy) | | **Langfuse** | [Link](https://langfuse.com/docs/integrations/dspy) | +| **OpenLIT** | [Link](https://docs.openlit.io/latest/integrations/dspy) | ## A Few Blogs & Videos on using DSPy From 525f728050d4d55f9e72aca9377f40ddab23b24a Mon Sep 17 00:00:00 2001 From: Patcher Date: Sat, 23 Nov 2024 10:37:22 -0500 Subject: [PATCH 2/2] Update use-cases.md --- docs/docs/community/use-cases.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/community/use-cases.md b/docs/docs/community/use-cases.md index bbdf3fbe47..c89510fb06 100644 --- a/docs/docs/community/use-cases.md +++ b/docs/docs/community/use-cases.md @@ -103,5 +103,6 @@ TODO: This list in particular is highly incomplete. There are a couple dozen oth | **LlamaIndex** | [Link](https://github.com/stanfordnlp/dspy/blob/main/examples/llamaindex/dspy_llamaindex_rag.ipynb) | | **Langtrace** | [Link](https://docs.langtrace.ai/supported-integrations/llm-frameworks/dspy) | | **Langfuse** | [Link](https://langfuse.com/docs/integrations/dspy) | +| **OpenLIT** | [Link](https://docs.openlit.io/latest/integrations/dspy) | Credit: Some of these resources were originally compiled in the [Awesome DSPy](https://github.com/ganarajpr/awesome-dspy/tree/master) repo.