Files
langchain-python/langchain/vectorstores
DvirDukhan 3b75b004fc fixed index name error found at redis new vector test (#2311)
This PR fixes a logic error in the Redis VectorStore class
Creating a redis vector store `from_texts` creates 1:1 mapping between
the object and its respected index, created in the function. The index
will index only documents adhering to the `doc:{index_name}` prefix.
Calling `add_texts` should use the same prefix, unless stated otherwise
in `keys` dictionary, and not create a new random uuid.
2023-04-02 14:47:08 -07:00
..
2023-02-26 22:35:04 -08:00
2023-03-01 07:21:37 -08:00
2023-03-30 10:14:05 -04:00
2023-03-30 20:51:16 -07:00
2023-03-22 21:10:09 -07:00
2023-03-01 07:21:37 -08:00
2022-12-19 17:09:27 -05:00
2023-03-01 07:21:37 -08:00