Files
langchain-python/libs/langchain/tests/unit_tests
Tyler Hutcherson 2f0c9d8269 Fix redis vectorfield schema defaults (#12223)
- **Description:** refactors the redis vector field schema to properly
handle default values, includes a new unit test suite.
  - **Issue:** N/A
  - **Dependencies:** nothing new.
  - **Tag maintainer:** @baskaryan @Spartee 
  - **Twitter handle:** this is a tiny fix/improvement :) 

This issue was causing some clients/cuatomers issues when building a
vector index on Redis on smaller db instances (due to fault default
values in index configuration). It would raise an error like:

```redis.exceptions.ResponseError: Vector index initial capacity 20000 exceeded server limit (852 with the given parameters)```

This PR will address this moving forward.
2023-10-26 12:17:58 -07:00
..
2023-10-05 15:47:24 -07:00
2023-10-02 15:15:31 -07:00
2023-10-18 10:46:22 +01:00
2023-10-18 10:46:22 +01:00
2023-10-18 09:21:45 -07:00
2023-10-25 16:34:23 -07:00
2023-10-25 16:34:23 -07:00
2023-07-21 09:20:24 -07:00
2023-07-21 09:20:24 -07:00