renamed google_vertex_ai_vector_search notebook (#13484)

The `integrations/vectorstores/matchingengine.ipynb` example has the
"Google Vertex AI Vector Search" title. This place this Title in the
wrong order in the ToC (it is sorted by the file name).
- Renamed `integrations/vectorstores/matchingengine.ipynb` into
`integrations/vectorstores/google_vertex_ai_vector_search.ipynb`.
- Updated a correspondent comment in docstring
- Rerouted old URL to a new URL

---------

Co-authored-by: Erick Friis <erick@langchain.dev>
This commit is contained in:
Leonid Ganeline
2023-11-28 16:58:29 -08:00
committed by GitHub
parent f5326cfb4e
commit 52eee458bb
3 changed files with 9 additions and 4 deletions

View File

@@ -504,6 +504,10 @@
"source": "/docs/integrations/vectorstores/async_faiss",
"destination": "/docs/integrations/vectorstores/faiss_async"
},
{
"source": "/docs/integrations/vectorstores/matchingengine",
"destination": "/docs/integrations/vectorstores/google_vertex_ai_vector_search"
},
{
"source": "/docs/integrations/cerebriumai",
"destination": "/docs/integrations/providers/cerebriumai"