langchain/docs/extras/use_cases/question_answering/how_to
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
..
code fix: Update Google Cloud Enterprise Search to Vertex AI Search (#10513) 2023-10-05 10:47:47 -07:00
conversational_retrieval_agents.ipynb Harrison/conversational retrieval agent (#8639) 2023-08-02 18:05:15 -07:00
document-context-aware-QA.ipynb mv popular and additional chains to use cases (#8242) 2023-07-27 12:55:13 -07:00
flare.ipynb mv popular and additional chains to use cases (#8242) 2023-07-27 12:55:13 -07:00
hyde.ipynb mv popular and additional chains to use cases (#8242) 2023-07-27 12:55:13 -07:00
local_retrieval_qa.ipynb rename repo namespace to langchain-ai (#11259) 2023-10-01 15:30:58 -04:00
multiple_retrieval.ipynb multiple retreival in parralel (#9174) 2023-08-13 10:03:54 -07:00
qa_citations.ipynb mv popular and additional chains to use cases (#8242) 2023-07-27 12:55:13 -07:00
vector_db_text_generation.ipynb mv popular and additional chains to use cases (#8242) 2023-07-27 12:55:13 -07:00