Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save kacperlukawski/2ba05929f41649cbb9c7bdea1b0ea8db to your computer and use it in GitHub Desktop.

Select an option

Save kacperlukawski/2ba05929f41649cbb9c7bdea1b0ea8db to your computer and use it in GitHub Desktop.
client.recreate_collection(
collection_name="single_vector",
vectors_config=VectorParams(
size=100,
distance=Distance.COSINE,
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment