Tags: redis/redis-om-python
Tags
fix issue with nested vector fields and python 3.13 issubclass changes ( #699) * fix issue with nested vector fields and python 3.13 issubclass changes * update version * update numeric checks to be utility functions * remove vscode settings * fix flaky test * fix flaky test
Full Pydantic 2.0 Support + Bug Fixes (#691) * remove pydantic v1 references * set validate_default=True * Remove unused imports * update models to specify when a model is final * fix knn setup * Update KNN test query * Update KNN results include score * remove use of alias for queries * fix lint issues * fix lint issues * fix annotations for python < 3.10 * fix annotations for python < 3.10 * fix issue where certain fields were unintentionally being indexed * remove vscode settings * dynamically set index based on other fields that require indexes * fix inheritance from indexed model * fix linting errors * change version to beta * make default a positional arg on Field * Include knn in model construction * add warning for auto indexing * use field info args without default to prevent overlapping values * update typing to support older python versions --------- Co-authored-by: jmmenard <89422205+jmmenard@users.noreply.github.com>
PreviousNext