6 lines
211 B
Python
6 lines
211 B
Python
|
|
model_url = "http://localhost:11434/api/embed"
|
||
|
|
model_name = "nomic-embed-text"
|
||
|
|
memories_db_path = "./memories"
|
||
|
|
memories_table = "knowledge_stories"
|
||
|
|
memories_vector_size = 768
|