Skip to content

Commit

Permalink
docs(readme): contributors list; links to LLM providers (traceloop#2102)
Browse files Browse the repository at this point in the history
Co-authored-by: Nir Gazit <[email protected]>
  • Loading branch information
kushal34712 and nirga authored Oct 8, 2024
1 parent 9daa0e8 commit a1b82d8
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 26 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
Thanks for taking the time to contribute! 😃 🚀

Please refer to our [Contributing Guide](https://traceloop.com/docs/openllmetry/contributing/overview) for instructions on how to contribute.

57 changes: 31 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,44 +107,42 @@ See [our docs](https://traceloop.com/docs/openllmetry/integrations/exporting) fo

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.

### LLM Providers

- ✅ OpenAI / Azure OpenAI
- ✅ Anthropic
- ✅ Cohere
- ✅ Ollama
- ✅ Mistral AI
- ✅ HuggingFace
- ✅ Bedrock (AWS)
- ✅ SageMaker (AWS)
- ✅ Replicate
- ✅ Vertex AI (GCP)
- ✅ Google Generative AI (Gemini)
- ✅ IBM Watsonx AI
- ✅ Together AI
- ✅ Aleph Alpha
- ✅ Groq
-[OpenAI / Azure OpenAI](https://openai.com/)
-[Anthropic](https://www.anthropic.com/)
-[Cohere](https://cohere.com/)
-[Ollama](https://ollama.com/)
-[Mistral AI](https://mistral.ai/)
-[HuggingFace](https://huggingface.co/)
-[Bedrock (AWS)](https://aws.amazon.com/bedrock/)
-[SageMaker (AWS)](https://aws.amazon.com/sagemaker/)
-[Replicate](https://replicate.com/)
-[Vertex AI (GCP)](https://cloud.google.com/vertex-ai)
-[Google Generative AI (Gemini)](https://ai.google/)
-[IBM Watsonx AI](https://www.ibm.com/watsonx)
-[Together AI](https://together.xyz/)
-[Aleph Alpha](https://www.aleph-alpha.com/)
-[Groq](https://groq.com/)

### Vector DBs

- ✅ Chroma
- ✅ Pinecone
- ✅ Qdrant
- ✅ Weaviate
- ✅ Milvus
- ✅ Marqo
- ✅ LanceDB
-[Chroma](https://www.trychroma.com/)
-[Pinecone](https://www.pinecone.io/)
-[Qdrant](https://qdrant.tech/)
-[Weaviate](https://weaviate.io/)
-[Milvus](https://milvus.io/)
-[Marqo](https://marqo.ai/)
-[LanceDB](https://lancedb.com/)

### Frameworks

- ✅ LangChain
-[LangChain](https://python.langchain.com/docs/introduction/)
-[LlamaIndex](https://docs.llamaindex.ai/en/stable/module_guides/observability/observability.html#openllmetry)
-[Haystack](https://haystack.deepset.ai/integrations/traceloop)
-[LiteLLM](https://docs.litellm.ai/docs/observability/traceloop_integration)

## 🌱 Contributing

Whether it's big or small, we love contributions ❤️ Check out our guide to see how to [get started](https://traceloop.com/docs/openllmetry/contributing/overview).
Whether big or small, we love contributions ❤️ Check out our guide to see how to [get started](https://traceloop.com/docs/openllmetry/contributing/overview).

Not sure where to get started? You can:

Expand All @@ -161,3 +159,10 @@ Not sure where to get started? You can:
## 🙏 Special Thanks

To @patrickdebois, who [suggested the great name](https://x.com/patrickdebois/status/1695518950715473991?s=46&t=zn2SOuJcSVq-Pe2Ysevzkg) we're now using for this repo!

## 💫 Contributors

<a href="https://github.com/traceloop/openllmetry/graphs/contributors">
<img alt="contributors" src="https://contrib.rocks/image?repo=traceloop/openllmetry"/>
</a>

0 comments on commit a1b82d8

Please sign in to comment.