qdrant-php icon indicating copy to clipboard operation
qdrant-php copied to clipboard

Endpoints

Open hkulekci opened this issue 3 years ago • 2 comments

Collections

  • [x] GET List collections
  • [x] GET Collection info
  • [x] PUT Create collection
  • [x] PATCH Update collection parameters
  • [x] DEL Delete collection
  • [x] POST Update aliases of the collections
  • [x] PUT Create index for field in collection
  • [ ] DEL Delete index for field in collection
  • [x] GET Collection cluster info
  • [ ] POST Update collection cluster setup
  • [x] GET List aliases for collection
  • [x] GET List collections aliases
  • [ ] PUT Recover from a snapshot
  • [x] GET List collection snapshots
  • [ ] POST Create collection snapshot
  • [x] DEL Delete collection snapshot
  • [ ] GET Download collection snapshot

Points

  • [x] GET Get point
  • [x] POST Get points
  • [x] PUT Upsert points
  • [x] POST Delete points
  • [x] POST Set payload
  • [ ] PUT Overwrite payload
  • [x] POST Delete payload
  • [x] POST Clear payload
  • [ ] POST Batch Update Point
  • [x] POST Scroll points
  • [x] POST Search points
  • [ ] POST Search batch points
  • [x] POST Recommend points https://github.com/hkulekci/qdrant-php/pull/18
  • [ ] POST Recommend batch points
  • [x] POST Count points

Cluster

  • [x] GET Get cluster status info
  • [x] POST Tries to recover current peer Raft state.
  • [x] DEL Remove peer from the cluster
  • [x] GET Collection cluster info
  • [ ] POST Update collection cluster setup

Snapshots

  • [ ] PUT Recover from a snapshot
  • [x] GET List collection snapshots
  • [x] POST Create collection snapshot
  • [x] DEL Delete collection snapshot
  • [ ] GET Download collection snapshot
  • [x] GET List of storage snapshots
  • [x] POST Create storage snapshot
  • [x] DEL Delete storage snapshot
  • [ ] GET Download storage snapshot

Service

  • [x] GET Collect telemetry data
  • [ ] GET Collect Prometheus metrics data
  • [x] POST Set lock options
  • [x] GET Get lock options

hkulekci avatar Mar 24 '23 20:03 hkulekci

Hi @hkulekci have been loving using your php wrapper, is it on your roadmap or are you open to suggestions for getting the lasts endpoints in the wrapper? This like updating points are where i am hitting trouble now and would love to continue using the wrapper.

Thanks for the hard work :)

LarsWiegers avatar Oct 08 '24 18:10 LarsWiegers

Hello @LarsWiegers, thank you for your kind words! I’m glad to hear that you’re enjoying using the PHP wrapper. I’m definitely open to suggestions and contributions to help update it. I’m aware that there are some missing endpoints and legacy configurations, and I try to update them whenever possible. If you have the time, feel free to create a PR, and we can collaborate on refining and merging it together!

hkulekci avatar Oct 10 '24 12:10 hkulekci