Results 15 comments of mginfn

Hi, I found that on the master branch the v2 endpoints support streaming, routing to the following handler: https://github.com/kserve/kserve/blob/99ac7b2050fafb14b7114b94ad6e3fd7ecfe3d15/python/kserve/kserve/protocol/rest/v2_endpoints.py#L211 However, I had a problem with the generated output of the...

I'm getting the same error, upload info reports: ``` Indexing [1/1]: Overview.pdf => Converting Overview.pdf to text => Converted Overview.pdf to text => [Overview.pdf] Processed 8 chunks => Finished indexing...

Also reported here: [https://github.com/Cinnamon/kotaemon/issues/583](https://github.com/Cinnamon/kotaemon/issues/583)

Hi @gutama, I upgraded LightRAG from 1.0.8 to 1.1.2 and the issue seems to have gone, would you please make a try? Thanks ``` pip install lightrag-hku==1.1.2 pip uninstall hnswlib...

Thanks @RoadToNowhereX for your workaround, removing that function fixes the problem. Just to give some insights, the following [prompt](https://github.com/HKUDS/LightRAG/blob/4e5ca51e38ab74b0382d5d0b6bcf0af4aa34d7b6/lightrag/prompt.py#L54) from LightRAG is defined as an array ``` PROMPTS["entity_extraction_examples"] = [...

Hi, I've a running Kubeflow instance and I've deployed the Model Registry in a custom profile named "mlaas", patching kustomization.yaml files as follows: ``` PROFILE_NAME=mlaas to_patch=( "kubeflow-manifests/apps/model-registry/upstream/overlays/db" "kubeflow-manifests/apps/model-registry/upstream/options/istio" "kubeflow-manifests/apps/model-registry/upstream/options/csi" "kubeflow-manifests/apps/model-registry/upstream/options/ui/overlays/istio"...

Hi @lucferbux, any news about this issue? As to my tests, just relying on "kustomize edit" does not work, as Model Registry service uris are not patched (e.g. "model-registry-ui-service.kubeflow.svc.cluster.local", see...

Hi @MattiaSarti, thanks for your great work! I'm trying your solution, deploying the ModelRegistry in the kubeflow namespace with the EnvoyFilter you provided. Logs from Istio show that a request...

Hi @MattiaSarti , all layers are included, yet I'm getting 403. These are the authorization policies applied to the model-registry-ui workload: ```shell istioctl x authz check model-registry-ui-6d6fff8648-fd9rm.kubeflow ACTION AuthorizationPolicy RULES...

Hi @MattiaSarti, I'm navigating to the ModelRegistry app using the Central Dashboard UI, this is the curl issued by the browser: ```shell curl 'https://kubeflow.XYZ.cloud.infn.it:30443/model-registry/api/v1/model_registry?namespace=mlaas' \ -H 'User-Agent: Mozilla/5.0 (X11; Ubuntu;...