Skip to content

Commit 88f61bc

Browse files
authored
docs(readme): update supported frameworks (#3468)
1 parent 1c60d19 commit 88f61bc

File tree

1 file changed

+19
-17
lines changed

1 file changed

+19
-17
lines changed

README.md

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -117,43 +117,45 @@ See [our docs](https://traceloop.com/docs/openllmetry/integrations/exporting) fo
117117

118118
OpenLLMetry can instrument everything that [OpenTelemetry already instruments](https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation) - so things like your DB, API calls, and more. On top of that, we built a set of custom extensions that instrument things like your calls to OpenAI or Anthropic, or your Vector DB like Chroma, Pinecone, Qdrant or Weaviate.
119119

120-
-[OpenAI / Azure OpenAI](https://openai.com/)
120+
-[Aleph Alpha](https://www.aleph-alpha.com/)
121121
-[Anthropic](https://www.anthropic.com/)
122-
-[Cohere](https://cohere.com/)
123-
-[Ollama](https://ollama.com/)
124-
-[Mistral AI](https://mistral.ai/)
125-
-[HuggingFace](https://huggingface.co/)
126122
-[Bedrock (AWS)](https://aws.amazon.com/bedrock/)
127-
-[SageMaker (AWS)](https://aws.amazon.com/sagemaker/)
128-
-[Replicate](https://replicate.com/)
129-
-[Vertex AI (GCP)](https://cloud.google.com/vertex-ai)
123+
-[Cohere](https://cohere.com/)
130124
-[Google Generative AI (Gemini)](https://ai.google/)
125+
-[Groq](https://groq.com/)
126+
-[HuggingFace](https://huggingface.co/)
131127
-[IBM Watsonx AI](https://www.ibm.com/watsonx)
128+
-[Mistral AI](https://mistral.ai/)
129+
-[Ollama](https://ollama.com/)
130+
-[OpenAI / Azure OpenAI](https://openai.com/)
131+
-[Replicate](https://replicate.com/)
132+
-[SageMaker (AWS)](https://aws.amazon.com/sagemaker/)
132133
-[Together AI](https://together.xyz/)
133-
-[Aleph Alpha](https://www.aleph-alpha.com/)
134-
-[Groq](https://groq.com/)
134+
-[Vertex AI (GCP)](https://cloud.google.com/vertex-ai)
135135
-[WRITER](https://writer.com/)
136136

137137
### Vector DBs
138138

139139
-[Chroma](https://www.trychroma.com/)
140+
-[LanceDB](https://lancedb.com/)
141+
-[Marqo](https://marqo.ai/)
142+
-[Milvus](https://milvus.io/)
140143
-[Pinecone](https://www.pinecone.io/)
141144
-[Qdrant](https://qdrant.tech/)
142145
-[Weaviate](https://weaviate.io/)
143-
-[Milvus](https://milvus.io/)
144-
-[Marqo](https://marqo.ai/)
145-
-[LanceDB](https://lancedb.com/)
146146

147147
### Frameworks
148148

149+
-[Agno](https://github.com/agno-agi/agno)
150+
-[AWS Strands](https://strandsagents.com/) (built-in OTEL support)
151+
-[CrewAI](https://docs.crewai.com/introduction)
152+
-[Haystack](https://haystack.deepset.ai/integrations/traceloop)
149153
-[LangChain](https://python.langchain.com/docs/introduction/)
154+
-[Langflow](https://docs.langflow.org/)
150155
-[LangGraph](https://langchain-ai.github.io/langgraph/concepts/why-langgraph/)
151-
-[LlamaIndex](https://docs.llamaindex.ai/en/stable/module_guides/observability/observability.html#openllmetry)
152-
-[Haystack](https://haystack.deepset.ai/integrations/traceloop)
153156
-[LiteLLM](https://docs.litellm.ai/docs/observability/opentelemetry_integration)
154-
-[CrewAI](https://docs.crewai.com/introduction)
157+
-[LlamaIndex](https://docs.llamaindex.ai/en/stable/module_guides/observability/observability.html#openllmetry)
155158
-[OpenAI Agents](https://openai.github.io/openai-agents-python/)
156-
-[Langflow](https://docs.langflow.org/)
157159

158160
### Protocol
159161

0 commit comments

Comments
 (0)