Ramesh N
Ramesh N
I am facing the same issue, patch, replace or merge donot work with variables. Any chance the PR for this will be merged soon ?
Some good ideas/workarounds here. I see several users trying to do this in discord forum as well. I am trying to address a similar need where I am trying to...
I observed that cl.user_session.get("http_referer") returns None if I start the UI in browser by typing in the address. But this may be useful in other scenarios where http_referer returns valid...
> Some good ideas/workarounds here. I see several users trying to do this in discord forum as well. I am trying to address a similar need where I am trying...
I still see the issue with latest version 6.3.12
I would also like to see some detail on how these embeddings are created and how one can do the same for some more libraries
Is it fair to assume that this should now work given this PR https://github.com/predibase/lorax/issues/440 is merged ? With latest versions, I seem to be able to get past FA 2...
I thought this was working but doesn't work.
> Something else to note: if the StatefulSet is manually configured such that: > > ``` > env: > - name: CLUSTER_ADVERTISE_ADDR > valueFrom: > fieldRef: > apiVersion: v1 >...
@willydouhard would this PR https://github.com/Chainlit/chainlit/pull/1260 help ? For HTTP hooks, I am using ContextVar like this in server.py ```python # Create a context variable to store the request request_context_var: ContextVar[Request]...