Code cleanup

- Fix javadoc for Qdrant vector store
 - Fix checkstyle errors
This commit is contained in:
Ilayaperumal Gopinathan
2024-11-27 20:12:02 +00:00
parent 23a3d13b39
commit 9ebc6d2c3c
13 changed files with 84 additions and 68 deletions

View File

@@ -200,9 +200,9 @@ public class QdrantVectorStore extends AbstractObservationVectorStore implements
}
/**
* Extracts metadata from a Protobuf Struct.
* @param metadataStruct The Protobuf Struct containing metadata.
* @return The metadata as a map.
* Returns {@link Document} using the {@link ScoredPoint}
* @param point ScoredPoint containing the query response.
* @return the {@link Document} representing the response.
*/
private Document toDocument(ScoredPoint point) {
try {