Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
JulsdL
/
SmartQuery
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
b77b218
SmartQuery
Ctrl+K
Ctrl+K
3 contributors
History:
7 commits
JulsdL
Enhance app.py with environmental loading, transcription, and text-to-speech capabilities using ElevenLabs API and AsyncOpenAI; refactor message processing and integrate audio handling steps.
b77b218
about 1 year ago
.gitignore
3.13 kB
Updated gitignore
about 1 year ago
.tables
Safe
0 Bytes
Add initial implementation of SQL agent with few-shot learning and ChainLit integration for dynamic SQL query generation and execution based on user input.
about 1 year ago
README.md
88 Bytes
Refactor app.py to use async context for SmartQuery Agent, enhance error handling, and streamline message streaming. Add comprehensive documentation in chainlit.md and update prompt_templates.py to improve user query responses. Update README.md with project metadata.
about 1 year ago
SELECT
Safe
0 Bytes
Add initial implementation of SQL agent with few-shot learning and ChainLit integration for dynamic SQL query generation and execution based on user input.
about 1 year ago
app.py
4.55 kB
Enhance app.py with environmental loading, transcription, and text-to-speech capabilities using ElevenLabs API and AsyncOpenAI; refactor message processing and integrate audio handling steps.
about 1 year ago
chainlit.md
647 Bytes
Refactor app.py to use async context for SmartQuery Agent, enhance error handling, and streamline message streaming. Add comprehensive documentation in chainlit.md and update prompt_templates.py to improve user query responses. Update README.md with project metadata.
about 1 year ago
old_app.py
911 Bytes
Enhance app.py with environmental loading, transcription, and text-to-speech capabilities using ElevenLabs API and AsyncOpenAI; refactor message processing and integrate audio handling steps.
about 1 year ago
prompt_templates.py
Safe
3.04 kB
Refactor app.py to use async context for SmartQuery Agent, enhance error handling, and streamline message streaming. Add comprehensive documentation in chainlit.md and update prompt_templates.py to improve user query responses. Update README.md with project metadata.
about 1 year ago
requirements.txt
Safe
80 Bytes
Add initial implementation of SQL agent with few-shot learning and ChainLit integration for dynamic SQL query generation and execution based on user input.
about 1 year ago
sql_agent.py
2.86 kB
Enhance sql_agent.py by adding AST and regex imports, implementing query_as_list function for database querying, and integrating a new retriever tool for proper noun search using FAISS vector store.
about 1 year ago