Skip to content

Commit

Permalink
migrate to pinecone 3
Browse files Browse the repository at this point in the history
  • Loading branch information
DallanQ committed May 16, 2024
1 parent 14378ed commit 2169f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from fastapi import BackgroundTasks
from fastapi import FastAPI
from fastapi import Query
from pinecone.grpc import PineconeGRPC
from pinecone.grpc import PineconeGRPC # type: ignore
from pydantic import BaseModel
from starlette.requests import Request
from starlette.responses import Response
Expand Down

0 comments on commit 2169f3f

Please sign in to comment.