Simple RAG Consumption with Pinecone > Using the Simple RAG Consumption with Pinecone recipe > Configuring and publishing the processes
  

Configuring and publishing the processes

The Get Gemini Embeddings process, Pinecone Upsert Embedding process, and Fill Empty Pinecone Index Using Gemini AI process consume the user's input text, modify it to a vector representation, and save it to the Pinecone index.
To configure and publish the processes, perform the following steps:
  1. 1Open the following processes in the order specified below:
    1. aGet Gemini Embeddings
    2. bPinecone Upsert Embedding
    3. cFill Empty Pinecone Index Using Gemini AI
    4. dGet Embeddings
    5. eQuery Pinecone
    6. fGenerate Embeddings Model
    7. gQuery LLM With Context (Gemini)
    8. hQuery LLM with Context using Embeddings Model
  2. 2For each process, on the Start tab of the Start step, select Cloud Server from the Run On list.
  3. 3Optionally, for the Query LLM with Context using Embeddings Model process, in the Set LLM Models step, in the Assignments tab, you can update the values in the Set_Context_Model and Set_Embedding_Model fields.
  4. 4Save and publish all the processes.