langchain/docs/extras/use_cases
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
..
more Add optional Cypher validation tool (#11078) 2023-10-04 12:54:37 -04:00
qa_structured mv data bricks sql page (#10748) 2023-09-18 14:54:41 -07:00
question_answering fix: Update Google Cloud Enterprise Search to Vertex AI Search (#10513) 2023-10-05 10:47:47 -07:00
apis.ipynb Add use case nb position (#10299) 2023-09-06 15:46:33 -07:00
chatbots.ipynb Add use case nb position (#10299) 2023-09-06 15:46:33 -07:00
code_understanding.ipynb rename repo namespace to langchain-ai (#11259) 2023-10-01 15:30:58 -04:00
extraction.ipynb Fix typing imports in extraction usecase (#11402) 2023-10-04 13:55:02 -07:00
summarization.ipynb Add use case nb position (#10299) 2023-09-06 15:46:33 -07:00
tagging.ipynb Add use case nb position (#10299) 2023-09-06 15:46:33 -07:00
web_scraping.ipynb Kay retriever (#10657) 2023-09-25 13:10:13 -07:00