1. 14 Mar, 2025 6 commits
  2. 18 Mar, 2024 2 commits
  3. 15 Mar, 2024 1 commit
  4. 20 Mar, 2023 2 commits
  5. 16 Mar, 2023 1 commit
  6. 26 Sep, 2022 4 commits
  7. 02 Sep, 2022 2 commits
  8. 11 Oct, 2021 1 commit
    • Anurag Pandey's avatar
      Fix test for updated dependencies (#54) · 15a33f7d
      Anurag Pandey authored
      * Revert dependencies to original for passing all tests
      
      Base for updating the requirements on by one.
      
      * Update dependecies: spacy and sense2vec. 2 tests failing
      
      2 tests are breaking because the output is compared to the one stored
      originally. Updating the model use would result in some change in the
      output. Solution: Run the code with update dependecies and update the
      outputs.
      
      * Update ouputs/ner files
      
      * Update to latest dependencies expect fastapi
      
      updating fastapi dependency introduces breaking changes.
      15a33f7d
  9. 03 Oct, 2021 1 commit
  10. 02 Oct, 2021 1 commit
  11. 14 Sep, 2021 1 commit
  12. 01 Oct, 2020 1 commit
  13. 30 Jul, 2020 1 commit
  14. 18 Apr, 2020 1 commit
  15. 16 Mar, 2020 1 commit
  16. 29 Dec, 2019 1 commit
  17. 28 Dec, 2019 2 commits
  18. 25 Dec, 2019 1 commit
  19. 24 Dec, 2019 1 commit
  20. 19 Dec, 2019 1 commit
    • Neel Kamath's avatar
      Bug fixes (#23) · 2cb8d483
      Neel Kamath authored
      * Fix /health_check endpoint
      
      * Update examples to be more intuitive
      2cb8d483
  21. 16 Dec, 2019 1 commit
  22. 15 Dec, 2019 3 commits
    • neelkamath's avatar
      Speed up Docker builds · 96af1f80
      neelkamath authored
      96af1f80
    • Neel Kamath's avatar
      Fix #21 (#22) · 47b313d5
      Neel Kamath authored
      * Conditionally enable sense2vec for performance improvements
      
      * Disable sense2vec in unrelated pipeline uses
      
      * Test HTTP exceptions
      
      * Update Docker image tagging convention
      
      * Conditionally disable sense2vec
      47b313d5
    • Neel Kamath's avatar
      Fix #19 (#20) · ca48e810
      Neel Kamath authored
      * Move Docker files to their own directory
      
      * Move Python files into their own directory
      
      * Fix CI pipeline
      
      * Fix artifacts
      ca48e810
  23. 14 Dec, 2019 4 commits