Commit Graph

9 Commits (8f019e91d7206c830f6a32678a9d4497b12c66ec)

Author SHA1 Message Date
Anush aee5138930
templates: update qdrant self query (#19218)
## Description

This PR
- Updates the Qdrant self-query template to reflect the recent updates.
- Enables reading config values from `env` files as the README [mentions
it](https://github.com/Anush008/langchain/tree/self-query-qdrant/templates/self-query-qdrant#environment-setup).

Co-authored-by: Erick Friis <erick@langchain.dev>
6 months ago
Erick Friis 49f3cc0f6b
templates: bump lockfile deps (#19001) 6 months ago
Erick Friis 64785822dc
templates: bump (#17074) 7 months ago
Erick Friis 08be477c24
templates: 0.1 bump (#15648) 8 months ago
Erick Friis 69a8a26683
templates: fix deps (#15439) 8 months ago
Erick Friis 96f6b90349
templates[patch]: relock templates (#14149) 9 months ago
Erick Friis 9dfad613c2
IMPROVEMENT Allow openai v1 in all templates that require it (#13489)
- pyproject change
- lockfiles
10 months ago
Erick Friis db4b97d590
Relock Templates (#13028) 10 months ago
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>
10 months ago