7 lines
212 B
Python
7 lines
212 B
Python
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"
|
|
|
|
|