redis / redis-vl-python

Redis Vector Library (RedisVL) interfaces with Redis' vector database for realtime semantic search, RAG, and recommendation systems.
https://www.redisvl.com/
MIT License
176 stars 25 forks source link

Address schema serialization bug #136

Closed tylerhutcherson closed 2 months ago

tylerhutcherson commented 2 months ago

After more testing we found a small bug related to schema serialization, Enums, and Pydantic. This PR addresses this and expands the testing.