Spaces:
Runtime error
Runtime error
A newer version of the Gradio SDK is available: 6.12.0
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.