Skip to content

Commit 5e43e56

Browse files
authored
chore: Remove VAIS Notebooks and add Redirect Link (#173)
1 parent dc1e9d3 commit 5e43e56

6 files changed

Lines changed: 1 addition & 5947 deletions
Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1 @@
1-
2-
# What is Vertex AI Search?
3-
Vertex AI Search (VAIS) is a fully-managed platform, powered by large language models, that lets you build AI-enabled search and recommendation experiences for your public or private websites or mobile applications
4-
5-
VAIS can handle a diverse set of data sources including structured, unstructured, and website data, as well as data from third-party applications such as Jira, Salesforce, and Confluence.
6-
7-
VAIS also has built-in integration with LLMs which enables you to provide answers to complex questions, grounded in your data
8-
9-
# Sample Notebooks
10-
This folder contains a series of notebooks to demonstrate how different functionalities within Vertex AI Search can be used
11-
12-
We aim to keep these notebooks broader than a single API call and smaller than a fully fledged application.
13-
14-
The notebooks are expected to serve as building blocks which can be combined to achieve higher levels goals (e.g. ingest unstructured docuemnts with metadata and generate accurate answers based on that)
15-
16-
We will try to use REST APIs which will hopefully make the codes easier to understand without a need to read through documentations of different object types. For production use, many customer prefer Client libraries. Please consult the [official documentation](https://cloud.google.com/generative-ai-app-builder/docs/apis) for alternative ways of achieving the same goals.
17-
18-
# List of Notebooks
19-
1. [Ingestion of Unstructured Documents with Metadata in Vertex AI Search](./ingesting_unstructured_documents_with_metadata.ipynb)
20-
2. [Parsing and Chunking in Vertex AI Search: Featuring BYO Capabilities](./parsing_and_chunking_with_BYO.ipynb)
21-
3. [Defining custom attributes based on URL patterns in Vertex AI Search Website Datastores](./custom_attributes_by_url_pattern.ipynb)
22-
4. [Query-Level Boosting, Filtering, and Facets for Vertex AI Search Website Datastores](./query_level_boosting_filtering_and_facets.ipynb)
23-
5. [Inline Ingestion of Documents into Vertex AI Search](./inline_ingestion_of_documents.ipynb)
1+
# MOVED TO https://github.com/GoogleCloudPlatform/generative-ai/tree/main/search/vais-building-blocks

0 commit comments

Comments
 (0)