Prat0 commited on
Commit
a9f3a9e
·
verified ·
1 Parent(s): 65df949

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ def embed_setup():
35
  def qdrant_setup():
36
  client = qdrant_client.QdrantClient(
37
  os.getenv("QDRANT_URL"),
38
- api_key = os.getenv("QDRANT_API"),
39
  )
40
  return client
41
 
 
35
  def qdrant_setup():
36
  client = qdrant_client.QdrantClient(
37
  os.getenv("QDRANT_URL"),
38
+ api_key = os.getenv("QDRANT_API_KEY"),
39
  )
40
  return client
41