spring-projects / spring-ai

An Application Framework for AI Engineering
https://docs.spring.io/spring-ai/reference/1.0-SNAPSHOT/index.html
Apache License 2.0
2.35k stars 540 forks source link

Add default collection name to Qdrant #716

Closed eddumelendez closed 1 month ago

eddumelendez commented 1 month ago

Add a default collection name similar to other vector store implementations. Currently, when using starters, qdrant requires a collection name. Otherwise, it fails.

tzolov commented 1 month ago

Thanks @eddumelendez