Zafer Cavdar

Results 18 comments of Zafer Cavdar

@StevenLOL Can you upload it? If it's a large file, I suggest using Git LFS to commit and push.

`organization/updatesV2` endpoint returns 500. Is that deprecated?

> To bypass cld2, you can also instantiate `Text` with the `hint_language_code` parameter. I actually did give hint_language_code but still receiving the same error.

> @lavinigam-gcp, there could be something else at play here because even with safety_settings set to `BLOCK_NONE`, I get `FinishReason.OTHER` as a response with: > > ``` > response.candidates[0].finish_reason >...

Hi @lavinigam-gcp, I don't directly use the RAG notebook. I am running benchmarking on Gemini Pro using the Python Client library. Python version: 3.8 google-cloud-aiplatform version: 1.38.1 Here is my...

Instead of replacing the default value, you can define `FTLANG_CACHE` environment variable dynamically before importing fasttext-langdetect like this: ``` import os os.environ["FTLANG_CACHE"] = os.path.dirname(__file__) ```

[`quote_plus`](https://github.com/dask/gcsfs/blob/b98549bbee6b810bc229cdbe947d5bc9ab7e464c/gcsfs/core.py#L78) method does a very simple URL encoding on `/` and white space characters. See If I url-encode the path with `urllib.parse.quote` method, I can access the file.

I experience the same issue and opened an issue [here](https://github.com/qdrant/qdrant-helm/issues/100) The search works as expected but `recreate_collection` method in Python client, which triggers DELETE first doesn't work.