We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c79e623 commit 304d064Copy full SHA for 304d064
java/src/main/java/queries/AnnQueryFilter.java
@@ -30,7 +30,7 @@
30
31
public class AnnQueryFilter {
32
public static ArrayList<Document> main(String[] args ) {
33
- // Replace the placeholder with your Atlas connection string
+ // Replace the placeholder with your Atlas connection string.
34
String uri = System.getenv("ATLAS_CONNECTION_STRING");
35
36
// Connect to your Atlas cluster
0 commit comments