langchain/docs/extras/integrations
Holt Skinner 9f73fec057
fix: Update Google Cloud Enterprise Search to Vertex AI Search (#10513)
- Description: Google Cloud Enterprise Search was renamed to Vertex AI
Search
-
https://cloud.google.com/blog/products/ai-machine-learning/vertex-ai-search-and-conversation-is-now-generally-available
- This PR updates the documentation and Retriever class to use the new
terminology.
- Changed retriever class from `GoogleCloudEnterpriseSearchRetriever` to
`GoogleVertexAISearchRetriever`
- Updated documentation to specify that `extractive_segments` requires
the new [Enterprise
edition](https://cloud.google.com/generative-ai-app-builder/docs/about-advanced-features#enterprise-features)
to be enabled.
  - Fixed spelling errors in documentation.
- Change parameter for Retriever from `search_engine_id` to
`data_store_id`
- When this retriever was originally implemented, there was no
distinction between a data store and search engine, but now these have
been split.
- Fixed an issue blocking some users where the api_endpoint can't be set
2023-10-05 10:47:47 -07:00
..
callbacks Callback integration for Trubrics (#11059) 2023-09-28 16:20:19 -07:00
chat Add cohere /chat integration (#11389) 2023-10-05 09:20:47 -07:00
chat_loaders Harrison/stop importing from init (#10690) 2023-09-16 17:22:48 -07:00
document_loaders Add explanations to GoogleDriveLoader how to avoid errors (#11335) 2023-10-04 11:12:54 -04:00
document_transformers docs: document_transformers consistency (#10467) 2023-09-30 16:36:23 -07:00
llms Add prompt hub support for Mistral w/ Ollama (#11315) 2023-10-03 08:17:46 -07:00
memory docs: integrations/memory consistency (#10255) 2023-09-30 16:35:55 -07:00
platforms fix: Update Google Cloud Enterprise Search to Vertex AI Search (#10513) 2023-10-05 10:47:47 -07:00
providers merge pages into google and AWS pages (#11312) 2023-10-04 13:44:23 -07:00
retrievers fix: Update Google Cloud Enterprise Search to Vertex AI Search (#10513) 2023-10-05 10:47:47 -07:00
text_embedding Fix typo in gradient.ipynb (#11206) 2023-09-29 11:45:40 -04:00
toolkits Harrison/stop importing from init (#10690) 2023-09-16 17:22:48 -07:00
tools SearchApi integration (#11023) 2023-09-28 18:08:37 -07:00
vectorstores Add Vespa vector store (#11329) 2023-10-04 14:59:11 -04:00