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/partners
ccurme 481d3855dc
patch: remove usage of llm, chat model __call__ (#20788)
- `llm(prompt)` -> `llm.invoke(prompt)`
- `llm(prompt=prompt` -> `llm.invoke(prompt)` (same with `messages=`)
- `llm(prompt, callbacks=callbacks)` -> `llm.invoke(prompt,
config={"callbacks": callbacks})`
- `llm(prompt, **kwargs)` -> `llm.invoke(prompt, **kwargs)`
5 months ago
..
ai21 standard tests: add xfails (#20659) 5 months ago
airbyte airbyte[patch]: release 0.1.1, python 3.9 compat (#18597) 7 months ago
anthropic patch: remove usage of llm, chat model __call__ (#20788) 5 months ago
chroma chroma: release 0.1.0 (#20355) 5 months ago
exa patch: deprecate (a)get_relevant_documents (#20477) 5 months ago
fireworks docs, multiple: de-beta with_structured_output (#20850) 5 months ago
groq groq[patch]: groq proxy support (#20758) 5 months ago
ibm patch: remove usage of llm, chat model __call__ (#20788) 5 months ago
mistralai docs, multiple: de-beta with_structured_output (#20850) 5 months ago
mongodb community[patch], mongodb[patch]: Stop spamming SIMD import warnings (#19531) 6 months ago
nomic partners: version constraints (#17492) 7 months ago
openai patch: remove usage of llm, chat model __call__ (#20788) 5 months ago
pinecone pinecone[patch]: fix core min version (#20177) 6 months ago
robocorp robocorp[patch]: fix core min version (#19879) 6 months ago
together update scheduled tests (#20526) 5 months ago
upstage patch: remove usage of llm, chat model __call__ (#20788) 5 months ago
voyageai voyageai[patch]: top level reranker import (#19645) 6 months ago
astradb.md infra: rm sep repo partner dirs (#20756) 5 months ago
cohere.md infra: rm sep repo partner dirs (#20756) 5 months ago
elasticsearch.md infra: rm sep repo partner dirs (#20756) 5 months ago
google_genai.md infra: rm sep repo partner dirs (#20756) 5 months ago
google_vertexai.md infra: rm sep repo partner dirs (#20756) 5 months ago
nvidia_ai_endpoints.md infra: rm sep repo partner dirs (#20756) 5 months ago
nvidia_trt.md infra: rm sep repo partner dirs (#20756) 5 months ago