• Collapses all VectorStore similaritySearch metdods into one with SearchRequest builder.
  • Fix all affected code and tests.
  • Bump the project version to 0.7.1.
  • Adds Boot Auto-Configuraitons for milvus, pinecone and pgvector stores.

Resolves# https://github.com/spring-projects-experimental/spring-ai/issues/95, https://github.com/spring-projects-experimental/spring-ai/issues/96

Comment From: markpollack

added javadocs to the vectorstore interface and moved the code for loading a resource as a string into the test projects. That makes for some small duplication but better than leaving it in the main code base as 'test cruft'. ;)