mirror of
https://github.com/aljazceru/enclava.git
synced 2025-12-18 16:04:28 +01:00
renaming
This commit is contained in:
@@ -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__ = [
|
||||
|
||||
@@ -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]
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user