Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rohanchanana2/course-query-bot

A chatbot querying technical courses from Brainlox, using Langchain for data extraction and embedding generation. It provides a Flask RESTful API and Streamlit interface for handling user queries.
https://github.com/rohanchanana2/course-query-bot

flask-api langchain python streamlit vector-database

Last synced: 8 days ago
JSON representation

A chatbot querying technical courses from Brainlox, using Langchain for data extraction and embedding generation. It provides a Flask RESTful API and Streamlit interface for handling user queries.

Awesome Lists containing this project

README

        

# Course Query Bot

This project implements a custom chatbot that allows users to query technical courses from Brainlox. The chatbot uses Langchain for data extraction, creates embeddings for the course data and store it in a vector-store, and provides both a Flask RESTful API and a Streamlit interface for handling user queries.