Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Handbook Generator (AI Engineering Assignment)
|
| 2 |
|
| 3 |
Same technology as the **policy** project: **Google ADK**, **LiteLLM** (OpenAI), and **Streamlit**. The UI talks to the ADK agent **directly** (no API). The agent uses a **RAG tool** (ChromaDB) to answer from uploaded PDFs.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: LunarTech
|
| 3 |
+
emoji: 🚀
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: indigo
|
| 6 |
+
sdk: docker
|
| 7 |
+
pinned: false
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
|
| 11 |
# Handbook Generator (AI Engineering Assignment)
|
| 12 |
|
| 13 |
Same technology as the **policy** project: **Google ADK**, **LiteLLM** (OpenAI), and **Streamlit**. The UI talks to the ADK agent **directly** (no API). The agent uses a **RAG tool** (ChromaDB) to answer from uploaded PDFs.
|