mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-06-29 15:31:05 +08:00
Feat: add skills space to context engine (#13908)
### What problem does this PR solve? issue #13714 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@@ -15,6 +15,11 @@ server {
|
||||
include proxy.conf;
|
||||
}
|
||||
|
||||
location ~ ^/api/v1/skills {
|
||||
proxy_pass http://127.0.0.1:9384;
|
||||
include proxy.conf;
|
||||
}
|
||||
|
||||
location ~ ^/(v1|api) {
|
||||
proxy_pass http://127.0.0.1:9382;
|
||||
include proxy.conf;
|
||||
|
||||
@@ -40,6 +40,11 @@ server {
|
||||
include proxy.conf;
|
||||
}
|
||||
|
||||
location ~ ^/api/v1/skills {
|
||||
proxy_pass http://127.0.0.1:9384;
|
||||
include proxy.conf;
|
||||
}
|
||||
|
||||
location ~ ^/v1/system/config {
|
||||
proxy_pass http://127.0.0.1:9384;
|
||||
include proxy.conf;
|
||||
|
||||
Reference in New Issue
Block a user