You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.
Tried setting a different dir for chroma but seems to go back to updating the default /db location.
'vectordb': {
'provider': 'chroma',
'config': {
'collection_name': 'test_app2',
'dir': 'db1',
'allow_reset': True
},
},
If I start new file using same config for 'vectordb' and app name, it does not see previous embedded vectors.
The text was updated successfully, but these errors were encountered: