Asset Name | Asset Type | Description |
---|---|---|
GenerationConfig_PO | Process object | Creates the prompt request. |
GeminiChatWithFileServerless | App connection | Gemini connection. |
Get Content from File | Process | Subprocess that reads the text from the uploaded file. |
Chat with File | Process | Process that reads the text from the uploaded file and answers the user's questions based on the contents of the file using the Gemini Large Language Model (LLM). |
Question With Context | Guide | Guide that allows users to ask questions to the LLM about the context from an uploaded file. |