hsm207

Results 136 comments of hsm207

> ROCm apparently still doesn't support WSL but they already support running on windows directly: https://rocm.docs.amd.com/projects/install-on-windows/en/latest/how-to/install.html

> > ```python > > pip install torch==2.1.2 torchvision==0.16.2 --index-url https://download.pytorch.org/whl/cpu > > pip install torch==2.1.2 torchvision==0.16.2 --index-url https://download.pytorch.org/whl/rocm5.6 > > ``` > > > > > > > >...

Hi @srini047, Great! Thanks for volunteering. I'm not a maintainer so I can't assign this issue to you. Maybe @masci can?

`__del__` isn't a destructor. If it is not feasible, then I'd rather we document to tell users to run `WeaviateDocumentStore(...)._client.close()` when they are done. Otherwise, they might encounter weird memory...

@thomashacker might know the repo for that app.

It's been 5 months, and 4 issues opened asking a the same thing. I don't think the code will ever be shared...let's collab on an open source implementation!

**Idea 1: Update WeaviateVectorStore constructor only** > just update the constructor of the class to help enable multi tenancy This is not enough, I think. The impact of MT on...

@logan-markewich Sticking with the FastAPI example: > the tenant would be in the request, and a user would create a WeaviateVectorStore object to serve that request (which is reasonable, especially...