Skip to content

Commit 033aef9

Browse files
committed
fix: Update vector_db host configuration to use host.docker.internal for improved connectivity
1 parent b6f2ce3 commit 033aef9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/gc-qa-rag-etl/.config.production.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"api_key": ""
1414
},
1515
"vector_db": {
16-
"host": "http://localhost:6333"
16+
"host": "http://host.docker.internal:6333"
1717
},
1818
"root_path": "./.rag-cache",
1919
"log_path": "./"

0 commit comments

Comments
 (0)