Skip to content

Conversation

@AliOsm
Copy link
Contributor

@AliOsm AliOsm commented Apr 11, 2025

This PR supports the query endpoint. I tested it on one of my projects and it is working as expected.

Sample:

Qdrant::Client.new(url: 'http://localhost:6333').points.query(
  collection_name: 'test',
  prefetch: [
    {
      query: dense_vector,
      using: 'dense',
      limit: 100
    },
    {
      query: {
        indices: sparse_indices,
        values: sparse_values
      },
      using: 'sparse',
      limit: 100
    }
  ],
  query: colbert_vectors,
  using: 'colbert',
  limit: 100
)

@andreibondarev andreibondarev requested a review from Copilot April 11, 2025 13:05
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

@andreibondarev
Copy link
Collaborator

@AliOsm Thank you!

@andreibondarev andreibondarev merged commit 72558cf into patterns-ai-core:main Apr 11, 2025
4 checks passed
@AliOsm AliOsm deleted the query-endpoint branch April 11, 2025 13:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants