This commit is contained in:
2025-08-19 10:25:11 +02:00
parent 69a947fa0b
commit d3440ccb1b
52 changed files with 113 additions and 113 deletions

View File

@@ -12,7 +12,7 @@ This module provides AI chatbot capabilities with:
from .main import ChatbotModule, create_module
__version__ = "1.0.0"
__author__ = "AI Gateway Team"
__author__ = "Enclava Team"
# Export main classes for easy importing
__all__ = [

View File

@@ -803,7 +803,7 @@ class ChatbotModule(BaseModule):
try:
# Try to verify the collection exists in Qdrant
from qdrant_client import QdrantClient
qdrant_client = QdrantClient(host="shifra-qdrant", port=6333)
qdrant_client = QdrantClient(host="enclava-qdrant", port=6333)
collections = qdrant_client.get_collections()
collection_names = [c.name for c in collections.collections]

View File

@@ -1,7 +1,7 @@
name: chatbot
version: 1.0.0
description: "AI Chatbot with RAG integration and customizable prompts"
author: "AI Gateway Team"
author: "Enclava Team"
category: "conversation"
# Module lifecycle