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>
2024-08-24 00:40:21 +00:00
..
api_reference docs: Add docstrings for CassandraChatMessageHistory class and package namespace function. (#24222) 2024-08-23 15:49:41 +00:00
data 👥 Update LangChain people data (#23697) 2024-07-01 17:42:55 +00:00
docs databricks: add vector search and embeddings (#25648) 2024-08-24 00:40:21 +00:00
scripts docs: remove templates (#25717) 2024-08-23 15:51:12 -07:00
src docs: api ref to new site links in featuretable (#25678) 2024-08-22 21:52:50 +00:00
static docs[patch]: Simplify tool calling guide, improve tool calling conceptual guide (#24637) 2024-07-25 14:39:14 -07:00
.gitignore
.yarnrc.yml
babel.config.js
docusaurus.config.js docs: remove templates (#25717) 2024-08-23 15:51:12 -07:00
ignore-step.sh docs: remove templates (#25717) 2024-08-23 15:51:12 -07:00
Makefile docs: remove templates (#25717) 2024-08-23 15:51:12 -07:00
package.json [docs]: combine tools and toolkits (#25158) 2024-08-08 08:59:02 -07:00
README.md
sidebars.js docs: remove templates (#25717) 2024-08-23 15:51:12 -07:00
vercel_build.sh docs: udpated api reference (#25172) 2024-08-14 07:00:17 -07:00
vercel_requirements.txt infra: avoid orjson 3.10.7 in vercel build (#25212) 2024-08-09 02:23:18 +00:00
vercel.json docs: remove deprecated nemo embed docs (#25720) 2024-08-24 00:36:33 +00:00
yarn.lock docs[patch]: Adds feedback input after thumbs up/down (#23141) 2024-06-18 16:08:22 -07:00

LangChain Documentation

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