pipedream icon indicating copy to clipboard operation
pipedream copied to clipboard

[Components] qdrant

Open pipedream-component-development opened this issue 1 year ago • 1 comments

qdrant

URLs

  • https://qdrant.github.io/qdrant/redoc/index.html

Actions

delete-points

Prompt

Removes specific points from a collection. Required props: collection ID, points IDs.

URLs

  • https://qdrant.github.io/qdrant/redoc/v1.9.x/openapi.json
  • https://qdrant.github.io/qdrant/redoc/index.html?v=master
  • https://qdrant.github.io/qdrant/redoc/index.html?v=v1.9.x
  • https://qdrant.github.io/qdrant/redoc/index.html?v=v1.8.x
  • https://qdrant.github.io/qdrant/redoc/index.html?v=v1.7.x
  • https://qdrant.github.io/qdrant/redoc/index.html?v=v1.6.x
  • https://qdrant.github.io/qdrant/redoc/index.html?v=v1.5.x
  • https://qdrant.github.io/qdrant/redoc/index.html?v=v1.4.x
  • https://qdrant.github.io/qdrant/redoc/index.html?v=v1.3.x
  • https://qdrant.github.io/qdrant/redoc/index.html?v=v1.2.x
  • https://qdrant.github.io/qdrant/redoc/index.html?v=v1.1.3
  • https://qdrant.github.io/qdrant/redoc/index.html?v=v1.1.2
  • https://qdrant.github.io/qdrant/redoc/index.html?v=v1.1.1
  • https://qdrant.github.io/qdrant/redoc/index.html?v=v1.1.0
  • https://qdrant.github.io/qdrant/redoc/index.html?v=v1.0.3
  • https://qdrant.github.io/qdrant/redoc/index.html?v=v1.0.2
  • https://qdrant.github.io/qdrant/redoc/index.html?v=v1.0.1

upload-point

Prompt

Adds a single point to a specific collection. Required props: collection ID, point data. Optional props: point ID.

URLs

  • https://qdrant.github.io/qdrant/redoc/v1.9.x/openapi.json

search-points

Prompt

Finds the most similar vectors within a collection. Required props: collection ID, vectors. Optional props: search parameters.

URLs

  • https://qdrant.github.io/qdrant/redoc/index.html
  • https://qdrant.github.io/qdrant/redoc/index.html?v=master
  • https://qdrant.github.io/qdrant/redoc/v1.9.x/openapi.json

Hello everyone, I have tested this PR and there're some test cases failed or needed improvement.

Please check the test report below for more information https://vunguyenhung.notion.site/Components-qdrant-4a2e618f59a54af285ab8e72c2af8143

vunguyenhung avatar May 28 '24 05:05 vunguyenhung

Hi everyone, all test cases are passed! Ready for release!

Test report https://vunguyenhung.notion.site/Components-qdrant-4a2e618f59a54af285ab8e72c2af8143

vunguyenhung avatar Jun 06 '24 08:06 vunguyenhung