memories/config.py

7 lines
212 B
Python
Raw Normal View History

2026-07-07 05:44:02 +07:00
ragroleplay_db_path = "./ragroleplay"
ragroleplay_vector_size = 768 # used on table create only
ragroleplay_model_url = "http://localhost:11434/api/embed"
ragroleplay_model_name = "nomic-embed-text"
2026-07-07 05:13:49 +07:00