Notebooks
W
Weaviate
Rag Titan Text Express V1 Bedrock

Rag Titan Text Express V1 Bedrock

vector-searchvector-databaseretrieval-augmented-generationllm-frameworksweaviate-featuresfunction-callingawsweaviate-recipesmodel-providersPythongenerative-ai

Open In Colab

Dependencies

[ ]

Configuration

[ ]

Create a collection

Collection stores your data and vector embeddings.

[ ]

Import the Data

[ ]

Generative Search Queries

Single Result

Single Result makes a generation for each individual search result.

In the below example, I want to create a Facebook ad from the Jeopardy question about Elephants.

[ ]

Grouped Result

Grouped Result generates a single response from all the search results.

The below example is creating a Facebook ad from the 2 retrieved Jeoprady questions about animals.

[ ]