Spaces:
Sleeping
Sleeping
Commit
·
34dc89e
1
Parent(s):
42bf1d4
updated readme
Browse files
README.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# 🧠 Krishna's Personal AI Chatbot
|
| 2 |
|
| 3 |
A memory-grounded, retrieval-augmented AI assistant built with LangChain, FAISS, BM25, and Llama3 — personalized to Krishna Vamsi Dhulipalla’s career, projects, and technical profile.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Personal ChatBot
|
| 3 |
+
emoji: 💬
|
| 4 |
+
colorFrom: yellow
|
| 5 |
+
colorTo: purple
|
| 6 |
+
sdk: gradio
|
| 7 |
+
sdk_version: 5.0.1
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
license: apache-2.0
|
| 11 |
+
short_description: Krishna's Persona Chat Bot using Multi RAG network
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
# 🧠 Krishna's Personal AI Chatbot
|
| 15 |
|
| 16 |
A memory-grounded, retrieval-augmented AI assistant built with LangChain, FAISS, BM25, and Llama3 — personalized to Krishna Vamsi Dhulipalla’s career, projects, and technical profile.
|