Files
langchain/langchain
Xin Qiu ea142f6a32 feat: add drop index in redis and fix prefix generate logic (#1857)
# Description

Add `drop_index` for redis

RediSearch: [RediSearch quick
start](https://redis.io/docs/stack/search/quick_start/)

# How to use

```
from langchain.vectorstores.redis import Redis

Redis.drop_index(index_name="doc",delete_documents=False)
```
2023-03-22 19:44:42 -07:00
..
2023-03-20 07:52:27 -07:00
2023-03-22 10:48:38 -07:00
2023-03-14 12:37:48 -07:00
2023-03-14 20:00:22 -07:00
2023-03-14 12:37:48 -07:00
2023-03-16 21:58:06 -07:00
2022-10-24 14:51:15 -07:00
2022-11-12 11:22:32 -08:00
2023-02-20 21:15:45 -08:00
2023-01-19 14:48:30 -08:00