langchain/docs/extras/modules
Xiaoyu Xee 9bcfd58580
Add dashvector self query retriever (#9684)
## Description
Add `Dashvector` retriever and self-query retriever

## How to use
```python
from langchain.vectorstores.dashvector import DashVector

vectorstore = DashVector.from_documents(docs, embeddings)
retriever = SelfQueryRetriever.from_llm(
    llm, vectorstore, document_content_description, metadata_field_info, verbose=True
)
```

---------

Co-authored-by: smallrain.xuxy <smallrain.xuxy@alibaba-inc.com>
Co-authored-by: Harrison Chase <hw.chase.17@gmail.com>
2023-09-03 20:51:04 -07:00
..
agents Update openai_multi_functions_agent.ipynb (#10144) 2023-09-03 13:00:48 -07:00
callbacks docs: agents & callbacks fixes (#10066) 2023-09-01 13:28:55 -07:00
chains docs: chains & memory fixes (#9895) 2023-09-03 15:06:20 -07:00
data_connection Add dashvector self query retriever (#9684) 2023-09-03 20:51:04 -07:00
memory docs: chains & memory fixes (#9895) 2023-09-03 15:06:20 -07:00
model_io docs: misc modelIO fixes (#9734) 2023-09-03 20:33:20 -07:00
paul_graham_essay.txt codespell: workflow, config + some (quite a few) typos fixed (#6785) 2023-07-12 16:20:08 -04:00
state_of_the_union.txt