Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
paulmontreal
/
chat
like
0
Running
App
Files
Files
Fetching metadata from the HF Docker repository...
main
chat
Ctrl+K
Ctrl+K
2 contributors
History:
34 commits
Paul Magee
fix for shadow header
775d896
3 months ago
.streamlit
name changed frontend to Public_Chat so it appears as Public Chat in new sidebar.
3 months ago
chatbot
Comprehensive UI/UX and Architecture Improvements
3 months ago
data
Initial commit: Basic chatbot implementation with LlamaIndex
3 months ago
database
Comprehensive UI/UX and Architecture Improvements
3 months ago
feedback
updated docs
3 months ago
myenv
Comprehensive UI/UX and Architecture Improvements
3 months ago
pages
name changed frontend to Public_Chat so it appears as Public Chat in new sidebar.
3 months ago
test_data
Comprehensive UI/UX and Architecture Improvements
3 months ago
tests
Comprehensive UI/UX and Architecture Improvements
3 months ago
utils
updated docs
3 months ago
.gitattributes
Safe
1.52 kB
initial commit
3 months ago
.gitignore
Safe
625 Bytes
Comprehensive UI/UX and Architecture Improvements
3 months ago
DEPLOYMENT.md
Safe
9.68 kB
deployment docs update for huggingface
3 months ago
Future_Improvements.md
Safe
13.7 kB
updated docs
3 months ago
README.md
Safe
3.72 kB
Merge branch 'main' of https://huggingface.co/spaces/paulmontreal/chat
3 months ago
app.py
Safe
16.7 kB
fix for shadow header
3 months ago
architecture.md
Safe
17.4 kB
updated docs
3 months ago
backend.py
Safe
17.8 kB
Implement Conversation Context Management
3 months ago
chatbot.py
Safe
9.35 kB
Initial commit: Basic chatbot implementation with LlamaIndex
3 months ago
config.py
Safe
1.86 kB
feedback system added that stores relevant responses. need to add a dbase next to store feedback responses at scale.
3 months ago
frontend_fixed.py
Safe
5.54 kB
Fixed a bug in memory optimization changes.
3 months ago
originalapp.py
Safe
2.56 kB
Refactor Streamlit chatbot application into app.py, enhancing UI and feedback management. Removed originalapp.py and Public_Chat.py. Added environment variable fixes for cloud deployment. Improved message handling and session state management.
3 months ago
requirements.txt
Safe
241 Bytes
incorrect supabase requirement fixed
3 months ago
supabase_test.py
Safe
600 Bytes
updated docs
3 months ago
test_imports.py
Safe
1.34 kB
Fixed a bug in memory optimization changes.
3 months ago
test_reindex.py
Safe
3.03 kB
Comprehensive UI/UX and Architecture Improvements
3 months ago