79146679

Date: 2024-11-01 01:03:53
Score: 2.5
Natty:
Report link

Based on the ChromaDB documentation https://cookbook.chromadb.dev/core/collections/#cloning-a-collection, directly updating a collection’s HNSW parameters and reindexing is not an option. Instead, the process requires cloning the collection, updating the parameters during the clone, and then replacing the original collection

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: morry