2 matches across 1 files for TODO path:libs/partners/mistralai/langchain_mistralai/embeddings.py
snippet_mode: grep · sorted by relevance
libs/partners/mistralai/langchain_mistralai/embeddings.py PYTHON 2 matches view file →
179 """Validate configuration."""
180 api_key_str = self.mistral_api_key.get_secret_value()
181 # TODO: handle retries
182 if not self.client:
183 self.client = httpx.Client(
· · ·
190 timeout=self.timeout,
191 )
192 # TODO: handle retries and max_concurrency
193 if not self.async_client:
194 self.async_client = httpx.AsyncClient(
Search syntax
auth loginboth terms (AND is implicit)
auth OR logineither term
NOT path:vendorexclude matches
"exact phrase"quoted exact match
/func\s+Test/regex
handler~1fuzzy (Levenshtein 1)
file:*_test.gofilename glob
path:pkg/auth/**full path glob
lang:golanguage filter

Search any public repo from your terminal

This page calls POST /api/v1/code_search. Same tool, available over MCP for Claude/Cursor/Copilot.