Spaces:
Build error
Build error
Change to absolute path
Browse files
realtime_ai_character/database/chroma.py
CHANGED
@@ -17,6 +17,6 @@ def get_chroma():
|
|
17 |
chroma = Chroma(
|
18 |
collection_name='llm',
|
19 |
embedding_function=embedding,
|
20 |
-
persist_directory='
|
21 |
)
|
22 |
return chroma
|
|
|
17 |
chroma = Chroma(
|
18 |
collection_name='llm',
|
19 |
embedding_function=embedding,
|
20 |
+
persist_directory='/realtime_ai_character/chroma.db'
|
21 |
)
|
22 |
return chroma
|