Open yyqqing opened 2 months ago
English translation of title: SimilaritySearch of the vector library cannot bring back the media collection at the same time
bug description: When creating a Document, a Media object is embedded, but after querying through vectorStore.similaritySearch, the Media Collection in the returned document is empty
steps to reproduce:
expected behavior: It is hoped that when using vectorStore.similaritySearch to query, the associated media collection can be brought out at the same time, otherwise this media collection is meaningless
minimal complete reproducible example: See the reproducible steps section
Bug description 创建 Document 时 ,嵌入了 Media 对象,但通过 vectorStore.similaritySearch 查询后,返回的 document 中 Media Collection 为空
Environment Please provide as many details as possible: Spring AI version, Java version, which vector store you use if any, etc Springboot 3.3.2 SpringAI 1.0.0.SNAPSHOT Java 17 Chroma
Steps to reproduce
Expected behavior 希望使用 vectorStore.similaritySearch 查询时,能同时带出所关联的 media 集合,否则这 media 集合就没有意义了
Minimal Complete Reproducible example 请见重现步骤部分