Skip to content

Commit

Permalink
enabling sqlite database for storing per-user facts
Browse files Browse the repository at this point in the history
  • Loading branch information
Koziev committed Oct 29, 2022
1 parent 35d7a98 commit 2bcccf1
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion scripts/tg_bot.sh
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
CUDA_VISIBLE_DEVICES=-1 PYTHONPATH=.. python3 ../ruchatbot/frontend/telegram_bot.py --data_folder ../data --models_folder ../tmp --w2v_folder ../tmp --tmp_folder ../tmp
PYTHONPATH=.. \
python3 ../ruchatbot/bot/conversation_engine.py \
--mode telegram \
--chatbot_dir .. \
--log ../tmp/axioma.log \
--profile ../data/profile_1.json \
--bert ../tmp/rubert-tiny \
--db ../tmp/facts_db.sqlite

0 comments on commit 2bcccf1

Please sign in to comment.