mirror of
https://github.com/hwchase17/langchain
synced 2024-11-06 03:20:49 +00:00
66c41c0dbf
This PR adds a self-querying template using Qdrant as a vector store. The template uses an artificial dataset and was implemented in a way that simplifies passing different components and choosing LLM and embedding providers. --------- Co-authored-by: Erick Friis <erick@langchain.dev>
4 lines
63 B
Python
4 lines
63 B
Python
from self_query_qdrant.chain import chain
|
|
|
|
__all__ = ["chain"]
|