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 faa2d3f commit 47cfc23Copy full SHA for 47cfc23
src/examples/milvus_example/main.py
@@ -4,7 +4,7 @@
4
from dotenv import load_dotenv
5
6
load_dotenv()
7
-langtrace.init(write_spans_to_console=False)
+langtrace.init()
8
9
client = MilvusClient("milvus_demo.db")
10
0 commit comments