Skip to content

Commit

Permalink
optimize code
Browse files Browse the repository at this point in the history
  • Loading branch information
HamaWhiteGG committed Jun 28, 2023
1 parent 3dfc229 commit 0ebf41b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
*/
public class IndexClient {

private VectorService vectorService;
private final VectorService vectorService;

public IndexClient(VectorService vectorService) {
this.vectorService = vectorService;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@
/**
* Because the <a href="https://github.com/pinecone-io/pinecone-java-client">pinecone-java-client</a> does not support managing Pinecone services,
* only reading and writing from existing indices. Therefore, this needs to be rewritten.
* <p>
* <a href="https://docs.pinecone.io/reference">pinecone-api-doc</a>
*
* @author HamaWhite
*/
Expand Down

0 comments on commit 0ebf41b

Please sign in to comment.