Skip to main content
By default, search excludes vector data from results. To include the actual vector embeddings, set with_vectors=True. Include vectors when you:
  • Need embeddings for additional processing.
  • Want to perform secondary similarity calculations.
  • Require raw embedding data in your app.
Including vectors significantly increases response size, so only request them when necessary.
Each result includes these fields:
  • id: The unique identifier of the matching point.
  • score: Similarity score based on distance metric.
  • payload: Full metadata dictionary for the point.
  • vector: The complete vector embedding array.