Philipp Dowling
Philipp Dowling
+1 on this from my side as well. We have a use-case where we'd like to effectively do access checks of certain microservices towards one another. For instance, a certain...
We would be highly interested in this feature as we have a scenario like this in our business requirements for authorization to specific kinds of resources that have dependencies. What...
Thanks for the quick response @josephschorr. Since you ask: to me, `=>` makes intuitive sense as it looks very similar to `->` but has multiple lines, so you can read...
Hi @josephschorr - is there any deeper reason that the IDs could not be longer? We need to manage access to file paths, which can pretty easily exceed this length....
Seconded, if anyone has a pre-trained model I'd appreciate if you can share / point me to it.
@JonathanRaiman any news on this? If there's a chance you'll release a pre-trained model, that would be highly apprectiated, if it's not gonna happen then a heads up is also...
Any chance this will be added, either here or in nmslib, some time soon?
This is something of a workaround I was able to come up with to fix `.dict()`, but it seems inefficient and prone to errors or unintended effects: ```python class MyNestedObject(BaseModel):...
`dict(a)` only turns the outer object into a dict. I assume the problem is that `a.dict()` turns the inner objects into dicts first and then tries to add them to...
I am curious for some more insight on setting these parameters. I frequently query indexes for thousands of results (k ~ 1k-10k), so my instinct is to set efSearch to...