You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this correctly routes to my API, but it's including /test in the path:
POST /test/v1/chat/completions HTTP/1.1" 404 Not Found
I want it to strip /test/ like it does with normal endpoints without the ai proxy.
If I don't use the AI proxy, the service correctly gets me to my endpoint and my call works because strip_path defaults to true. If in my plugin config I set route_type to anything except preserve, it seems the whole path gets stripped out.
I'm running a basic vLLM endpoint and it works great. I'm just trying to utilize the Kong API gateway with AI plugin to route to my vLLM endpoints.
This is my first experience with the AI plugin, so I may be doing something wrong, but I can't seem to figure out what it is. Any thoughts?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
i have kong 3.8.0 installed. I have the following configuration in a DB-less kong instance:
this correctly routes to my API, but it's including
/test
in the path:I want it to strip /test/ like it does with normal endpoints without the ai proxy.
If I don't use the AI proxy, the service correctly gets me to my endpoint and my call works because
strip_path
defaults to true. If in my plugin config I setroute_type
to anything except preserve, it seems the whole path gets stripped out.I'm running a basic vLLM endpoint and it works great. I'm just trying to utilize the Kong API gateway with AI plugin to route to my vLLM endpoints.
This is my first experience with the AI plugin, so I may be doing something wrong, but I can't seem to figure out what it is. Any thoughts?
Beta Was this translation helpful? Give feedback.
All reactions