themissingCRAM
commited on
Commit
·
6cb6295
1
Parent(s):
7ac0bf5
unsloth bnb 4bits
Browse files
README.md
CHANGED
@@ -7,8 +7,7 @@ sdk: gradio
|
|
7 |
sdk_version: 5.23.3
|
8 |
app_file: app.py
|
9 |
pinned: True
|
10 |
-
short_description: an LLM multiagent system with
|
11 |
-
|
12 |
---
|
13 |
|
14 |
an LLM multiagent system with self correcting text2sql agent and RAG agent using smolagents, gradio, HF Spaces, sqlalchemy,lanchain for sematic search, chromadb
|
|
|
7 |
sdk_version: 5.23.3
|
8 |
app_file: app.py
|
9 |
pinned: True
|
10 |
+
short_description: an bakery themed LLM multiagent system with orders sqlite database and recipe rag
|
|
|
11 |
---
|
12 |
|
13 |
an LLM multiagent system with self correcting text2sql agent and RAG agent using smolagents, gradio, HF Spaces, sqlalchemy,lanchain for sematic search, chromadb
|
app.py
CHANGED
@@ -217,7 +217,8 @@ if __name__ == "__main__":
|
|
217 |
|
218 |
with gr.Blocks() as b:
|
219 |
gr.Markdown('''
|
220 |
-
#
|
|
|
221 |
Not working at the moment due to a pontential bug in smolagent library.
|
222 |
''')
|
223 |
chatbot = gr.Chatbot(type="messages", height=1000)
|
|
|
217 |
|
218 |
with gr.Blocks() as b:
|
219 |
gr.Markdown('''
|
220 |
+
#a bakery shop ordering LLM multiagent system with self correcting text2sql agent for orders and RAG agent for recipes.
|
221 |
+
using smolagents, gradio, HF Spaces, sqlalchemy,lanchain for sematic search, chromadb
|
222 |
Not working at the moment due to a pontential bug in smolagent library.
|
223 |
''')
|
224 |
chatbot = gr.Chatbot(type="messages", height=1000)
|