vignesh

Results 19 comments of vignesh

thank you @eugen-ajechiloae-clearml , got it. Please verify my understanding, that user can give both absolute path `/User/project/file1.txt` or relative path `./file1.txt` if in project directory. In relative path case...

Assuming the above understanding is right, the below logic is working for all scenarios ``` source_url = '../data/file2.txt' parsed = urlparse(source_url) if parsed.scheme == "": abs_path = os.path.abspath(source_url) source_url =...

Hi @eugen-ajechiloae-clearml , created a PR for the fix https://github.com/allegroai/clearml/pull/1326. Can you please have a look at it.

Hi @Lasica i would like to work on this issue. Can i pick it up. I am new to the repo will need some guidance on getting started.

Hi @ainoam , tested this bug out. It seems like the version of the dataset is None in some cases. Adding a condition to assign version value as "" in...

@abviv can you please try the above branch and test.

@abviv did you get a chance to test this?

This issue seems to be happening because of [changes ](https://weaviate.io/developers/weaviate/client-libraries/python/v3_v4_migration) between v3 client and v4 client. Ran into below issue when using v4 client with langchain package because of the...

Hi @sanketsudake , i would love to work on this issue. I have a decent knowledge on golang and kubernetes and will read on the required fission materials to start...