Jimmy Longley
Jimmy Longley
+1 for exposing labels to the tooltip
Note: to get this to work with React 15, you'll need to replace ` const elem = ReactDOM.findDOMNode(this);` with ``` import ReactDOM from 'react-dom'; ... let elem = ReactDOM.findDOMNode(this); ```...
I've implemented the code exactly as listed in the documentation for get_current_user, but regardless of if I pass the idToken or accessToken I still receive `{detail: 'Not verified'}`.
Modifying async_add that way would cause the embeddings vector to be the wrong length. better would be to only pass the vectors argument if there are any non-None values. ```...