mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 23:48:56 +01:00
4b6ec248a6
- Add a data model which allows us to store Conversations with users. This does a minimal lift over the current setup, where the underlying data is stored in a JSON file. This maintains parity with that configuration. - There does _seem_ to be some regression in chat quality, which is most likely attributable to search results. This will help us with #275. It should become much easier to maintain multiple Conversations in a given table in the backend now. We will have to do some thinking on the UI.
6 lines
177 B
INI
6 lines
177 B
INI
[pytest]
|
|
DJANGO_SETTINGS_MODULE = app.settings
|
|
pythonpath = . src
|
|
testpaths = tests
|
|
markers =
|
|
chatquality: marks tests as chatquality (deselect with '-m "not chatquality"')
|