We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f8e88a + adcbc5d commit c6a3feeCopy full SHA for c6a3fee
api/deps.py
@@ -1,7 +1,7 @@
1
from pinecone import Pinecone
2
from api.config import settings
3
4
-pc = Pinecone(api_key=settings.pinecone_api_key, source_tag="pinecone:fastapi-pinecone-async-example")
+pc = Pinecone(api_key=settings.pinecone_api_key, source_tag="pinecone:fastapi_pinecone_async_example")
5
6
def get_pinecone_dense_index():
7
return pc.IndexAsyncio(host=settings.pinecone_dense_index_host)
0 commit comments