Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(llamaindex.TS): llama-index-ts initial package creation #497

Merged
merged 9 commits into from
May 29, 2024

Conversation

mikeldking
Copy link
Contributor

@mikeldking mikeldking commented May 25, 2024

resolves #496

Initial scaffolding for instrumentation for llamaindex.TS. Adds spans for query.

Note: this uses patching because the Callback manager for llamaindex.ts seems extremely rudimentary and probably will not cover all cases. It also is not documented in any notable way

Comment on lines -35 to -38
"@opentelemetry/resources": "^1.19.0",
"@opentelemetry/sdk-trace-base": "^1.19.0",
"@opentelemetry/sdk-trace-node": "^1.19.0",
"@opentelemetry/semantic-conventions": "^1.19.0",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

moved down to the workspace level since they should be shared

@mikeldking mikeldking changed the title feat: llama-index-ts initial package creation feat(llamaindex.TS): llama-index-ts initial package creation May 28, 2024
@mikeldking mikeldking marked this pull request as ready for review May 28, 2024 20:49
@dosubot dosubot bot added the size:L This PR changes 100-499 lines, ignoring generated files. label May 28, 2024
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label May 29, 2024
@mikeldking mikeldking merged commit 787abb3 into llama-index-ts May 29, 2024
3 checks passed
@mikeldking mikeldking deleted the llama-index-setup branch May 29, 2024 01:13
Parker-Stafford added a commit that referenced this pull request Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm This PR has been approved by a maintainer size:L This PR changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants