assistant-toolkit
assistant-toolkit copied to clipboard
chore(deps): bump langchain from 0.0.210 to 0.0.329 in /integrations/extensions/starter-kits/language-model-conversational-search
Bumps langchain from 0.0.210 to 0.0.329.
Release notes
Sourced from langchain's releases.
v0.0.329
What's Changed
- Add Runnable.with_listeners() by
@nfcampos
in langchain-ai/langchain#12549- Improve Runnable type inference for input_schemas by
@nfcampos
in langchain-ai/langchain#12630- bind_functions convenience method by
@hinthornw
in langchain-ai/langchain#12518- Install and use
ruff format
instead of black for code formatting. by@obi1kenobi
in langchain-ai/langchain#12585- Conversational Feedback by
@hinthornw
in langchain-ai/langchain#12590- Minor updates to READMEs by
@rlancemartin
in langchain-ai/langchain#12642- added template to use Vertex Vector Search for q&a by
@lkuligin
in langchain-ai/langchain#12622- template updates by
@efriis
in langchain-ai/langchain#12646- Rename Template by
@hinthornw
in langchain-ai/langchain#12649- Show ruff output inline in GitHub PRs. by
@obi1kenobi
in langchain-ai/langchain#12647- Fix small typo on Founcational -> Router notebook by
@BrianMcBrayer
in langchain-ai/langchain#12634- fix template py verisons by
@efriis
in langchain-ai/langchain#12650- Support release-testing packages with dashes in their names. by
@obi1kenobi
in langchain-ai/langchain#12654- Upgrade to
actions/checkout@v4
in the docs lint job. by@obi1kenobi
in langchain-ai/langchain#12581- Relax python version and remove need for explicit setup step by
@hemidactylus
in langchain-ai/langchain#12637- LM Format Enforcer Integration + Sample Notebook by
@noamgat
in langchain-ai/langchain#12625- Add RAG template for Timescale Vector by
@rlancemartin
in langchain-ai/langchain#12651- Overwrite existing distributions when uploading to test PyPI. by
@obi1kenobi
in langchain-ai/langchain#12658- update lc version by
@efriis
in langchain-ai/langchain#12655- Remove
print()
statements which seemed leftover from debugging. by@obi1kenobi
in langchain-ai/langchain#12648- Update README for Hybrid Search Weaviate by
@erika-cardenas
in langchain-ai/langchain#12661- Update MosaicML Embedding Input Key by
@margaretqian
in langchain-ai/langchain#12657- fix plate chain by
@hwchase17
in langchain-ai/langchain#12673- Use
ruff
for both linting and formatting inlangchain-cli
. by@obi1kenobi
in langchain-ai/langchain#12672- Remove the CLI package's pydantic compatibility tests. by
@obi1kenobi
in langchain-ai/langchain#12675- Update Vertex template by
@rlancemartin
in langchain-ai/langchain#12644- PGVector fix by
@theromis
in langchain-ai/langchain#12592- Add quip loader by
@shufanhao
in langchain-ai/langchain#12259- Adds version CLI command by
@jacoblee93
in langchain-ai/langchain#12619- Use black to lint notebooks and docs for now. by
@obi1kenobi
in langchain-ai/langchain#12679- Use an in-project virtualenv in the CLI package. by
@obi1kenobi
in langchain-ai/langchain#12678- Both lint and format
templates
with ruff v0.1.3. by@obi1kenobi
in langchain-ai/langchain#12676- fix for
YahooFinanceNewsTool
by@leo-gan
in langchain-ai/langchain#12665- link to templates by
@efriis
in langchain-ai/langchain#12680- Add RAG input types by
@rlancemartin
in langchain-ai/langchain#12684- fix elastic rag template in playground by
@efriis
in langchain-ai/langchain#12682- properly increment version in cli by
@efriis
in langchain-ai/langchain#12685- Use separate jobs for building and publishing test releases. by
@obi1kenobi
in langchain-ai/langchain#12671- Only publish to test PyPI from the
_test_release.yml
workflow. by@obi1kenobi
in langchain-ai/langchain#12668- Remove
black
caching config from CI lint workflow. by@obi1kenobi
in langchain-ai/langchain#12594- Fix typo highlighted by
ruff
autoformatter. by@obi1kenobi
in langchain-ai/langchain#12691- Mask API key for Anyscale LLM by
@aidoskanapyanov
in langchain-ai/langchain#12406- Adding a template for Solo Performance Prompting Agent by
@Sandy247
in langchain-ai/langchain#12627- Weaviate - Fix schema existence check by
@dudanogueira
in langchain-ai/langchain#12711- feat: Add page metadata on PDFMinerLoader by
@blue-hope
in langchain-ai/langchain#12277- PyPDFLoader use url in metadata source if file is a web path by
@123-fake-st
in langchain-ai/langchain#12092- dash not underscore by
@efriis
in langchain-ai/langchain#12716- bump 328, exp 37 by
@baskaryan
in langchain-ai/langchain#12722
... (truncated)
Commits
979501c
bump 329 (#12778)9369d6a
Fixes to the docs for timescale vector template (#12756)3381012
Update chat prompt structure in LLaMA SQL cookbook (#12364)58b90f3
Update llama.cpp integration (#11864)a228f34
Semantic search within postgreSQL using pgvector (#12365)da82132
Fixes 'Nonetype' not iterable for ObsidianLoader (#12751)67b6f4d
Update google_vertex_ai_palm.ipynb (#12715)b1caae6
APIChain add restrictions to domains (CVE-2023-32786) (#12747)4421ba4
Demo Server, Fix Timescale (#12746)0e1aedb
Use jinja2 sandboxing by default (#12733)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.