Asset Name | Asset Type | Description |
|---|---|---|
Gemini Embedding Model | Embedding model connection | Gemini text-embedding-004 embedding model with 768 embedding dimensions. |
Gemini 2.5 Flash Model | Model connection | Gemini 2.5 Flash model. |
Pinecone_Retriever | Tool connection | Tool that uses the Gemini embedding model. |
Pinecone Knowledge Agent | Agent flow | Converts user queries into vectors, searches Pinecone for the most relevant knowledge chunks, and returns context-aware answers based on the retrieved data. |