1,946 matches across 25 files for func main lang:Python
snippet_mode: summary · sorted by relevance
81▶from langchain_core.utils.function_calling import (
+ 31 more matches in this file
1▶"""Module contains utility functions for working with messages.
+ 66 more matches in this file
12▶from functools import cached_property
+ 16 more matches in this file
32▶from functools import partial
+ 110 more matches in this file
132▶ if self._length_function(s) < self._chunk_size:
+ 25 more matches in this file
12▶from functools import cached_property
+ 21 more matches in this file
32▶ FunctionMessageChunk,
+ 50 more matches in this file
1▶"""Helper functions for deprecating parts of the LangChain API.
+ 26 more matches in this file
+ 3 more matches in this file
7▶from inspect import iscoroutinefunction
+ 161 more matches in this file
6▶from functools import partial
+ 4 more matches in this file
77▶ "Maintained in `langchain`; `langchain-classic` retains this entry point "
+ 7 more matches in this file
31▶from langchain_core.utils.function_calling import (
+ 48 more matches in this file
5▶from functools import partial
+ 6 more matches in this file
+ 17 more matches in this file
+ 201 more matches in this file
82▶ "localhost.localdomain",
+ 2 more matches in this file
+ 44 more matches in this file
39▶ The main benefit of this abstraction is that it works across many vectorstores.
+ 3 more matches in this file
+ 61 more matches in this file
+ 52 more matches in this file
21▶ Removes fields like tools, functions, messages, response_format that can be large.
+ 7 more matches in this file
+ 68 more matches in this file
37▶ newlines, tabs or quotes. This function replaces those characters with their escaped
+ 2 more matches in this file
106▶ headers_to_split_on = [("h1", "Main Topic"), ("h2", "Sub Topic")]
+ 11 more matches in this file
Search syntax
auth login | both terms (AND is implicit) |
auth OR login | either term |
NOT path:vendor | exclude matches |
"exact phrase" | quoted exact match |
/func\s+Test/ | regex |
handler~1 | fuzzy (Levenshtein 1) |
file:*_test.go | filename glob |
path:pkg/auth/** | full path glob |
lang:go | language filter |