x-pinecone-request-lsn
.
The following example demonstrates how to get the LSN for an upsert
request using the curl
option -i
. This option tells curl to include headers in the displayed response. Use the same method to get the LSN for an update
or delete
request.
x-pinecone-max-indexed-lsn
is 4. This means that the index has performed 4 write operations since its creation.
x-pinecone-max-indexed-lsn
.
By checking the LSN in your query results, you can confirm that the LSN is greater than or equal to the LSN of the relevant write operation, indicating that the results of that operation are present in the query results.
The following example makes a query
request to the index:
x-pinecone-max-indexed-lsn
is 5.