You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/templates/self-query-qdrant/self_query_qdrant
Kacper Łukawski 66c41c0dbf
Add template for self-query-qdrant (#12795)
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>
8 months ago
..
__init__.py Add template for self-query-qdrant (#12795) 8 months ago
chain.py Add template for self-query-qdrant (#12795) 8 months ago
defaults.py Add template for self-query-qdrant (#12795) 8 months ago
helper.py Add template for self-query-qdrant (#12795) 8 months ago
prompts.py Add template for self-query-qdrant (#12795) 8 months ago