Skip to content

Commit

Permalink
Fix minor issues with description and keywords (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartik1397 authored Jan 27, 2024
1 parent 4b629f5 commit a67e5d3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
5 changes: 2 additions & 3 deletions packages/instrumentation-llamaindex/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@traceloop/instrumentation-llamaindex",
"version": "0.2.0",
"description": "OpenTelemetry ai-specific semantic conventions",
"description": "Llamaindex Instrumentation",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"repository": "traceloop/openllmetry-js",
Expand All @@ -15,8 +15,7 @@
"opentelemetry",
"nodejs",
"tracing",
"attributes",
"semantic conventions"
"llamaindex"
],
"author": "Traceloop",
"license": "Apache-2.0",
Expand Down
5 changes: 2 additions & 3 deletions packages/instrumentation-openai/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@traceloop/instrumentation-openai",
"version": "0.2.0",
"description": "OpenTelemetry ai-specific semantic conventions",
"description": "OpenAI Instrumentaion",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"repository": "traceloop/openllmetry-js",
Expand All @@ -14,8 +14,7 @@
"opentelemetry",
"nodejs",
"tracing",
"attributes",
"semantic conventions"
"openai"
],
"author": "Traceloop",
"license": "Apache-2.0",
Expand Down
3 changes: 1 addition & 2 deletions packages/instrumentation-vertexai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
"opentelemetry",
"nodejs",
"tracing",
"attributes",
"semantic conventions"
"vertexai"
],
"author": "Swaroop<[email protected]>",
"license": "Apache-2.0",
Expand Down
1 change: 1 addition & 0 deletions packages/sample-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"run:prompt_mgmt": "npm run build && node dist/src/sample_prompt_mgmt.js",
"run:sample_vision": "npm run build && node dist/src/sample_vision_prompt.js",
"run:sampler": "npm run build && node dist/src/sample_sampler.js",
"run:llamaindex": "npm run build && node dist/src/sample_llamaindex.js",
"lint": "eslint . --ext .ts",
"lint:fix": "eslint . --ext .ts --fix"
},
Expand Down

0 comments on commit a67e5d3

Please sign in to comment.