File size: 2,553 Bytes
dab084d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | {
"observability_x_provider": [
{"observability_tool": "Arize AI", "OpenAI": "Full", "Anthropic": "Full", "Google": "Full", "Mistral": "Partial", "Llama": "Full", "Cohere": "Partial"},
{"observability_tool": "Langfuse", "OpenAI": "Full", "Anthropic": "Full", "Google": "Full", "Mistral": "Full", "Llama": "Full", "Cohere": "Full"},
{"observability_tool": "Helicone", "OpenAI": "Full", "Anthropic": "Full", "Google": "Full", "Mistral": "Full", "Llama": "Partial", "Cohere": "Partial"},
{"observability_tool": "LangSmith", "OpenAI": "Full", "Anthropic": "Full", "Google": "Full", "Mistral": "Full", "Llama": "Full", "Cohere": "Full"},
{"observability_tool": "W&B Weave", "OpenAI": "Full", "Anthropic": "Full", "Google": "Partial", "Mistral": "Partial", "Llama": "Full", "Cohere": "None"},
{"observability_tool": "WhyLabs", "OpenAI": "Full", "Anthropic": "Full", "Google": "Partial", "Mistral": "None", "Llama": "Full", "Cohere": "None"}
],
"orchestration_x_observability": [
{"orchestration": "LangChain", "Langfuse": "Full", "LangSmith": "Full", "Arize": "Full", "Helicone": "Full", "W&B_Weave": "Full", "WhyLabs": "Partial"},
{"orchestration": "LlamaIndex", "Langfuse": "Full", "LangSmith": "Partial", "Arize": "Full", "Helicone": "Partial", "W&B_Weave": "Partial", "WhyLabs": "Partial"},
{"orchestration": "DSPy", "Langfuse": "Partial", "LangSmith": "None", "Arize": "Partial", "Helicone": "None", "W&B_Weave": "Partial", "WhyLabs": "None"},
{"orchestration": "Haystack", "Langfuse": "Full", "LangSmith": "None", "Arize": "Partial", "Helicone": "None", "W&B_Weave": "None", "WhyLabs": "None"},
{"orchestration": "Semantic Kernel", "Langfuse": "Partial", "LangSmith": "None", "Arize": "Partial", "Helicone": "None", "W&B_Weave": "None", "WhyLabs": "None"}
],
"vectordb_x_orchestration": [
{"vector_db": "Pinecone", "LangChain": "Full", "LlamaIndex": "Full", "DSPy": "Full", "Haystack": "Full", "Semantic_Kernel": "Full"},
{"vector_db": "Weaviate", "LangChain": "Full", "LlamaIndex": "Full", "DSPy": "Partial", "Haystack": "Full", "Semantic_Kernel": "Partial"},
{"vector_db": "Qdrant", "LangChain": "Full", "LlamaIndex": "Full", "DSPy": "Partial", "Haystack": "Full", "Semantic_Kernel": "Partial"},
{"vector_db": "Chroma", "LangChain": "Full", "LlamaIndex": "Full", "DSPy": "Full", "Haystack": "Partial", "Semantic_Kernel": "Partial"},
{"vector_db": "pgvector", "LangChain": "Full", "LlamaIndex": "Full", "DSPy": "Partial", "Haystack": "Partial", "Semantic_Kernel": "Full"}
]
}
|