Loading repository data…
Loading repository data…
amandeep-gupta19 / repository
Created a custom chatbot using Langchain. Here's a summary of what I did: Data Extraction: I gathered data about technical courses from the Brainlox website using Langchain’s URL loaders. Embedding Creation & Storage: I converted this data into embeddings and stored it in a vector store for efficient searching. API Development: I built a Flask
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
pip install -r requirements.txt
or
pip3 install -r requirements.txt
python3 extraction.py
python3 create_embeddings.py
python3 app.py
Use Postman or curl to send POST requests to http://127.0.0.1:5000/search
Like:
curl -X POST http://127.0.0.1:5000/search -H "Content-Type: application/json" -d '{"query": "cloud computing"}'