نقاط نهاية API
- لوحة التحكم:
http://<SERVER-IP>:6333/dashboard - واجهة REST API:
http://<SERVER-IP>:6333 - واجهة gRPC API:
<SERVER-IP>:6334
الوصول إلى لوحة التحكم
- افتح لوحة تحكم Qdrant:
http://<SERVER-IP>:6333/dashboard - عند الطلب، أدخل مفتاح API المخزَّن في:
/root/qdrant/config/production.yaml - لا يستخدم Qdrant حسابات مستخدمين. تتم المصادقة عبر مفاتيح API.
مفاتيح API
تُخزَّن مفاتيح API المُولَّدة في:
/root/qdrant/config/production.yaml
This file contains:
api_keyread_only_api_key
استخرج مفاتيح API:
grep api_key /root/qdrant/config/production.yaml
grep read_only_api_key /root/qdrant/config/production.yaml
استخدم مفتاح API للقراءة فقط في التطبيقات التي تحتاج إلى عمليات بحث فقط.
الملفات والمجلدات المهمة
- مسار التثبيت:
/root/qdrant - ملف Compose:
/root/qdrant/docker-compose.yml - ملف التكوين:
/root/qdrant/config/production.yaml - دليل البيانات:
/root/qdrant/qdrant_data - مجلد اللقطات:
/root/qdrant/snapshots
ملاحظات
- يُتيح هذا التثبيت الوصول إلى Qdrant عبر HTTP دون TLS.
- فكّر في تفعيل TLS لتشفير حركة البيانات بين العملاء ونسخة Qdrant لديك، لأمان أفضل وللاستخدام في الإنتاج.
- راجِع وحدِّث الإعدادات في
/root/qdrant/config/production.yamlbased on your requirements and security preferences before using Qdrant in production.