joseph
joseph
Currently, the methods in the `BaseObjectPermissionManager` do not allow assigning multiple permissions for multiple users and for multiple objects. Likewise, the `assign_perm` function in shortcuts does not even allow assigning...
Currently, the methods in the BaseObjectPermissionManager do not allow assigning multiple permissions for multiple users and for multiple objects. Likewise, the assign_perm function in shortcuts does not even allow assigning...
Following on from #6056, the underlying langchain VectorStore class doesn't have a method called `similarity_search_by_vector_with_relevance_scores` to allow getting a handle on the relevance scores when querying by vector, similarly to...
It is possible for this call to hang, like the other calls in this function. Passing through the timeout removes that possibility. This was first noted on #43