victorserbu2709

Results 7 comments of victorserbu2709

Hello @scheibling, Thanks for your suggestion: ``` $_SERVER['REQUEST_URI'] = $_SERVER['X_REQUEST_URI']; ``` It works. But if I want to use rewrite action, REQUEST_URI is not changed. This is my testbed ```...

@scheibling i tried rewriting also with njs. But it doesn't work even when trying with a static setting `"rewrite": "/v1/test_rewrite"` ``` { "listeners": { "*:9096": { "pass": "routes/parse" } },...

I think that it is caused because permission don't have OrgID: https://github.com/diggerhq/digger/blob/develop/taco/internal/rbac/handler.go#L605

sorry for the incomplete report. this is the error i get ``` 2024-11-15 19:42:03,047 [embedchain] [INFO] Swapped std-lib sqlite3 with pysqlite3 for ChromaDb compatibility. Your original version was 3.34.1. [WARNING]...

Hey! I cannot use Composio tool because I have a self-hosted github. I thought that I would be able to reuse github langchain tools by extending GitHubAPIWrapper to be able...

Hello. this is a simple example that shows how could I use a langchain tool with a self hosted github instance. I created a new GithubApiWrapper class mainly to be...

Hello @ac000 Not without modifying the application to use that new variable (but I can modify it). Context: I have an application deployed using nginx + phpfpm, with locations like...