Data's Blog

//----

Pinecone :

   Left Pane :

     Default Prject

    -->Index (Like database)

    -->Collection

    -->API Key (used for programming access)

    -->Member

Work on Pinecone Console:

1) first select project or create new project

2) create index inside project (while creation, you can give dimention)

    a) option create/delete

    b) backup and replica setting

3) if you click on index you can see vector

4) from console you can create/update and delete in index

 

Create index :

 1) name - xyz

 2) dimension - 6 or any

 3) matrix - cosine

 4) pod type : s1(best storage)/ p1(faster query)/p2(low latency any hight througput)

 5) now create

 

you can see JSON editor:

     metadata {

             }

     values {# we configure 6 dimention

          0

          0

          0 

          0 

          0 

          0 

          }

//----
Choose Colour