Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chatbot Microservice with Django and LangChain

This repository contains a microservice built using Python and Django, designed to handle chatbot functionalities. The service leverages the LangChain framework to enable advanced language processing and conversation management.

Features

  • Django Framework: Utilizes Django for robust and scalable web service architecture.
  • LangChain Integration: Implements LangChain to manage and process natural language conversations.
  • RESTful API: Exposes endpoints for integrating with other services or front-end applications.
  • Modular Design: Easy to extend and customize for various chatbot use cases.

Prerequisites

  • Python 3.8+
  • Django 4.0+
  • LangChain: Ensure you have the necessary libraries installed. See the Installation section for more details.

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/chatbot-microservice.git
    cd chatbot-microservice
    
  2. Activate a virtual environment: source venv/bin/activate

  3. Install the dependencies: pip install -r requirements.txt

  4. Run Server python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages