aelitta commited on
Commit
4f24ad1
1 Parent(s): 57f2ce8

Update ingest.py

Browse files
Files changed (1) hide show
  1. ingest.py +1 -1
ingest.py CHANGED
@@ -15,7 +15,7 @@ texts = text_splitter.split_documents(documents)
15
 
16
  url = "http://0.0.0.0:6333" # This is the same URL that must match Step 4d
17
  qdrant_api_key = os.environ['QDRANT_API_KEY']
18
- url = os.environ['QDRANT_URL']+':6333'
19
 
20
  qdrant = Qdrant.from_documents(
21
  texts,
 
15
 
16
  url = "http://0.0.0.0:6333" # This is the same URL that must match Step 4d
17
  qdrant_api_key = os.environ['QDRANT_API_KEY']
18
+ url = os.environ['QDRANT_URL']
19
 
20
  qdrant = Qdrant.from_documents(
21
  texts,