Using “Upsert” with Qdrant Vector Database
Upsert additional points with the next available index – add more vectors without recreating the collections. You’ll need to specify the next index, so here’s how to do it… Check Qdrant out here : https://qdrant.tech/documentation/quick-start/ Do the imports and and create the “client” Use client.get_collection() to retrieve the current status of the collection This will […]