Files
langchain-python/langchain/vectorstores
Xin Qiu 4e13cef05a feat: add redisearch vectorstore (#1307)
# Description

Add `RediSearch` vectorstore for LangChain

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

# How to use

```
from langchain.vectorstores.redisearch import RediSearch

rds = RediSearch.from_documents(docs, embeddings,redisearch_url="redis://localhost:6379")
```
2023-03-14 18:06:03 -07:00
..
2023-02-26 22:35:04 -08:00
2023-03-01 07:21:37 -08:00
2023-02-20 21:02:28 -08:00
2023-03-01 07:21:37 -08:00
2023-03-01 07:21:37 -08:00
2023-03-02 07:05:14 -08:00
2022-12-19 17:09:27 -05:00
2023-03-01 07:21:37 -08:00