Skip to content

Commit

Permalink
Work around DNS failure in some containers
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Yuan <[email protected]>
  • Loading branch information
juntao authored Jun 14, 2024
1 parent 628db39 commit 33dba23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ struct Cli {
#[arg(long = "rag-policy", default_value_t, value_enum)]
policy: MergeRagContextPolicy,
/// URL of Qdrant REST Service
#[arg(long, default_value = "http://localhost:6333")]
#[arg(long, default_value = "http://127.0.0.1:6333")]
qdrant_url: String,
/// Name of Qdrant collection
#[arg(long, default_value = "default")]
Expand Down

0 comments on commit 33dba23

Please sign in to comment.