Spaces:
Running
Running
Update config.yaml
Browse files- config.yaml +4 -1
config.yaml
CHANGED
@@ -1,3 +1,6 @@
|
|
1 |
mcp_servers:
|
2 |
web_search: http://localhost:3000
|
3 |
-
pubmed:
|
|
|
|
|
|
|
|
1 |
mcp_servers:
|
2 |
web_search: http://localhost:3000
|
3 |
+
pubmed: http://localhost:3001
|
4 |
+
chroma: http://localhost:3002
|
5 |
+
python_run: http://localhost:3003
|
6 |
+
db_url: sqlite:///embeddings.db
|