fine-tune-rag / README.md
soureesh1211's picture
Update README.md
42cc988 verified

A newer version of the Streamlit SDK is available: 1.44.0

Upgrade
metadata
title: RAG-Powered Code Assistant
emoji: πŸ€–
colorFrom: blue
colorTo: purple
sdk: streamlit
sdk_version: 1.32.2
app_file: app.py
pinned: false

πŸ” RAG-Powered Code Assistant

Fine-tuned Gemma-2B model integrated with ChromaDB for Hybrid Retrieval-Augmented Generation (RAG).

βš™οΈ Features:

  • Fine-tuned Gemma-2B for advanced Python code generation and assistance.
  • ChromaDB integration for efficient context retrieval.
  • Seamless deployment using Hugging Face Spaces and Streamlit.

πŸš€ How to Use:

  • Enter a Python coding query.
  • Choose how many relevant context documents to retrieve.
  • Receive accurate and context-aware code responses.