mirror of
https://github.com/run-llama/llama-hub.git
synced 2026-07-01 20:44:00 -04:00
43e607faff
* first version of panel-chatbot * add panel to library * improve ui and make async * update README * add ticks * rename to VectorStoreIndex * simplify credits * include extra_files * fix anchor css * update readme * add png url * fix test issue * change to async * moving panel import * revert back * remove run execution in base.py * raise instead of warn * Update base.py --------- Co-authored-by: Andrei Fajardo <92402603+nerdai@users.noreply.github.com>
13 lines
115 B
Plaintext
13 lines
115 B
Plaintext
*.egg-info/
|
|
.modules
|
|
|
|
**/__pycache__/
|
|
.venv
|
|
**/.DS_Store
|
|
.vscode
|
|
.idea/
|
|
llama-hub.iml
|
|
llamahub/
|
|
img_cache/
|
|
.cache/
|