Tito Garrido Ogando
Tito Garrido Ogando
Same issue here... I have reverted the upgrade...
> > can you open pull request or link to fork? I need to upgrade to composition api too, happy to double check your code. > > sure! i might...
> I am trying to build the supabase/postgres image in my RPi4 but it is taking hours... Did you rebuild them all just cloning and running docker build on each?...
I just noticed that types that are other Pydantic classes are not added to cache...
```python class Post(PostBase): id: int author_id: int author: UserSimple = None category: Optional[PostCategory] = None created_at: datetime updated_at: Optional[datetime] visible: bool editors_choice: bool never_popular: bool full_cover: Optional[str] = None cover_position:...
Hi @fullonic ! Yes, it should be connect... Is there a way to debug what python-logging-loki is sending to Loki?
```python @app.on_event("startup") async def startup(): Instrumentator().instrument(app).expose(app) LoggingInstrumentor().instrument(set_logging_format=True) emitter.LokiEmitter.level_tag = "level" lokiHandler = LokiHandler( url="http://ipadpi.local:3100/loki/api/v1/push", tags={"application": "backend"}, version="1", ) FILE_FORMAT = logging.Formatter('%(asctime)s %(levelname)s [%(name)s] [%(filename)s:%(lineno)d] [trace_id=%(otelTraceID)s span_id=%(otelSpanID)s resource.service.name=%(otelServiceName)s] - %(message)s') LOKI_FORMAT...
I am using the latest version of the https://github.com/FlowiseAI/FlowiseChatEmbed and it is still calling localhost:3000
Somehow the `apiHost` variable is not being used for the "lead" call.
Looking forward to see this merged!