tmc / langchaingo

LangChain for Go, the easiest way to write LLM-based programs in Go
https://tmc.github.io/langchaingo/
MIT License
5k stars 642 forks source link

How does upsert work for Qdrant? #1057

Open vishr opened 4 weeks ago

vishr commented 4 weeks ago

I noticed that the upsertPoints() in Qdrant store generates a UUID each time. How will it handle updates in that case?