fix: Update Qdrant port configuration to correct value in settings and deployment files

This commit is contained in:
salah 2026-02-26 23:28:28 +01:00
parent 0d90e93227
commit c6191180c8
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ class Settings(BaseSettings):
# Qdrant # Qdrant
qdrant_host: str = "vector.betelgeusebytes.io" qdrant_host: str = "vector.betelgeusebytes.io"
qdrant_port: int = 6333 qdrant_port: int = 433
qdrant_collection: str = "hadiths" qdrant_collection: str = "hadiths"
# Elasticsearch # Elasticsearch

View File

@ -71,7 +71,7 @@ spec:
- name: HADITH_QDRANT_HOST - name: HADITH_QDRANT_HOST
value: "vector.betelgeusebytes.io" value: "vector.betelgeusebytes.io"
- name: HADITH_QDRANT_PORT - name: HADITH_QDRANT_PORT
value: "6333" value: "433"
- name: HADITH_QDRANT_COLLECTION - name: HADITH_QDRANT_COLLECTION
value: "hadiths" value: "hadiths"
- name: HADITH_ES_HOST - name: HADITH_ES_HOST