Simple RAG Consumption with Pinecone

Simple RAG Consumption with Pinecone

Prerequisites for creating an index in Pinecone

Prerequisites for creating an index in Pinecone

To ensure that the process works correctly, you must create an index in Pinecone and add text for the context. The context is then converted into vectors using the Gemini Embeddings process.
  1. Open the
    Create a new index
    page in Pinecone.
  2. In the
    Default
    field, enter an index name and in the
    Dimensions
    field, enter the value
    768
    as shown in the following image:
    The image shows the Create a new index page in Pinecone.
  3. Click
    Create index
    .
After creating the index, you can use the
HOST
value without
https://
in the
Index_Host
input parameter as shown in the following image:
The image shows the Pinecone index host value.

0 COMMENTS

We’d like to hear from you!