@sjcrh/proteinpaint-rust 2.149.0 → 2.152.1-0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/Cargo.toml CHANGED
@@ -39,7 +39,7 @@ num_cpus = "1.16.0"
39
39
  memchr = "2"
40
40
  r2d2_sqlite = "0.29.0"
41
41
  r2d2 = "0.8.10"
42
- rig-core = "0.20.0"
42
+ rig-core = "0.22.0"
43
43
  url = "2.5.7"
44
44
  async-stream = "0.3.6"
45
45
 
package/README.md CHANGED
@@ -64,6 +64,11 @@ For running the tests written in native rust, from the `proteinpaint/rust` direc
64
64
  cargo test
65
65
  ```
66
66
 
67
+ For running AI tests using cargo, they need to be run locally since CI does not have access to the LLM server. These tests are "ignored" in CI and need the `ignored` flag to be run. These tests must be run from the `proteinpaint/rust` directory. 3 tests wil be run using the command below. One each to see if the SJ and ollama server are accessible and the third one is unit test for the actual ai chatbot.
68
+
69
+ ```bash
70
+ time cargo test -- --ignored --nocapture
71
+ ```
67
72
 
68
73
  ## Build
69
74
 
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.149.0",
2
+ "version": "2.152.1-0",
3
3
  "name": "@sjcrh/proteinpaint-rust",
4
4
  "type": "module",
5
5
  "description": "Rust-based utilities for proteinpaint",