29 lines
744 B
Plaintext
29 lines
744 B
Plaintext
./app/functions/chatbot_functions.py
|
|
./app/functions/scraping_functions.py
|
|
./app/functions/embedding_functions.py
|
|
./app/functions/indexing_functions.py
|
|
./app/functions/reading_functions.py
|
|
./app/functions/export_functions.py
|
|
./app/test_db_conn.py
|
|
./app/main_dev.py
|
|
./app/api/core.py
|
|
./app/api/endpoints.py
|
|
./app/db/database.ini
|
|
./app/db/sql/database_reset.sql
|
|
./app/db/sql/table_initialize.sql
|
|
./app/db/database.py
|
|
./app/db/config.py
|
|
./app/static/favicon/site.webmanifest
|
|
./app/static/js/app-api.js
|
|
./app/static/js/app.js
|
|
./app/static/css/app.css
|
|
./app/redis_manager.py
|
|
./app/utils/prompts.yaml
|
|
./app/main_prod.py
|
|
./.env
|
|
./templates/bkup_app.html
|
|
./templates/app.html
|
|
./templates/index.html
|
|
./test_user_info.sh
|
|
./tests/test_redis_connection.py
|