traceloop / traceloop/openllmetry

🚀 Feature: Instrument more query_* methods

Open
#3,174 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
7.4k
Forks
1.1k
Avg merge
8d 14h
Merged PRs (30d)
2

Description

Which component is this feature for?

Qdrant Instrumentation

🔖 Feature description

Add new query methods

  • query_batch_points
  • query_points
  • query_points_groups
🎤 Why is this feature needed ?

These new methods are added to qdrant-client.
Especially search method is deprecated and will be removed in the future.

✌️ How do you aim to achieve this?

We simply need to update qdrant_client_methods.json and async_qdrant_client_methods.json with new methods

🔄️ Additional Information

No response

👀 Have you spent some time to check if this feature request has been raised before?
  • I checked and didn't find similar issue
Are you willing to submit PR?

Yes I am willing to submit a PR!

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by inspecting qdrant_client_methods.json and async_qdrant_client_methods.json, comparing their existing entries with the qdrant-client methods named in the issue. Done means query_batch_points, query_points, and query_points_groups are included in both method lists, while the deprecated search method remains addressed as described by the current configuration.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
observability
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
58/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.