You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Better argument parsing for vector range expressions
* Update contributors
* Simplify expression cases, include test coverage for method expressions.
* Reuse GetOperand for evaluating values
---------
Co-authored-by: James Abbott <james.abbott@crispthinking.com>
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ We welcome code contributions from the community, if you want to contribute code
21
21
1. Fork this repo.
22
22
2. Make your Code Changes.
23
23
3. Write your tests.
24
-
4. Use the `docker run -p 6379:6379 redis/redis-stack-server` as your local environment for running the functional tests.
24
+
4. Use the `docker run -p 6379:6379 redis/redis-stack-server` as your local environment for running the functional tests. (Note: If your tests fail due to missing vocabulary, please run `fetch.models.sh` from the root directory until Git LFS has been resolved. These files are required for the tokenizers used by the functional tests)
25
25
5. Verify the tests pass (there may be a couple of deployment-specific tests (e.g. Sentinel/Cluster) in Redis.OM which will fail outside of the GH environment we've setup so don't worry about those).
26
26
6. If it's your first time contributing please add your Github handle the the Contributors section in the README.
0 commit comments