root layout

패스트캠퍼스

  1. 강의 질문
  2. 인공지능

part2 pinecone index관련 에러 문의

2025.04.02 14:51 작성

01.Pinecone을 활용한 인재 추천 시스템.ipynb

에서 index.upsert()를 사용하게되면, 아래와같은 에러가 발생하는데, 해결방법이 있을까요? 실습강의에서는 앞쪽 실행내용은 안보여주셔서 확인이 좀 어렵습니다



----> 4     index.upsert(vectors=batch,
      5                   namespace="work_exp")



12 frames


/usr/local/lib/python3.11/dist-packages/pinecone/openapi_support/rest_utils.py in raise_exceptions_or_return(r)
     47             raise ServiceException(http_resp=r)
     48 
---> 49         raise PineconeApiException(http_resp=r)
     50 
     51     return r


PineconeApiException: (400)
Reason: Bad Request
HTTP response headers: HTTPHeaderDict({'Content-Length': '297', 'content-type': 'text/plain', 'date': 'Wed, 02 Apr 2025 05:47:26 GMT', 'server': 'envoy', 'Via': '1.1 google', 'Alt-Svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'})
HTTP response body: The gcp-starter environment will be deprecated on April 3rd, and all remaining starter indexes will be automatically converted to serverless indexes. To avoid disruptions, you may migrate your index before this date https://docs.pinecone.io/guides/indexes/convert-a-gcp-starter-index-to-serverless

답변 

연관 질문

커뮤니티 질문보기