fix: Update Qdrant port configuration to correct value in settings and deployment files
This commit is contained in:
parent
0d90e93227
commit
c6191180c8
|
|
@ -22,7 +22,7 @@ class Settings(BaseSettings):
|
|||
|
||||
# Qdrant
|
||||
qdrant_host: str = "vector.betelgeusebytes.io"
|
||||
qdrant_port: int = 6333
|
||||
qdrant_port: int = 433
|
||||
qdrant_collection: str = "hadiths"
|
||||
|
||||
# Elasticsearch
|
||||
|
|
|
|||
|
|
@ -71,7 +71,7 @@ spec:
|
|||
- name: HADITH_QDRANT_HOST
|
||||
value: "vector.betelgeusebytes.io"
|
||||
- name: HADITH_QDRANT_PORT
|
||||
value: "6333"
|
||||
value: "433"
|
||||
- name: HADITH_QDRANT_COLLECTION
|
||||
value: "hadiths"
|
||||
- name: HADITH_ES_HOST
|
||||
|
|
|
|||
Loading…
Reference in New Issue