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/libs
Mark Needham ce23f8293a
Community patch clickhouse make it possible to not specify index (#20460)
Vector indexes in ClickHouse are experimental at the moment and can
sometimes break/change behaviour. So this PR makes it possible to say
that you don't want to specify an index type.

Any queries against the embedding column will be brute force/linear
scan, but that gives reasonable performance for small-medium dataset
sizes.

---------

Co-authored-by: Erick Friis <erick@langchain.dev>
Co-authored-by: Bagatur <22008038+baskaryan@users.noreply.github.com>
5 months ago
..
cli templates: readme langsmith not private beta (#20173) 5 months ago
community Community patch clickhouse make it possible to not specify index (#20460) 5 months ago
core patch: deprecate (a)get_relevant_documents (#20477) 5 months ago
experimental patch: deprecate (a)get_relevant_documents (#20477) 5 months ago
langchain patch: deprecate (a)get_relevant_documents (#20477) 5 months ago
partners patch: deprecate (a)get_relevant_documents (#20477) 5 months ago
standard-tests mistral, openai: allow anthropic-style messages in message histories (#20565) 5 months ago
text-splitters text-splitters[minor]: Add lua code splitting (#20421) 5 months ago