mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-14 23:26:34 +00:00
docs: add the enrollment form forBigQueryVectorSearch
(#16240)
This PR adds the enrollment form for BigQueryVectorSearch.
This commit is contained in:
parent
177af65dc4
commit
0f99646ca6
@ -212,6 +212,10 @@ from langchain_community.vectorstores import MatchingEngine
|
|||||||
|
|
||||||
> It can calculate Euclidean or Cosine distance. With LangChain, we default to use Euclidean distance.
|
> It can calculate Euclidean or Cosine distance. With LangChain, we default to use Euclidean distance.
|
||||||
|
|
||||||
|
> This is a private preview (experimental) feature. Please submit this
|
||||||
|
> [enrollment form](https://docs.google.com/forms/d/18yndSb4dTf2H0orqA9N7NAchQEDQekwWiD5jYfEkGWk/viewform?edit_requested=true)
|
||||||
|
> if you want to enroll BigQuery Vector Search Experimental.
|
||||||
|
|
||||||
We need to install several python packages.
|
We need to install several python packages.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
@ -14,6 +14,15 @@
|
|||||||
"This tutorial illustrates how to work with an end-to-end data and embedding management system in LangChain, and provide scalable semantic search in BigQuery."
|
"This tutorial illustrates how to work with an end-to-end data and embedding management system in LangChain, and provide scalable semantic search in BigQuery."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"cell_type": "markdown",
|
||||||
|
"metadata": {},
|
||||||
|
"source": [
|
||||||
|
"This is a **private preview (experimental)** feature. Please submit this\n",
|
||||||
|
"[enrollment form](https://docs.google.com/forms/d/18yndSb4dTf2H0orqA9N7NAchQEDQekwWiD5jYfEkGWk/viewform?edit_requested=true)\n",
|
||||||
|
"if you want to enroll BigQuery Vector Search Experimental."
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"cell_type": "markdown",
|
"cell_type": "markdown",
|
||||||
"metadata": {
|
"metadata": {
|
||||||
|
Loading…
Reference in New Issue
Block a user