Chatbot / README.md
jyotimaurya2610's picture
Update README.md
7119e21 verified

A newer version of the Gradio SDK is available: 6.12.0

Upgrade
metadata
title: TinyLlama Chatbot with Nomic Embedding
emoji: πŸ€–
colorFrom: blue
colorTo: green
sdk: gradio
sdk_version: 5.38.0
app_file: app.py
pinned: false

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference

🧠 TinyLlama + Nomic Embedding Chatbot

This Hugging Face Space is a lightweight chatbot powered by:

  • TinyLlama – for response generation (~1.1B params)
  • Nomic Embed Text v1 – for document embeddings
  • FAISS – for vector search
  • Gradio – for interactive UI

βœ… Features:

  • Upload custom knowledge base
  • Ask questions and get answers using TinyLlama
  • Lightweight and CPU-friendly

Built with ❀️ using open-source models.