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>
2024-04-22 10:46:37 -07:00
..
cli templates: readme langsmith not private beta (#20173) 2024-04-12 13:08:10 -07:00
community Community patch clickhouse make it possible to not specify index (#20460) 2024-04-22 10:46:37 -07:00
core patch: deprecate (a)get_relevant_documents (#20477) 2024-04-22 11:14:53 -04:00
experimental patch: deprecate (a)get_relevant_documents (#20477) 2024-04-22 11:14:53 -04:00
langchain patch: deprecate (a)get_relevant_documents (#20477) 2024-04-22 11:14:53 -04:00
partners patch: deprecate (a)get_relevant_documents (#20477) 2024-04-22 11:14:53 -04:00
standard-tests mistral, openai: allow anthropic-style messages in message histories (#20565) 2024-04-17 15:55:45 -04:00
text-splitters text-splitters[minor]: Add lua code splitting (#20421) 2024-04-13 22:42:51 +00:00