qdrant / qdrant-web-ui

Self-hosted web UI for Qdrant
Apache License 2.0
227 stars 83 forks source link

Auto completed document URL is wrong #250

Open cm-iwata opened 1 month ago

cm-iwata commented 1 month ago

When entering POST collections/:collection_name/points/search in the Web UI console, the documentation link is auto-completed, but this link is incorrect.

The generated link is https://api.qdrant.tech/api-reference/points/search-points, but this page does not exist, resulting in a 404 error. The correct link that should be generated is https://api.qdrant.tech/api-reference/search/points.

Similar link errors occur for other Search-related APIs, such as collections/:collection_name/points/search.

Anush008 commented 1 month ago

Hi @cm-iwata. Thanks for reporting. This is a known issue caused by re-organizing the endpoints at https://api.qdrant.tech. We're working on a fix for this.