mirror of
https://github.com/Mintplex-Labs/langchain-python.git
synced 2026-07-18 10:24:29 -04:00
d5c2ce7c2e
Fix Description: For Redis Vector integration in add_texts method, there were two issues that lead to this bug. 1. Vector index is not being created leading to no such_index error 2. `doc:index` prefix was also missing for Redis Keys. resolves #11197 Maintainer: @baskaryan --------- Co-authored-by: Bagatur <baskaryan@gmail.com>