index_schema is getting initialized to None following https://github.com/langchain-ai/langchain-redis/pull/14 because it's failing validation. The issue stems from IndexSchema being a Pydantic V1 BaseModel in redisvl. Here we skip validation on index_schema.
index_schema
is getting initialized to None following https://github.com/langchain-ai/langchain-redis/pull/14 because it's failing validation. The issue stems fromIndexSchema
being a Pydantic V1 BaseModel inredisvl
. Here we skip validation onindex_schema
.