Mindinventory / Collabchatbot-Gemini-LLM

CollabChatbot is a cutting-edge, open-source project designed to revolutionize how organizations access employee information and foster team collaboration. This beta version introduces a suite of powerful features, including instant personal details, real-time occupancy updates, skill identification, and smart team-building recommendations

Home Page:https://www.mindinventory.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CollabChatbot Beta: Elevate Your Employee Information and Team-Building Experience with LLM and your SQL data! πŸš€

MySQL SQLite ChatGPT FastAPI Python Pandas

A powerful LLM based Chatbot system developed by MindInventory

Welcome to CollabChatbot – your personal assistant designed to streamline access to employee data and enhance team-building efforts. This beta version introduces a powerful suite of features that redefine how you interact with employee information and foster collaboration within your organization.

Key Features:

  • Personal Info: Obtain instant details on any employee. πŸ§‘β€πŸ’Ό
  • Occupancy: Access real-time updates on employee locations. πŸ“
  • Skills: Effortlessly identify specific skill sets of your team members. πŸ’ΌπŸ”
  • Recommendations: Receive smart team-building suggestions based on skills and occupancy. 🀝
collabchatbot_demo.mp4

Advanced Technology Integration πŸ€–

CollabChatbot is built on an innovative integration of cutting-edge tools and frameworks, ensuring unparalleled functionality and efficiency. Developed with a unique blend of technologies, including Pandas, Llamacpp, Gemini Pro, Langchain, and FastAPI, it excels in generating dynamic Pandas queries for seamless tabular data retrieval and manipulation.

This advanced technological foundation guarantees that CollabChatbot provides users with an intuitive and powerful solution for accessing and analyzing employee information. Elevate your workplace experience with CollabChatbot Beta – where efficiency meets collaboration seamlessly.

Project Setup πŸ‘¨β€πŸ’»πŸš€

Welcome to our awesome project! πŸŽ‰ Follow these simple steps to get everything up and running smoothly.

Prerequisites πŸ› οΈ

  • Python Version: This project requires Python ^3.10.12. Make sure you have it installed on your machine.

Setting up the Environment 🌐

  1. Virtual Environment:

    python -m venv venv
  2. Install Dependencies:

    source venv/bin/activate  # activate virtual environment (Linux/Mac)
    pip install -r requirements.txt
  3. Environment Variables: Create a .env file in the root directory and add your Google API Key:

    GOOGLE_API_KEY=your_api_key_here
    

Repository Configuration πŸ“

  1. Cache Directory: Create a cache directory inside src/repositories:

    mkdir src/repositories/cache
  2. Cache Files: Inside the src/repositories/cache directory, create the following files:

    • employee_profile.pkl
    • team_info.pkl
    • agenda_management.pkl

Run the Application πŸš€

  1. Change Directory:

    cd src
  2. Run Uvicorn:

    uvicorn main:app --reload

Connecting CollabChatbot with SQL Database πŸ—ƒοΈ

CollabChatbot is not just about accessing employee information; it goes a step further by seamlessly integrating with SQL databases commonly used in enterprise businesses. This powerful integration allows CollabChatbot to harness the full potential of Large Language Models (LLM) and SQL data, providing a comprehensive solution for organizational needs.

  • SQL Database Integration πŸ”„ CollabChatbot connects effortlessly with your SQL database, enabling real-time access to structured data. By utilizing the power of SQL queries, it facilitates:

  • Customized Data Retrieval: Tailor your queries to retrieve specific employee details, team information, or any other relevant data directly from your SQL database.

  • Dynamic Data Manipulation: Perform dynamic data manipulations and transformations using SQL queries, ensuring that the information presented is always up-to-date and relevant.

Enterprise Business Benefits 🏒

  1. Data Security and Compliance πŸ”’ CollabChatbot ensures that sensitive employee information stored in SQL databases remains secure. It adheres to industry standards for data privacy and compliance, providing a reliable and secure platform for accessing essential organizational data.

  2. Enhanced Decision-Making πŸ’‘ By seamlessly integrating with SQL databases, CollabChatbot empowers decision-makers with real-time, accurate data. This enhances the decision-making process by providing insights into employee skills, team structures, and occupancy, ultimately contributing to more informed and strategic decisions.

  3. Streamlined Collaboration πŸ‘₯ Efficient collaboration is at the heart of CollabChatbot. The integration with SQL databases streamlines access to collaborative tools, ensuring that teams can easily leverage the platform to enhance communication, project planning, and overall team productivity.

  4. Scalability and Flexibility πŸš€ CollabChatbot's integration with SQL databases ensures scalability and adaptability to the evolving needs of your enterprise. As your organization grows, CollabChatbot grows with it, effortlessly handling increased data volumes and expanding functionalities.

SQL Integration Setup πŸ› οΈ

  1. SQLAlchemy Integration:
  • CollabChatbot utilizes SQLAlchemy to establish a connection with your SQL database. Ensure that you have the necessary SQLAlchemy configurations set up in your project.
  1. SQL Query Execution:
  • Leverage the power of SQL queries to interact with your database. CollabChatbot's advanced technology seamlessly integrates these queries, allowing for dynamic data retrieval and manipulation.
  1. Data Mapping:
  • Define clear data mappings between your SQL database schema and CollabChatbot's data models. This ensures accurate interpretation and presentation of the retrieved information. By combining the capabilities of LLM, SQL data, and CollabChatbot's advanced features, your organization can elevate its employee information and team-building experience to new heights. Welcome to a future where technology meets collaboration seamlessly! πŸš€πŸŒ

That's it! πŸš€ Your project is now up and running. ✨

About

CollabChatbot is a cutting-edge, open-source project designed to revolutionize how organizations access employee information and foster team collaboration. This beta version introduces a suite of powerful features, including instant personal details, real-time occupancy updates, skill identification, and smart team-building recommendations

https://www.mindinventory.com


Languages

Language:Python 100.0%