-
Updated
Dec 19, 2020 - Rust
transformers
Here are 377 public repositories matching this topic...
-
Updated
Dec 21, 2020 - Python
-
Updated
Nov 16, 2020 - Jupyter Notebook
-
Updated
Dec 19, 2020 - Python
-
Updated
Dec 21, 2020 - Scala
Describe the feature
Some indexers have confusing function signatures. Specifically the usage of keys, ids is wrong. This can create confusion for newcomers, or when reasoning about the code.
Example
- NumpyIndexer uses
keysto refer to what is actuallyquery_vectors: https://github.com/jina-ai/jina/blob/2585798ac0ed33dd406a8f8a0a457d72bb2b7af0/jina/executors/indexers/vector.p
-
Updated
Nov 6, 2020 - Python
-
Updated
Dec 17, 2020 - Python
-
Updated
Dec 17, 2020 - Python
-
Updated
Dec 11, 2020 - Python
-
Updated
Nov 23, 2020 - Scala
-
Updated
Dec 22, 2020 - Python
-
Updated
Oct 8, 2020
Hey! Thanks for the work on this.
Wondering how we can use this with mocha? tsconfig-paths has its own tsconfig-paths/register to make this work
https://github.com/dividab/tsconfig-paths#with-mocha-and-ts-node
Basically with mocha we have to run mocha -r ts-node/register -- but that wouldnt have the compiler flag.
Would be worthwhile to have the ability to do it which looks like
-
Updated
May 19, 2020 - Python
-
Updated
Apr 30, 2020 - Python
-
Updated
Dec 21, 2020 - Python
-
Updated
Jul 31, 2020 - Python
-
Updated
Dec 18, 2020 - Python
-
Updated
Dec 7, 2020 - Jupyter Notebook
-
Updated
Sep 7, 2020 - Jupyter Notebook
-
Updated
Dec 21, 2020 - Python
-
Updated
Dec 4, 2020 - Python
-
Updated
Dec 12, 2020 - TypeScript
-
Updated
Dec 21, 2020 - Python
-
Updated
Dec 7, 2020
-
Updated
Dec 21, 2020 - Python
-
Updated
Nov 5, 2020
-
Updated
Dec 19, 2020 - Python
Improve this page
Add a description, image, and links to the transformers topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the transformers topic, visit your repo's landing page and select "manage topics."
Problem
Since Java 8 was introduced there is no need to use Joda as it has been replaced the native Date-Time API.
Solution
Ideally greping and replacing the text should work (mostly)
Additional context
Need to check if de/serializing will still work.