File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1010
1111quotient = QuotientAI ()
1212quotient .tracer .init (
13- app_name = "openinference_test_openai " ,
14- environment = "local " ,
13+ app_name = "agno-search-app " ,
14+ environment = "dev " ,
1515 instruments = [AgnoInstrumentor ()],
1616)
1717
@@ -27,7 +27,7 @@ def run_agno():
2727 markdown = True ,
2828 )
2929
30- agent .run ("What is currently trending on Twitter?" )
30+ agent .print_response ("What is currently trending on Twitter?" )
3131
3232if __name__ == "__main__" :
3333 run_agno ()
Original file line number Diff line number Diff line change 1919
2020# Initialize tracing with Qdrant instrumentor
2121quotient .tracer .init (
22- app_name = "qdrant_tracing_example " ,
23- environment = "local " ,
22+ app_name = "qdrant-tracing-app " ,
23+ environment = "dev " ,
2424 instruments = [QdrantInstrumentor ()],
2525)
2626
@@ -181,4 +181,4 @@ def demonstrate_qdrant_remote():
181181 print ("- db.vector_count: number of vectors processed" )
182182 print ("- db.n_results: number of results returned" )
183183 print ("- db.query.retrieved_documents: JSON string of retrieved documents" )
184- print ("- db.operation.status: 'completed' or 'error'" )
184+ print ("- db.operation.status: 'completed' or 'error'" )
You can’t perform that action at this time.
0 commit comments