We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1224b0b commit 8357e3aCopy full SHA for 8357e3a
README.md
@@ -82,6 +82,9 @@ Langtrace automatically captures traces from the following vendors:
82
| Autogen | ❌ | ✅ |
83
| HiveAgent | ❌ | ✅ |
84
| Inspect AI | ❌ | ✅ |
85
+| Graphlit | ❌ | ✅ |
86
+| Phidata | ❌ | ✅ |
87
+| Arch | ❌ | ✅ |
88
89
### Vector Databases
90
| Database | TypeScript SDK | Python SDK |
pyproject.toml
@@ -61,6 +61,7 @@ dev = [
61
"google-cloud-aiplatform",
62
"mistralai",
63
"embedchain",
64
+ "phidata",
65
]
66
67
test = ["pytest", "pytest-vcr", "pytest-asyncio"]
0 commit comments