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/docs
Yuki Watanabe c7a8af2e75
databricks: add vector search and embeddings (#25648)
### Summary

Add `DatabricksVectorSearch` and `DatabricksEmbeddings` classes to the
`langchain-databricks` partner packages. Core functionality is
unchanged, but the vector search class is largely refactored for
readability and maintainability.

This PR does not add integration tests yet. This will be added once the
Databricks test workspace is ready.

Tagging @efriis as POC


### Tracker
[] Create a package and imgrate ChatDatabricks
[✍️] Migrate DatabricksVectorSearch, DatabricksEmbeddings, and their
docs
~[ ] Migrate UCFunctionToolkit and its doc~
[ ] Add provider document and update README.md
[ ] Add integration tests and set up secrets (after moved to an external
package)
[ ] Add deprecation note to the community implementations.

---------

Signed-off-by: B-Step62 <yuki.watanabe@databricks.com>
Co-authored-by: Erick Friis <erick@langchain.dev>
1 month ago
..
api_reference docs: Add docstrings for CassandraChatMessageHistory class and package namespace function. (#24222) 1 month ago
data 👥 Update LangChain people data (#23697) 3 months ago
docs databricks: add vector search and embeddings (#25648) 1 month ago
scripts docs: remove templates (#25717) 1 month ago
src docs: api ref to new site links in featuretable (#25678) 1 month ago
static docs[patch]: Simplify tool calling guide, improve tool calling conceptual guide (#24637) 2 months ago
.gitignore infra: cleanup docs build (#21134) 5 months ago
.yarnrc.yml
Makefile docs: remove templates (#25717) 1 month ago
README.md
babel.config.js
docusaurus.config.js docs: remove templates (#25717) 1 month ago
ignore-step.sh docs: remove templates (#25717) 1 month ago
package.json [docs]: combine tools and toolkits (#25158) 2 months ago
sidebars.js docs: remove templates (#25717) 1 month ago
vercel.json docs: remove deprecated nemo embed docs (#25720) 1 month ago
vercel_build.sh docs: udpated api reference (#25172) 1 month ago
vercel_requirements.txt infra: avoid orjson 3.10.7 in vercel build (#25212) 2 months ago
yarn.lock docs[patch]: Adds feedback input after thumbs up/down (#23141) 3 months ago

README.md

LangChain Documentation

For more information on contributing to our documentation, see the Documentation Contributing Guide